Dependency injection, composition root, and entry points
问题 I've spent a lot of time reading these articles (along with many others): Mark Seemann - Pure DI Mark Seemann - When to use a DI Container Mark Seemann - Compose object graphs with confidence Mark Seemann - Don't call the container; it'll call you Mark Seemann - Understanding the Composition Root and I'm still trying to wrap my head around DI and the concept of "wiring up the dependencies" and the "auto wiring" functionality of an IoC container. I think I understand the theory of Dependency