silverlight

A 1-post collection

SimpleIoc and the Messenger Service in MVVM Light

CodeProject The SimpleIoc addition in the most recent version of MVVMLight is a great add and really simplified the ViewModelLocator across all of the platforms supported in this framework. If you are not familiar with MVVM Light or what you types of project platforms it supports please go to http://mvvmlight.codeplex.com 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: User takes an action Application changes views Application send message to display or load data then it is important to note that there are some differences in the way that the ViewModels are loaded in comparison to the...