views:

2389

answers:

6

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

+3  A: 

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 :)

Jesus Rodriguez
+2  A: 

Hi,

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

LBugnion
Can you provide samples on how to use the messenger class?
Veer
For the Messenger, see my MIX10 video where I show an introduction to this class:http://live.visitmix.com/MIX10/Sessions/EX14Also, check a much more meaty sample here:http://blog.galasoft.ch/archive/2009/10/18/clean-shutdown-in-silverlight-and-wpf-applications.aspx
LBugnion
A: 

Hey Laurent,

I am planning to use this in my new WPF app at Microsoft.So tell me what I should I do use your MVVMLight V3 without examples .Please guide how should go ahead and I WPF speific stuff. If you want I can write WPF samples for the same.

Varun

VARUN
MVVM Light is just a little part of the whole WPF thing. You can learn how to use every part of mvvm light with examples. There are examples of relaycommand everywhere. Laurent have examples of every piece of mvvm light on his website. You won't have any problem.
Jesus Rodriguez
A: 

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.

Doobi
+3  A: 

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

Rick Ratayczak