mvc framework for winforms .net - Stack Overflow most recent 30 from stackoverflow.com 2009-12-12T10:03:56Z http://stackoverflow.com/feeds/question/276000 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/276000/mvc-framework-for-winforms-net 0 mvc framework for winforms .net sundar venugopal 2008-11-09T15:13:09Z 2009-08-05T09:26:45Z <p>please suggest me a good MVC framework for Winforms.</p> http://stackoverflow.com/questions/276000/mvc-framework-for-winforms-net/276012#276012 0 Answer by rhinof for mvc framework for winforms .net rhinof 2008-11-09T15:28:35Z 2008-11-09T15:28:35Z <p>CAB isn't too bad</p> http://stackoverflow.com/questions/276000/mvc-framework-for-winforms-net/276095#276095 1 Answer by tamberg for mvc framework for winforms .net tamberg 2008-11-09T16:44:52Z 2008-11-09T16:44:52Z <p><a href="http://www.codeplex.com/CompositeWPF" rel="nofollow">http://www.codeplex.com/CompositeWPF</a> (MVC application block for WPF/Silverlight)</p> <p><a href="http://blogs.msdn.com/priozersk/archive/2008/11/04/mobile-mvc-framework-part-4-passing-data-between-controllers.aspx" rel="nofollow">http://blogs.msdn.com/priozersk/archive/2008/11/04/mobile-mvc-framework-part-4-passing-data-between-controllers.aspx</a> (MVC framework for .NET Compact Framework)</p> <p>Regards, tamberg</p> http://stackoverflow.com/questions/276000/mvc-framework-for-winforms-net/346101#346101 1 Answer by sundar venugopal for mvc framework for winforms .net sundar venugopal 2008-12-06T08:45:17Z 2008-12-06T08:45:17Z <p><a href="http://www.mvcsharp.org/" rel="nofollow">http://www.mvcsharp.org/</a> Welcome to the MVC# home page MVC# - is a Model-View-Presenter framework for .NET platform. It allows taking advantage of the MVP pattern with minimal effort required. As a result applications gain 3-tier structure, become better structured and easier to maintain.</p> <p>MVC# Overview - an introduction to MVC# Framework. 10-Minute Example - a simple example of using MVC# Framework.</p> <p>For more information examine the Documentation section of the website.</p> <p>If you're feeling yourself ready, just proceed to the Download page.</p> http://stackoverflow.com/questions/276000/mvc-framework-for-winforms-net/346121#346121 0 Answer by Martin for mvc framework for winforms .net Martin 2008-12-06T09:18:27Z 2008-12-06T09:18:27Z <p>Smart Client Software Factory:</p> <p><a href="http://www.codeplex.com/smartclient" rel="nofollow">http://www.codeplex.com/smartclient</a></p> http://stackoverflow.com/questions/276000/mvc-framework-for-winforms-net/1232054#1232054 0 Answer by balioune_ba for mvc framework for winforms .net balioune_ba 2009-08-05T09:10:57Z 2009-08-05T09:10:57Z <p>What do you think about this mvc framework? <a href="http://koosserymvcwin.codeplex.com/" rel="nofollow">http://koosserymvcwin.codeplex.com/</a></p> <p>Regards</p> http://stackoverflow.com/questions/276000/mvc-framework-for-winforms-net/1232123#1232123 0 Answer by Ray for mvc framework for winforms .net Ray 2009-08-05T09:26:45Z 2009-08-05T09:26:45Z <p>Also there is excelent article series of Jeremy Miller "Building your own CAB" explaining in details different MVP and MVC patterns with the use of WinForms, and how to test UI in details:</p> <p><a href="http://codebetter.com/blogs/jeremy.miller/archive/2007/07/25/the-build-your-own-cab-series-table-of-contents.aspx" rel="nofollow">http://codebetter.com/blogs/jeremy.miller/archive/2007/07/25/the-build-your-own-cab-series-table-of-contents.aspx</a></p>