diff --git a/aspnet/fundamentals/dependency-injection.rst b/aspnet/fundamentals/dependency-injection.rst index 2f8715a1fd..c81ac56259 100644 --- a/aspnet/fundamentals/dependency-injection.rst +++ b/aspnet/fundamentals/dependency-injection.rst @@ -262,5 +262,6 @@ Additional Resources - :doc:`startup` - :doc:`/testing/index` - :ref:`options-config-objects` +- `Container-Managed Application Design, Prelude: Where does the Container Belong? `__ - `Explicit Dependencies Principle `_ - `Inversion of Control Containers and the Dependency Injection Pattern `_ (Fowler)