what are the necessary steps to be keep in mind, if anybody wants to convert Normal WPF project to MVVM enabled one?
If anybody wants to convert a Normal WPF project to MVVM enabled one, what are the main points to be keep in mind while restructuring the entire application开发者_开发问答. What are the main hurdles to accomplish the task?
Go through:
http://msdn.microsoft.com/en-us/magazine/dd419663.aspxlink text
Separate all presentation logic in view model, buisness logic in model, keep view without codebehind(sometimes not possible) ?
精彩评论