The viewmodel-first tag has no wiki summary.
0
votes
1answer
183 views
Integrate an MVVM WPF Solution with cliburn micro and mef into an old WPF Applicaion with codbehind and Page Navigation
Last year I build a WPF application using page navigation and no mvvm.
Recently I was asked to build a new application for the same customer which I did in WPF MVVM with Caliburn Micro and MEF. Now ...
1
vote
1answer
110 views
Changing from View First to ViewModel First - How do I handle Constructor Dependency Injection
Our new project started out with View first pattern using ViewModelLocator to marry the view with the viewmodel.
I'd like to change to a ViewModel first pattern.
Here is my view model constructor:
...
0
votes
1answer
170 views
Screenshot of usercontrol immediately prior to being unloaded
I'm building a pos system that has a main ContentControl to display different screens of the application. I use DataTemplates to map my viewmodels to views. To navigate between the different views ...