The MVVM Pattern with Laurent Bugnion
Summary
This episode of Hanselminutes discusses the Model-View-ViewModel (MVVM) architectural pattern, drawing comparisons to Model-View-Controller (MVC). The core takeaway is that MVVM separates concerns by using a ViewModel as an intermediary for each View, offering an alternative to the controller in MVC for WPF and Silverlight applications.