↧
Model-View-ViewModel Presenter pattern in WPF and Prism
If you look at 10 different sample applications of PRISM chances are that all 10 of them will have different pattern implemented. To give you the taste of confusion it can cause you, let me list down...
View ArticleModel View ViewModel Presenter pattern in the Kitchen
To better illustrate my self cooked MVVMP pattern I have created the following image Here chicken is the model and the person is the view. This means that view ultimately consumes the model but before...
View ArticleHow to Implement MVVMP Pattern
First I explained what MVVMP is and then I illustrated how it makes more sense than MVVM. Now I’m going to show you how to implement MVVMP a.k.a. Model View ViewModel Presenter pattern using PRISM and...
View Article