I have been reading Mark Seeman\'s book on dependency injection in .NET and I\'m struggling to configure composition root in WPF application.
My container will be re
Pushing container instance through constructor is a bad idea in 99% of cases, because container is a service locator. The main disadvantages of this approach are:
There are many ways to create window in MVVM fashion: