Reputation: 6577
i started the learning MVVM pattern. So could anybody help me to list Some Good Sites that are describing about MVVM Pattern. thanks in advance.
Upvotes: 7
Views: 490
Reputation: 6514
I like this demo from Jeff Procise. His focus when he was writing it was on commanding, but it's a good illustration of MVVM as well. Small, but it gets the layering right, and will help you start thinking about how your layers communicate and work together.
In any case, code is 100x as useful as reading. Once you've read a few articles you've read them all, and your time is better spent looking at lots of small applications to see how they do it.
Upvotes: 0
Reputation: 35544
Here´s a good video where Jason Dollinger builds a small WPF application based on MVVM. I found it very useful.
Upvotes: 3
Reputation: 25591
CodeProject: A Practical Quick-start Tutorial on MVVM in WPF
Upvotes: 2
Reputation: 4328
These two articles are both good introductions to MVVM:
http://johnpapa.net/silverlight/5-minute-overview-of-mvvm-in-silverlight/
http://csharperimage.jeremylikness.com/2010/04/model-view-viewmodel-mvvm-explained.html
Upvotes: 3
Reputation: 1665
Here's one from MSDN Magazine about using MVVM in WPF. WPF is similar to Silverlight, so it should apply to what you're trying to do with minimal changes.
Upvotes: 2
Reputation: 5190
This article by Josh Smith is what made MVVM clear for me.
Make sure you grab a copy of the source and look through that as well.
Upvotes: 6