MVC Frameworks for WPF - Stack Overflow most recent 30 from stackoverflow.com2009-12-01T11:11:41Zhttp://stackoverflow.com/feeds/question/335455http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/335455/mvc-frameworks-for-wpf2MVC Frameworks for WPFkitsune2008-12-02T21:09:39Z2009-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#3358183Answer by sacha for MVC Frameworks for WPFsacha2008-12-02T23:31:00Z2008-12-02T23:31:00Z<p>There is Composite WPF aka PRISM from Microsoft Pattern & 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#3389144Answer by Jab for MVC Frameworks for WPFJab2008-12-03T22:05:11Z2008-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#4725460Answer by Paul Schwartzenberg for MVC Frameworks for WPFPaul Schwartzenberg2009-01-23T11:03:21Z2009-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#17143390Answer by Paul Stovell for MVC Frameworks for WPFPaul Stovell2009-11-11T10:32:50Z2009-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>