From 94ebebc2bd4bf7146435b3215479957de6688c49 Mon Sep 17 00:00:00 2001 From: Tom Dykstra Date: Fri, 26 Jul 2024 10:52:55 -0700 Subject: [PATCH] Link to .NET DI articles (#33178) --- aspnetcore/fundamentals/dependency-injection.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aspnetcore/fundamentals/dependency-injection.md b/aspnetcore/fundamentals/dependency-injection.md index 2ade8956e4..2851a4c5e0 100644 --- a/aspnetcore/fundamentals/dependency-injection.md +++ b/aspnetcore/fundamentals/dependency-injection.md @@ -359,6 +359,10 @@ The following table lists a small sample of these framework-registered services: * [NDC Conference Patterns for DI app development](https://www.youtube.com/watch?v=x-C-CNBVTaY) * * +* [Understand dependency injection basics in .NET](https://learn.microsoft.com/dotnet/core/extensions/dependency-injection-basics) +* [Dependency injection guidelines](https://learn.microsoft.com/dotnet/core/extensions/dependency-injection-guidelines) +* [Tutorial: Use dependency injection in .NET](https://learn.microsoft.com/dotnet/core/extensions/dependency-injection-usage) +* [.NET dependency injection](https://learn.microsoft.com/dotnet/core/extensions/dependency-injection) * [ASP.NET CORE DEPENDENCY INJECTION: WHAT IS THE ISERVICECOLLECTION?](https://www.stevejgordon.co.uk/aspnet-core-dependency-injection-what-is-the-iservicecollection) * [Four ways to dispose IDisposables in ASP.NET Core](https://andrewlock.net/four-ways-to-dispose-idisposables-in-asp-net-core/) * [Writing Clean Code in ASP.NET Core with Dependency Injection (MSDN)](/archive/msdn-magazine/2016/may/asp-net-writing-clean-code-in-asp-net-core-with-dependency-injection)