MVVM Light Toolkit samples

41,379

Solution 1

Well I wrote a note taking app using mvvm light, if you wanna check the code:

ApuntaNotas

It's true that MVVM Light is lacking of big examples... We need to create that examples :)

Solution 2

There are not many public applications using the MVVM Light Toolkit. I know a few applications that use it, but I cannot always talk about it unfortunately. Probably it is just too new.

I am currently very busy writing a Silverlight book, but my plan is, as soon as I will be done writing, to create a reference application on Codeplex and to implement it in WPF and in Silverlight. In the mean time, if anyone else wants to create samples, let me know :)

Laurent

Solution 3

I have T4 code templates that generate your view/viewmodel for mvvm light and also other tricks. Download here

Also see this example using MVVM Light and MEF

Solution 4

http://www.codeproject.com/KB/silverlight/IssueVisionForSilverlight.aspx

Solution 5

Laurent, MVVM Light's author wrote an article in the latest MSDN Magazine: Using the MVVM Pattern in Windows 8

Share:
41,379
Neir0
Author by

Neir0

Updated on April 21, 2020

Comments

  • Neir0
    Neir0 about 4 years

    Does anyone know opensource WPF applications created using MVVM Light Toolkit? Or any samples?