Good examples of MVVM Template
Posted
by jwarzech
on Stack Overflow
See other posts from Stack Overflow
or by jwarzech
Published on 2009-11-02T16:32:58Z
Indexed on
2010/03/16
13:16 UTC
Read the original article
Hit count: 825
I am currently working with the Microsoft MVVM template and find the lack of detailed examples frustrating. The included ContactBook example shows very little Command handling and the only other example I've found is from an MSDN Magazine article where the concepts are similar but uses a slightly different approach and still lack in any complexity. Are there any decent MVVM examples that at least show basic CRUD operations and dialog/content switching?
Everyone's suggestions were really useful and I will start compiling a list of good resources
Frameworks/Templates
Useful Articles
- Data Validation in .NET 3.5
- Using a ViewModel to Provide Meaningful Validation Error Messages
- Action based ViewModel and Model validation
- Dialogs
- Command Bindings in MVVM
- More than just MVC for WPF
- MVVM + Mediator Example Application
Additional Libraries
- WPF Disciples' improved Mediator Pattern implementation(I highly recommend this for applications that have more complex navigation)
© Stack Overflow or respective owner