Tagged Questions

1
vote
1answer
294 views

WPF DI Service Locator

So I'm looking for some clarification how it would be possible to remove the service locator from my application. I have a ViewManagerService that is responsible for knowing which view is active, ...
1
vote
1answer
707 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 ...