MVC Frameworks for WPF - Stack Overflow most recent 30 from stackoverflow.com 2009-12-01T11:11:41Z http://stackoverflow.com/feeds/question/335455 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/335455/mvc-frameworks-for-wpf 2 MVC Frameworks for WPF kitsune 2008-12-02T21:09:39Z 2009-11-11T10:32:50Z <p>Are there any MVC frameworks available for WPF other than <a href="http://www.codeplex.com/caliburn/" rel="nofollow">Caliburn</a> (which looks awesome btw)?</p> http://stackoverflow.com/questions/335455/mvc-frameworks-for-wpf/335818#335818 3 Answer by sacha for MVC Frameworks for WPF sacha 2008-12-02T23:31:00Z 2008-12-02T23:31:00Z <p>There is Composite WPF aka PRISM from Microsoft Pattern &amp; Practices.</p> <p><a href="http://www.codeplex.com/CompositeWPF" rel="nofollow">http://www.codeplex.com/CompositeWPF</a></p> http://stackoverflow.com/questions/335455/mvc-frameworks-for-wpf/338914#338914 4 Answer by Jab for MVC Frameworks for WPF Jab 2008-12-03T22:05:11Z 2008-12-03T22:05:11Z <p>Both Caliburn and PRISM are very nice. However if you go down the path of MVC you will miss out on the powerful 2 way binding. Consider MVVM, it's a very clean and practical approach for WPF. This is the pattern Microsoft used for their expression blend.</p> http://stackoverflow.com/questions/335455/mvc-frameworks-for-wpf/472546#472546 0 Answer by Paul Schwartzenberg for MVC Frameworks for WPF Paul Schwartzenberg 2009-01-23T11:03:21Z 2009-01-23T11:03:21Z <p>one additional possibility is pureMVC (www.puremvc.org)</p> <ul> <li>it seems well-proven, has <a href="http://puremvc.org/component/option,com_wrapper/Itemid,35/" rel="nofollow">good short doc/UML</a>, and the project is responsive, and has been ported to .NET - there exists an WPF demo, it will be published soon but you also can contact the project owner about it.</li> </ul> <p>Regards, Paul</p> http://stackoverflow.com/questions/335455/mvc-frameworks-for-wpf/1714339#1714339 0 Answer by Paul Stovell for MVC Frameworks for WPF Paul Stovell 2009-11-11T10:32:50Z 2009-11-11T10:32:50Z <p>There is also <a href="http://www.paulstovell.com/magellan" rel="nofollow">Magellan</a>, a port of ASP.NET MVC for WPF. </p>