Windows Phone 7 Silverlight MVVM (and other) frameworks
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.
Che开发者_如何学Goers, Phil
Have a look at this MVVM framework comparer. You can filter the frameworks by supported platform (WPF, SL, Windows Phone)
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.
精彩评论