views:

65

answers:

2

Hi,

What are the available mvvm frameworks for WP7 out there today? Which one(s) would you recommend and why? Are there other useful frameworks one should consider when starting WP7 silverlight development.

Thanks for posting your experiences so far.

Cheers, Phil

+1  A: 

I've had good experiences with MVVM Light Toolkit, using the Silverlight Unit Test Framework for unit testing.

Admittedly I don't have any experience of any other MVVM toolkits, but it seems to work. I'm not using it extensively, and the ViewModelLocator pattern hasn't been terribly helpful for me - but I suspect it depends on exactly what you're doing with it.

Jon Skeet
+2  A: 

Have a look at this MVVM framework comparer. You can filter the frameworks by supported platform (WPF, SL, Windows Phone)

Thomas Levesque