I'm developping windows applications with WPF since 1 year .. I want to get started with MVVM pattern.
- What are excatly all things I should get Hands-on to start MVVM pattern comfortably ? (Any Interesting Links are Welcome)
I'm developping windows applications with WPF since 1 year .. I want to get started with MVVM pattern.
Here's 2 instructional video links I usually give out that helped me get started:
http://blog.lab49.com/archives/2650
http://windowsclient.net/learn/video.aspx?v=315275
In the end you'll most likely migrate to one of the well built MVVM frameworks that do a lot of the dirty work for you like this one that I currently use:
http://caliburnmicro.codeplex.com/
It is important to first learn how to hand roll your own MVVM frameworks for your apps, then you can move on to one of the pre-built frameworks to save you a lot of time.
Try this :
http://www.codeproject.com/Articles/Josh-Smith