MVVM Light Toolkit samples

C#WpfMvvmToolkitMvvm Light

C# Problem Overview


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

C# Solutions


Solution 1 - C#

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 - C#

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 - C#

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 - C#

Solution 5 - C#

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

Solution 6 - C#

Hmm, I don't have any code myself but have a look at Shawn Wildermuth's blog, he has done an example app http://wildermuth.com/ It's Silverlight and also uses RIA services, but hte basics should be on target.

John Papa occassional has sone stuff up as well http://johnpapa.net.

Solution 7 - C#

I have written a Coding Dojo for Silverlight - Blend and MVVMLight.

http://www.alphablog.org/2011/08/07/coding-dojo-silverlight/

Take a look and see if it fits to your needs.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionNeir0View Question on Stackoverflow
Solution 1 - C#Jesus RodriguezView Answer on Stackoverflow
Solution 2 - C#LBugnionView Answer on Stackoverflow
Solution 3 - C#Rick RatView Answer on Stackoverflow
Solution 4 - C#ThomasView Answer on Stackoverflow
Solution 5 - C#SeanView Answer on Stackoverflow
Solution 6 - C#DoobiView Answer on Stackoverflow
Solution 7 - C#alphamaxView Answer on Stackoverflow