MVVM For Wp7 Enterprise App
I want to restructure my newly built Wp7 enterprise application using SqlLite Local Db and Consuming Java based SOAP web services.Currently it does not follow any design patt开发者_运维百科ern. I've been asked to re-structure the app using MVVM pattern.
I'm new to MVVM pattern . Can anyone suggest good tutorial for MVVM targetting WP7 ?
As per the details at http://www.galasoft.ch/mvvm/ it's probably a good idea to start with the Mix Video and slides (session EX14) or any of the other articles linked at the end of the introduction.
I highly recommend Caliburn.Micro it's got some great support for Windows Phone 7 specific features including Tombstoning, Navigation and Tasks.
Read my article a framework for building of WP7 application - it describes the framework for building of an application using MVVM pattern
精彩评论