MVVM: Tutorial from start to finish?

2018-12-31 00:50发布

I'm a C#/Windows Forms programmer with more than 5 years experience. I've been investigating WPF using the MVVM (Model-View-ViewModel) design pattern. I have searched the Internet for tutorials. I have even watched the entirety of Jason Dolinger's awesome video. Although I have found many, I have not found one that takes me from start to finish. What I really want is a tutorial that doesn't assume any previous WPF knowledge.

What are your favorite WPF-MVVM tutorials that helped you to learn?

标签: c# .net wpf mvvm
22条回答
梦该遗忘
4楼-- · 2018-12-31 01:21

There's a very good Techdays 2010 video introduction to the MVVM pattern, clearly explained:

查看更多
听够珍惜
5楼-- · 2018-12-31 01:21

This isn't a tutorial, but it's the diagram on this page that helped me get my head around mvvm.

查看更多
与风俱净
6楼-- · 2018-12-31 01:23

Some blogs/websites to check out:

Currently, Josh Smith has a "From Russia With Love" article that can be of some use to you.

查看更多
看风景的人
7楼-- · 2018-12-31 01:24

A while ago I was in a similar situation (allthough I had a little WPF knowledge already), so I started a community wiki. There are a lot of great ressources there:

What applications could I study to understand (Data)Model-View-ViewModel?

查看更多
登录 后发表回答