WPF knowledge required before moving to MVVM [clos

2019-04-02 23:42发布

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)

2条回答
可以哭但决不认输i
2楼-- · 2019-04-03 00:24

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.

查看更多
登录 后发表回答