Windows Phone 7 Silverlight MVVM (and other) frame

2019-07-11 06:04发布

问题:

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:

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



回答2:

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.