Microsoft.Extensions.DependencyInjection
Built-in DI container abstractions and implementation used by the default .NET hosting model.
- Best fit
- Most ASP.NET Core and worker services that prioritize low ceremony and first-party integration.
- Validate first
- Advanced container features are intentionally minimal compared with full-featured third-party containers.