vote up 12 vote down star
17

I am looking to write a WPF app and am trying to pick a MVVM framework to handle some of the complexity. What would you recommend and where can I find a good tutorial/getting started guide for said framework?

flag

5 Answers

vote up 3 vote down

I have had success with the Composite Application Guidance for WPF and Silverlight framework, also known as "Prism". It is available, as open-source, at http://compositewpf.codeplex.com/.

I learned the basics by following along to the information in four videos describing the construction of a Prism-based application:

  1. Part 1
  2. Part 2
  3. Part 3
  4. Part 4

Good luck!

link|flag
6  
While you can do MVVM with Prism, it's not an MVVM framework. – Cameron MacFarland Aug 15 at 1:43
vote up 5 vote down

Here's a bunch of links to MVVM frameworks:

link|flag
MVVM Foundation is by Josh Smith, so you know it's gonna be quality – qntmfred Aug 15 at 3:35
vote up 1 vote down

There is also

link|flag
vote up 0 vote down

Yet another framework with support for the Model-View-ViewModel (MVVM) pattern:

WPF Application Framework (WAF)

http://waf.codeplex.com

link|flag
vote up 0 vote down

I needed Extensibility (the ability to write add-ins for my application) in addition to WPF/MVVM, so I pieced together my own framework and released it as open source:

link|flag

Your Answer

Get an OpenID
or

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