mvc framework for winforms .net - Stack Overflow most recent 30 from stackoverflow.com2009-12-12T10:03:56Zhttp://stackoverflow.com/feeds/question/276000http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/276000/mvc-framework-for-winforms-net0mvc framework for winforms .netsundar venugopal2008-11-09T15:13:09Z2009-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#2760120Answer by rhinof for mvc framework for winforms .netrhinof2008-11-09T15:28:35Z2008-11-09T15:28:35Z<p>CAB isn't too bad</p>
http://stackoverflow.com/questions/276000/mvc-framework-for-winforms-net/276095#2760951Answer by tamberg for mvc framework for winforms .nettamberg2008-11-09T16:44:52Z2008-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#3461011Answer by sundar venugopal for mvc framework for winforms .netsundar venugopal2008-12-06T08:45:17Z2008-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#3461210Answer by Martin for mvc framework for winforms .netMartin2008-12-06T09:18:27Z2008-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#12320540Answer by balioune_ba for mvc framework for winforms .netbalioune_ba2009-08-05T09:10:57Z2009-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#12321230Answer by Ray for mvc framework for winforms .netRay2009-08-05T09:26:45Z2009-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>