Tagged Questions
4
votes
5answers
4k views
MVVM : how to pass parameter to ViewModel's constructor
I'm using L. Bugnion's MVVM Light Framework.
What are some of the recommended approaches to pass parameters such as Customer's ID to ViewModel's constructor?
Edit:
The parameter I need for each ...
1
vote
1answer
710 views
Scope of View Models when using Service Locator Pattern in WPF app
When using a Service Locator class to serve up ViewModels for your WPF pages to bind to. Should the ViewModels be Singleton scoped or Factory scoped? Is one generally a better idea for WPF ...
0
votes
2answers
133 views
MVVM setup design time services?
Im working with the MVVM pattern + a simple ServiceLocator implementation, now to my problem how am i supposed to setup the services when the views are running in design time?
Iv tryed this but it ...
0
votes
1answer
347 views
Unity and MVVM. Class fields become null
My application is pretty complex, so even simplified example would be complex enough. So I'll try to point some its fundamentals and the problem itself.
It is an MDI application. MDI is of custom ...