[Archived] Contains common DI abstractions that ASP.NET Core and Entity Framework Core use. Project moved to https://github.com/aspnet/Extensions
Dependency injection separates the depndency's implementation from the class that's using it by passing it in from outside.
Dependency Injection Examples
Allows you to standardize and centralize the way objects are constructed in your application
Dependency injection framework for Python
Use Microsoft.Extensions.DependencyInjection to resolve xUnit test cases.
MediatR extensions for Microsoft.Extensions.DependencyInjection
The dependency injection container for humans
Dependency Injection System
Dependency injection for go
Lightweight dependency injection container for JavaScript/TypeScript
Asynchronous dependency injection for node