Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Need good MVVM tutorial for WPF [duplicate]

Tags:

mvvm

wpf

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

like image 742
Thomas Avatar asked Feb 13 '11 06:02

Thomas


1 Answers

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

  • WPF Apps With The Model-View-ViewModel Design Pattern by Josh Smith

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:

  • MVVM for Tarded Folks Like Me
  • How Tards Like Me Make MVVM Apps

They are a bit more light in nature.


You can find more information relevant to your question Here.

like image 119
ColinE Avatar answered Sep 21 '22 18:09

ColinE