WPF knowledge required before moving to MVVM [clos

2019-04-03 00:16发布

问题:

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)

回答1:

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.



回答2:

Try this :

http://www.codeproject.com/Articles/Josh-Smith