views:

107

answers:

5

I've recently joined a new team that uses the MVVM pattern with Silverlight 3.

Can anyone recommend a good resource for learning about this pattern?

Thanks,

E

+1  A: 

You may check this video from MIX10 Model-View-ViewModel pattern

George
A: 

There are a couple of resources available. I have mostly looked at the following to get an idea of how it works.

Employing the Domain Model Pattern

patterns & practices: Composite WPF and Silverlight

The second reference also contains a link to some video tutorials. I always find them quite helpful.

Lastly, this question is closely related to the following post on SO.

Johannes
A: 

Josh Smith's article on MVVM is a must read. Make sure you also download the sample code.

Wim Coenen
Quite a few people have linked me to this article and it seems to be very good, from what I've read so far.Johannes link to another SO post is also an indirect link to the article.Thanks,E
elggarc
+1  A: 

I would also recommend Jason Dolinger's video tutorial where he works through the pattern from basics, refactoring the code along the way.

Andrew Bienert
+1 For reference to my kinsman Jason - it's a fairly good introduction to the material as well.
JerKimball
A: 

Jonas Follesoe's talk from NDC 2009: http://jonas.follesoe.no/MVVMPresentationFromNDC2009OnVimeo.aspx

silverfighter