Powered by

US - English
NEW! Silverlight 5 is available Learn More

The MVVM Pattern

In this chapter, you'll learn:
The MVVM Pattern

  1. Using the MVVM Pattern in Silverlight Applications

    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...

  2. MVVM Introduction

    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.

  3. How Do I: Build Data-driven Silverlight application using the MVVM pattern

    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...