Tagged Questions

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 ...