Dependency Injection in "Classic" ASP.NET WebForms, ASP.NET MVC, ASP.NET Web API, and ASP.NET-hosted WCF using Microsoft.Extensions.DependencyInjection.
Info
Version: | 5.0.0-beta2 |
Author(s): | S. Kyle Korndoerfer and Dai Rees |
Last Update: | Tuesday, July 20, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Jehoel/AspNetDependencyInjection |
NuGet Url: | https://www.nuget.org/packages/Jehoel.AspNetDependencyInjection |
Install
Install-Package Jehoel.AspNetDependencyInjection
dotnet add package Jehoel.AspNetDependencyInjection
paket add Jehoel.AspNetDependencyInjection
Jehoel.AspNetDependencyInjection Download (Unzip the "nupkg" after downloading)
Dependencies
- WebActivatorEx(>= 2.2.0)
- Microsoft.Web.Infrastructure(>= 1.0.0)
- Microsoft.Extensions.DependencyInjection(>= 2.2.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 2.2.0)
Tags