Posted on: 5/7/2011 4:18:31 PM | Views : 704

There was already a version of MVVM Light on Nuget before. However the old version did not support Windows Phone 7. This is now corrected. Also the new version now adds a ViewModelLocator to your project and includes it in App.xaml.
What is NuGet? NuGet is a mechanism allowing to add packages (assemblies, source code.) to an existing project. All versions of MVVM Light are supported (WPF3.5, WPF4, Silverlight 3, Silverlight 4, Windows Phone 7).
In order to install NuGet and learn more about this cool package manager, go to http://nuget.org
Finding and installing MVVM Light with NuGet To find MVVM Light in NuGet, follow the steps:
Open your project in Visual Studio 2010. Right click on the References folder and select "Add Library Package Reference" from the context menu. Go to the complete details ...