10

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

Community
  • 1
  • 1
Thomas
  • 33,544
  • 126
  • 357
  • 626
  • This goes from basic to advance http://www.codeproject.com/Articles/819294/Learn-WPF-MVVM-step-by-step-Basics-to-Advance-Leve – Shivprasad Koirala Sep 17 '14 at 18:45
  • I found http://www.wpf-tutorial.com/ and http://www.codeproject.com/Articles/819294/WPF-MVVM-step-by-step-Basics-to-Advance-Level those are reasonably good – lsc May 15 '16 at 06:37
  • Can't post on duplicate because it is close (even though they have over 370K views together...). For my kind of learning process ,Reed Cospey's [blog](http://reedcopsey.com/series/windows-forms-to-mvvm/) was just incredibly educational. – scharette Jun 01 '18 at 14:54

1 Answers1

12

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.

Community
  • 1
  • 1
ColinE
  • 68,894
  • 15
  • 164
  • 232
  • 2
    I always wonder why Microsoft webpages, case in point MSDN Magazine, give little to no importance to how code is displayed on the page where it should be the first thing that should be displayed correctly. Why Microsoft? Why? – Marcelo Mason Mar 17 '13 at 03:59