Need good MVVM tutorial for WPF [duplicate]

2019-03-13 14:42发布

Possible Duplicate:
MVVM: Tutorial from start to finish?

i just started learning WPF. i need to learn MVVM patter and want to implement MVVM in my WPF crud application. so anyone please guide me how could i develop a CRUD apps in WPF following MVVM pattern. thanks

标签: wpf mvvm
1条回答
Luminary・发光体
2楼-- · 2019-03-13 15:20

Probably the single most important MVVM article is Josh Smith's article from the MSDN magazine:

This article has a very nicely designed example application that accompanies it. However, it is a bit light in some areas. Another pair of articles I really like are:

They are a bit more light in nature.


You can find more information relevant to your question Here.

查看更多
登录 后发表回答