tags:

views:

37

answers:

2

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?

A: 

Separate all presentation logic in view model, buisness logic in model, keep view without codebehind(sometimes not possible) ?

portland