how start implement MVVM pattern

Posted by netmajor on Stack Overflow See other posts from Stack Overflow or by netmajor
Published on 2010-02-23T17:47:40Z Indexed on 2010/04/25 16:53 UTC
Read the original article Hit count: 287

Filed under:
|

Hello,

So i decide to to develop my asp.net site into Silverlight.

I today start to search articles about MVVM pattern which i want use in my Silverlight app, and i am confused :/ It's hart to me understand how works this pattern. I am find 3 frameworks which supports MVVM pattern in Silverlight - Caliburn, MVVM Light Toolkit and GoodLight.

  • Should i start from own implementation of pattern or use framework?
  • Is this frameworks only a project solutions in which i can insert my code?
  • Which framework is the best for novice and which for professional?

I ask for this, cause i must start to rewrite my app from asp.net to Silverlight and i don't know that i can do it first and later (when i understand MVVM pattern and framework) implement this pattern in finished app ? Or from begining rewrite project to MVVM framework?

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about mvvm