Click here to Skip to main content
15,891,529 members

Technical Blogs


1. Winforms – Model-View-Presenter – A tutorial
Winforms – Model-View-Presenter – A tutorial
Desktop Programming » Windows Forms »
Wes Aday Updated: 11 May 2009
Rating: 3.59/5 ( (12 votes))
2. Model-View-ViewModel in WPF - Part I
This code that I am presenting here is a derivative of the demo application written by Josh Smith, http://joshsmithonwpf.wordpress.com.
Wes Aday Updated: 22 Apr 2009
Rating: 4.00/5 ( (8 votes))
3. MVVM in WPF Part II
This is the second part in a two part article on the Model-View-ViewModel design pattern in WPF.The ModelOur friend the Model is responsible for getting and holding onto the data. The data could come from anywhere, a file, a database, thin air, etc.
Wes Aday Updated: 22 Apr 2009
Rating: 4.55/5 ( (7 votes))
4. Getting started with Prism 2, formerly known as the Composite Application Library
IntroductionPrism is a set of libraries that allow developers to compose applications from separate components into a composite application.
Wes Aday Updated: 22 Apr 2009
Rating: 4.63/5 ( (10 votes))
5. Model-View-Presenter and Model-View-ViewModel in Prism
 This is a beginners introduction to the MVP and MVVM design pattern as implemented in Prism
Wes Aday Updated: 22 Apr 2009
Rating: 3.80/5 ( (6 votes))