background preloader

MVVM

Facebook Twitter

MVVM Light Toolkit. Introduction The main purpose of the toolkit is to accelerate the creation and development of MVVM applications in WPF, Silverlight, Windows Store (RT) and for Windows Phone.

MVVM Light Toolkit

The MVVM Light Toolkit helps you to separate your View from your Model which creates applications that are cleaner and easier to maintain and extend. It also creates testable applications and allows you to have a much thinner user interface layer (which is more difficult to test automatically). This toolkit puts a special emphasis on the "blendability" of the created application (i.e. the ability to open and edit the user interface into Blend), including the creation of design-time data to enable the Blend users to "see something" when they work with data controls. Documentation. MVVM Light Toolkit. SimpleIoc and the Messenger Service in MVVM Light. The SimpleIoc addition in the most recent version of MVVMLight is a great add and really simplifies the ViewModelLocator across all of the platforms supported in this framework.

SimpleIoc and the Messenger Service in MVVM Light

If you are not familiar with MVVM Light or what types of project platforms it supports please go to or www.galasoft.ch/mvvm to learn more. However if you are using the Messenger Service in MVVM Light to perform a set of actions to do the following: