Link to .NET DI articles (#33178)

pull/33189/head
Tom Dykstra 2024-07-26 10:52:55 -07:00 committed by GitHub
parent a1a79dc49f
commit 94ebebc2bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -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)
* <xref:fundamentals/startup>
* <xref:fundamentals/middleware/extensibility>
* [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)