From 0c353a972afb63b7a61d1f7af2e720611dd3a00c Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Mon, 26 Oct 2020 17:42:26 -1000 Subject: [PATCH] Update dependency-injection.md --- docs/core/extensions/dependency-injection.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/core/extensions/dependency-injection.md b/docs/core/extensions/dependency-injection.md index 752c72e2ec82a..68610c2014a62 100644 --- a/docs/core/extensions/dependency-injection.md +++ b/docs/core/extensions/dependency-injection.md @@ -286,6 +286,7 @@ Scoped services are disposed by the container that created them. If a scoped ser - [Use dependency injection in .NET](dependency-injection-usage.md) - [Dependency injection guidelines](dependency-injection-guidelines.md) +- [Dependency injection in ASP.NET Core](/aspnet/core/fundamentals/dependency-injection) - [NDC Conference Patterns for DI app development](https://www.youtube.com/watch?v=x-C-CNBVTaY) - [Explicit dependencies principle](../../architecture/modern-web-apps-azure/architectural-principles.md#explicit-dependencies) - [Inversion of control containers and the dependency injection pattern (Martin Fowler)](https://www.martinfowler.com/articles/injection.html)