Getting started with silverlight 3 mvvm

Posted by bplus on Stack Overflow See other posts from Stack Overflow or by bplus
Published on 2010-06-10T15:45:03Z Indexed on 2010/06/10 20:32 UTC
Read the original article Hit count: 271

Filed under:
|

I've just written my first silverlight 3 app. It's written using the code behind in a rater messy way. I want to refactor into mvvm. I'm finding it extremely difficult to find any tutorials on this. So far from what I can gather I'll probably need a mvvm framework. Mvvm-light toolkit sounds like it might be what I want, but I can't find a beginners tutorial. This is actually more frustrating than I thought - do I actually need a framework? Would I maybe be better just trying to do this from scratch with out a framework? How did you get started with silverlight and mvvm? Also I'm using vs2008 so silverlight 4 is a non starter for me.

Thanks in advance for any pointers.

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about mvvm