Thursday, November 11, 2010

MVVM Pattern in WPF: A Simple Tutorial for Absolute Beginners

Introduction
As part of learning the MVVM pattern, I tried to search many sites and blogs and found most of them explained the pattern in a complicated way. After some research, I cracked the very basic steps in MVVM pattern, and here I am trying to write an MVVM tutorial for absolute beginners.
I don’t think much more time or words need to be spend for explaining the various parts of MVVM and the relationship between MVVM and WPF. If you travel to the depths of WPF, you will realize that MVVM is the best suitable pattern for WPF (you might not understand the difference between these two).
As a formal procedure, I am giving a simple diagram and definition for MVVM:
mvvm.jpg

Read more: Codeproject