Hi
I am new to wpf and mvvm
I am developing an application that contains nearly 20 to 22 user controls(22 views, 22 viewmodels) including login control all controls are grouped in to 7, each views designs may change periodically so i created all 7 groups as dll.
Now what my Question is.
1.Is need to create Datacontext for all controlls in mainwindow. Or any other alternative solution is there.
2.how can i update main window from loginwindow.(Many recommended to use events )
3.once the application is opened 3 controls will be loaded but i will happen only after login is success. how can i achive this.
Kartikeyan