wadepickett/33205Not_Latest_VersionPart3_5
Tom Dykstra 2024-07-30 17:41:46 -07:00 committed by GitHub
parent 9cffead2bf
commit 1ff9fa54ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -359,10 +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)
* [Understand dependency injection basics in .NET](/dotnet/core/extensions/dependency-injection-basics)
* [Dependency injection guidelines](/dotnet/core/extensions/dependency-injection-guidelines)
* [Tutorial: Use dependency injection in .NET](/dotnet/core/extensions/dependency-injection-usage)
* [.NET dependency injection](/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)