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.
| |||||||||||||||||
feedback
|
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.
|
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. | |||
|
feedback
|
|
| |||
feedback
|