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: 800

Filed under:
|
|

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

Additional Libraries

© Stack Overflow or respective owner

Related posts about wpf

Related posts about mvvm