I’ve had talk at recent Technical After Hours 2008 named WPF in Action dedicated Model-View-ViewModel pattern in WPF, so, as promised, here you can find associated slides and demos.
Slides are in Italian so they probably won’t help you much but demos are all in English (comments included) so you may find it more interesting.
Demos follow a specific order to describe the evolution from a classical winform style application to a final solution totally based on M-V-VM.
- Trivial application that use Databinding to visualize a list of bikes.
- Evolution of previous app that uses a control template that firstly introduces some of classical approach limitations.
- First approach to M-V-VM pattern, incomplete under some aspects.
- Migration of remaining part that uses WPF commanding model.
- Test project for point 4.
- Full application that includes navigation and necessary tricks to use M-V-VM in real world applications.
Have fun!
Slides – Demo