Jehoel.AspNetDependencyInjection.WebApi 4.0.0

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Jehoel.AspNetDependencyInjection.WebApi --version 4.0.0
NuGet\Install-Package Jehoel.AspNetDependencyInjection.WebApi -Version 4.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Jehoel.AspNetDependencyInjection.WebApi" Version="4.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Jehoel.AspNetDependencyInjection.WebApi --version 4.0.0
#r "nuget: Jehoel.AspNetDependencyInjection.WebApi, 4.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Jehoel.AspNetDependencyInjection.WebApi as a Cake Addin
#addin nuget:?package=Jehoel.AspNetDependencyInjection.WebApi&version=4.0.0

// Install Jehoel.AspNetDependencyInjection.WebApi as a Cake Tool
#tool nuget:?package=Jehoel.AspNetDependencyInjection.WebApi&version=4.0.0

AspNetDependencyInjection

(Currently listed on NuGet.org as Jehoel.AspNetDependencyInjection and Jehoel.AspNetDependencyInjection.Mvc)

AspNetDependencyInjection allows "Classic" ASP.NET Web Forms applications to use Microsoft.Extensions.DependencyInjection to compose application services.

  • This project is derived from my earlier Unity.WebForms project which provided DI using Unity, located at https://github.com/Jehoel/Unity.WebForms.

  • This particular package's main objective is supporting ASP.NET Web Forms 4.7.2's new WebObjectActivator which means that Page, UserControl and other types can use true constructor dependency injection. Previously applications had to use "property injection" which many consider to be an anti-pattern.

  • This project is not intended for use with ASP.NET Web API, ASP.NET 5, nor ASP.NET Core. Those platforms already have established dependency-injection infrastructure ecosystems available to their users.

AspNetDependencyInjection.Mvc exposes AspNetDependencyInjection as an implementation of System.Web.Mvc.IDependencyResolver for use with ASP.NET MVC 5.x.

Current Version

  • 1.4 - S. Kyle Korndoerfer's most recent version of Unity.WebForms, released in 2015. See https://bitbucket.org/KyleK/unity.webforms.
  • 2.0 - My Unity.WebForms project, updated in 2019 for ASP.NET 4.7.2 and WebObjectActivator). See https://github.com/Jehoel/Unity.WebForms.
  • 3.0 - After being extensively modified to use Microsoft.Extensions.DependencyInjection and renamed to AspNetDependencyInjection (as it now is unrelated to Unity.
  • 3.2 - Adding support for ASP.NET MVC (which turned out to be broken).
  • 3.3 - Bugfixing ASP.NET MVC support.
  • 4.0 - Major refactoring and API redesign. Adding support for SignalR (both scoped and unscoped) and ASP.NET Web API.
Install-Package Jehoel.AspNetDependencyInjection

Install-Package Jehoel.AspNetDependencyInjection.Mvc

Installation and Getting Started

Please see the GETTING_STARTED.md file in the GitHub repository: https://github.com/Jehoel/AspNetDependencyInjection/blob/master/GETTING_STARTED.md

Here are some of the sources used for building out this package:

License

AspNetDependencyInjection and all related prior projects are licensed under the MIT license - http://www.opensource.org/licenses/mit-license

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.0.0-beta2 2,447 7/20/2021
5.0.0-beta01 337 7/19/2021
4.0.0 3,804 10/22/2019

Targets .NET 4.7.2