In this chapter, you'll learn:
The MVVM Pattern
December 1, 2010|Level 300 : Intermediate
The Model-View-ViewModel (MVVM) pattern provides a flexible way to build Silverlight applications that promotes code re-use, simplifies maintenance and supports testing. The pattern consists of thr...
July 19, 2010|Level 200 : Novice
In this video Jesse Liberty explains what MVVM is, why MVVM is uniquely suited to programming Silverlight applications, and how it improves your projects.
December 22, 2009|Level 300 : Intermediate
The Model View View-Model (MVVM) pattern attempts to provide separation of the UI from the logic and data being presented by the UI. This separation allows for better unit testing and a better sepa...