Is there any good MVC/MVP frameworks or other application frameworks for .NET Winforms? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-28T21:40:17Z http://stackoverflow.com/feeds/question/351959 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/351959/is-there-any-good-mvc-mvp-frameworks-or-other-application-frameworks-for-net-win 0 Is there any good MVC/MVP frameworks or other application frameworks for .NET Winforms? Samnang 2008-12-09T06:32:46Z 2009-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#352163 0 Answer by JSC for Is there any good MVC/MVP frameworks or other application frameworks for .NET Winforms? JSC 2008-12-09T08:52:46Z 2008-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#527116 0 Answer by pmlarocque for Is there any good MVC/MVP frameworks or other application frameworks for .NET Winforms? pmlarocque 2009-02-09T04:30:54Z 2009-02-09T04:30:54Z <p><a href="http://mvcsharp.org/Default.aspx" rel="nofollow">MVC#</a></p>