开发者

what are the necessary steps to be keep in mind, if anybody wants to convert Normal WPF project to MVVM enabled one?

开发者 https://www.devze.com 2022-12-28 20:40 出处:网络
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开发者_开发问答.

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) ?

0

精彩评论

暂无评论...
验证码 换一张
取 消