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条回答
其实,你不懂
2楼-- · 2018-12-31 01:24

Take a look at Jason Dollinger's MVVM video at Lab49. We have used this in the past to train our team on MVVM.

查看更多
梦该遗忘
3楼-- · 2018-12-31 01:24
高级女魔头
4楼-- · 2018-12-31 01:27

I really liked these articles:

  1. MVVM for Tarded Folks Like Me
  2. How Tards Like Me Make MVVM Apps

He really dumbs down the concept in a humorous way. Worth reading.

查看更多
有味是清欢
5楼-- · 2018-12-31 01:28

Reed Copsey published a nice tutorial that writes a trivial RSS app in WinForms, then makes a straight port to WPF, and finally converts to MVVM. It makes a nice introduction to MVVM before you try and tackle a full description like Josh Smith's article. I'm glad that I read Reed's tutorial before Josh's article, because it gives me a little context to understand the details that Josh is digging into.

查看更多
初与友歌
6楼-- · 2018-12-31 01:29

Your question really seems to be asking 2 questions:

  1. Where are some good tutorials on WPF, assuming I have no previous WPF experience?
  2. Where are some good tutorials on learning MVVM?

Some of these resources may be duplicated in previous answers...

Tutorials on WPF

MVVM Tutorials

Composite WPF (Prism) Resources
Though not exactly what you asked, it is the natural progression with WPF and MVVM.

查看更多
登录 后发表回答