0

Possible Duplicate:
Why MVVM and what are it's core benefits?

I have people giving loads of suggestion on using view model on my apps.I have absoulteley no idea on what it is.Can anyone explain in simple terms What view model is,How to use it,It's benefits.

Community
  • 1
  • 1
deception1
  • 1,707
  • 5
  • 23
  • 27

3 Answers3

2

Try reading this MSDN article written by Josh Smith.

Morten Frederiksen
  • 5,114
  • 1
  • 40
  • 72
1

I think the recording made by Jason Dolinger is the best walkthrough I've ever seen. He walks through a standard "I am doing winforms programming in WPF" and gradually transforms it into an MVVM design. Very nicely paced and the test code is accessible.

Direct link to the video file here

Tormod
  • 4,551
  • 2
  • 28
  • 50
0

MVVM is kind of UI pattern which helps you to architect your application based on SOC and layer separation funda. Altogether you can use MVVM in Silver Light and WPF application.

It will be good if you go through the video suggested by @Tormod

Deepesh
  • 5,346
  • 6
  • 30
  • 45