Related resources for MVVM design pattern
  • Using ICommand With MVVM Pattern5/12/2015 6:44:21 PM. In this article, we'll show a basic ICommand interface implementation, to manage, in accordance with the MVVM pattern, the definition of UI-independent commands, realizing the typical View and Model separation, established by the pattern itself.
  • MVVM Design Pattern9/27/2010 1:17:28 PM. I started with the very basic concept of creating, binding and a few features as I needed them. The following code is simple, extensible, and provides an easier way to follow some MVVM concepts. My approach is that the MVVM design pattern is a set of recommendations not a set of rules.