R – Do you know any real-world, useful WPF/Silverlight applications using MVVM

mvvmsilverlightwpf

I'm looking for code of full applications that (1) use the MVVM pattern and (2) are approachable for WPF/Silverlight/MVVM beginners. So far I have only found:

  • Crack.NET – A runtime debugging and scripting tool (useful but quite complicated)
  • CipherText – WPF Password Manager (perfect but written in VB.NET)

What are some others?

preferably smaller helper apps or tools that use MVVM but that have a completed feel, perhaps with WPF/Silverlight graphic/animation goodness, etc. which show not only the MVVM concepts being used but in a context of a real-world, completed application

My Contribution

Thanks for all the tips, I collected together a list of 15+ MVVM code examples and posted the here:

Overview of WPF/Silverlight code examples that help you learn MVVM.

Best Answer

Given the question, you may be interested in the current effort going on to create a "Pet Shop" type reference implementation for M-V-VM. You can join the conversation or follow progress here.