How to create Master Detail view with two user controls in MVVM?
I am little confused about how to create Master Detail view with two different user controls. There are three choices, Choice 1 CustomerMasterView + CustomerMasterViewModel CustomerDetailView + CustomerDetailViewModel And keep both View Models in App.Resources But by doing this, binding becomes complex with all static resources sou...