-
briangenisio 3.59
Description:
WPF and Silverlight demos that bind the “View” directly to the “Model” are nice for small applications. For real-world applications, however, this way of writing software quickly falls apart. The Model-View-View-Model (MVVM) pattern has gained popularity for testability, de-coupling and configurability. Learn about the MVVM pattern with code-driven demos that show how to properly separate the “View” from the “Model”.

Leave a Comment