Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MVC Frameworks for WPF

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

like image 378
kitsune Avatar asked Dec 02 '08 21:12

kitsune


3 Answers

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.

like image 106
Jab Avatar answered Nov 10 '22 16:11

Jab


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

like image 22
Paul Stovell Avatar answered Nov 10 '22 15:11

Paul Stovell


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

http://www.codeplex.com/CompositeWPF

like image 40
Sacha Bruttin Avatar answered Nov 10 '22 17:11

Sacha Bruttin