less than 1 minute read

MVVM (Model-View-ViewModel) is the new mantra for designing XAML based applications.  This is brought out to address the emerging change in the approach of seperation of presentation layer & its logic.

With widely adopted WPF and Silverlight, MVVM has become a mandatory pattern.

One of the good reads for MVVM are:

  1. WPF Apps With The Model-View-ViewModel Design
  2. Tales from the Smart Client
  3. Introduction to Model/View/ViewModel pattern for building WPF apps

Happy exploring