up vote 5 down vote favorite
4
share [g+] share [fb]

Are there any MVC frameworks available for WPF other than Caliburn (which looks awesome btw)?

link|improve this question

68% accept rate
Technically, Caliburn is a MVVM framework with a dash of MVP thrown in. But I confuse the different flavors of MVx all the time, too. – dthrasher Apr 26 '10 at 15:45
feedback

4 Answers

up vote 5 down vote accepted

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.

link|improve this answer
Yes MVVM is nice :) Caliburn should work well with it, I just fear that it could suffer from being forced to add too many Attributes manually, I really hate that. – kitsune Dec 4 '08 at 8:05
feedback

There is also Magellan, a port of ASP.NET MVC for WPF.

link|improve this answer
I wish there was support for .NET 3.5 and vs2008. Any plans to support this? Great project btw!! :) – Luc Nov 15 '10 at 6:16
feedback

There is Composite WPF aka PRISM from Microsoft Pattern & Practices.

http://www.codeplex.com/CompositeWPF

link|improve this answer
feedback

one additional possibility is pureMVC (www.puremvc.org)

  • it seems well-proven, has good short doc/UML, 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.

Regards, Paul

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.