Hello,
I have been reading about Design Patterns and its different application models.
Sofar, I have come accross the following models:
- MVC
- MVP
- MVVM
From what I understand:
- MVC is a good model when developing web applications (ASP.NET)
- MVP is a good model when developing windows applications (Winform)
- MVVM is good model when developing WPF applications (Silverlight & WPF)
Am I right? If so, I would like to see some examples (urgently please) of all three in .NET.
I found many examples on the web, but I am looking for "authenticated " examples, because on the Internet many are incorrect. It would be excellent if DoFactory would put out some published examples so they can be discussed.