Link to .NET DI articles (#33178)
parent
a1a79dc49f
commit
94ebebc2bd
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue