Model-View-ViewModel (MVVM) Explained

Session Details

0
Presenter: Brian Lagunas
Tags: Design Patterns, MVVM, Silverlight, Windows Phone 7, WPF

Download the session materials.

By now you have probably heard the term MVVM (Model-View-ViewModel). MVVM is a design pattern that helps separate the concerns of the view, the view's state and behavior, and the underlying data. In this session I will explain the concepts that make up the MVVM pattern and how you can apply it to your WPF, Silverlight, and WP7 applications.