Is there any good MVC/MVP frameworks or other application frameworks for .NET Winforms? - Stack Overflow most recent 30 from stackoverflow.com2009-11-28T21:40:17Zhttp://stackoverflow.com/feeds/question/351959http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/351959/is-there-any-good-mvc-mvp-frameworks-or-other-application-frameworks-for-net-win0Is there any good MVC/MVP frameworks or other application frameworks for .NET Winforms?Samnang2008-12-09T06:32:46Z2009-05-16T11:00:02Z
<p>I'm not sure why finding any frameworks or good example projects for developing windows application is so difficult. I'm sure that for web application framework, we have Castle Project or ASP.NET MVC that are very great stuffs and have many examples that follow the best practices like IoC, Caching, and etc. </p>
<p>Is there such things that have already existed for Winforms?</p>
http://stackoverflow.com/questions/351959/is-there-any-good-mvc-mvp-frameworks-or-other-application-frameworks-for-net-win/352163#3521630Answer by JSC for Is there any good MVC/MVP frameworks or other application frameworks for .NET Winforms?JSC2008-12-09T08:52:46Z2008-12-09T08:52:46Z<p>The <a href="http://msdn.microsoft.com/en-us/library/aa480450.aspx" rel="nofollow">Smart Client</a> from MS uses MVP patterns.</p>
http://stackoverflow.com/questions/351959/is-there-any-good-mvc-mvp-frameworks-or-other-application-frameworks-for-net-win/527116#5271160Answer by pmlarocque for Is there any good MVC/MVP frameworks or other application frameworks for .NET Winforms?pmlarocque2009-02-09T04:30:54Z2009-02-09T04:30:54Z<p><a href="http://mvcsharp.org/Default.aspx" rel="nofollow">MVC#</a></p>