Real winforms/wpf projects which use MVC, MVP, MVVM

Posted by Belousov Pavel on Stack Overflow See other posts from Stack Overflow or by Belousov Pavel
Published on 2010-06-18T03:32:11Z Indexed on 2010/06/18 4:03 UTC
Read the original article Hit count: 302

Filed under:
|
|
|
|

Hello everybody,

I have looked some videos and read some articles about MVC, MVP, MVVM. I think, that I understood basic principles and differences. But it seems to me that samples in articles and videos are very easy.

I think that it's easy to learn how to apply these patterns when you can look on some projects.

So I'd like to look on real projects(Winforms/WPF), which use MVC, MVP or MVVM. Could you provide me links to sources of such projects? (If it is open source)

It will be great if projects will have unit tests for Controller/Presenter/ViewModel, because it's one of my problem when I develop applications.

Thanks in advance.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET