MVVM Light Toolkit Examples

Does anyone know which open source WPF applications are created using the MVVM Light Toolkit? Or any samples?

+58
c # wpf mvvm toolkit mvvm-light
Apr 21 '10 at 23:09
source share
7 answers

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

Apuntanotas

It is true that MVVM Light lacks large examples ... We need to create such examples :)

+37
Apr 22 '10 at 10:50
source share

There are not many publicly available applications using the MVVM Light Toolkit. I know several applications that use it, but I can’t always talk about it, unfortunately. This is probably too new.

I'm currently very busy writing a Silverlight book, but as soon as I start writing, my plan is to create a reference application in Codeplex and implement it in WPF and Silverlight. Meanwhile, if anyone else wants to create samples, let me know :)

Laurent

+8
Apr 23 '10 at 9:41
source share

I have T4 code templates that generate your view / viewmodel for mvvm light, as well as other tricks. Download here

Also see this example using MVVM Light and MEF

+7
May 01 '10 at 10:10
source share

Laurent, author of MVVM Light wrote an article in the latest MSDN magazine: Using the MVVM Template in Windows 8

+4
Oct 11
source share

Hmm, I don’t have the code, but look at the Shawn Wildermuth blog, he made an example application http://wildermuth.com/ This is Silverlight and also uses RIA services, but the basics of hte should be at the target level.

The case of John the Pope also has the property http://johnpapa.net .

0
Apr 25 '10 at 14:53
source share

I wrote Coding Dojo for Silverlight - Blend and MVVMLight.

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

Take a look and see if it suits your needs.

0
Sep 20 2018-11-11T00:
source share



All Articles