https://github.com/aspnet/DependencyInjection
[Archived] Contains common DI abstractions that ASP.NET Core and Entity Framework Core use. Project moved to https://github.com/aspnet/Extensions
https://github.com/aspnet/DependencyInjection
aspnet-product
Last synced: about 1 month ago
JSON representation
[Archived] Contains common DI abstractions that ASP.NET Core and Entity Framework Core use. Project moved to https://github.com/aspnet/Extensions
- Host: GitHub
- URL: https://github.com/aspnet/DependencyInjection
- Owner: aspnet
- License: apache-2.0
- Archived: true
- Created: 2014-01-11T00:58:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-11-02T16:25:51.000Z (over 6 years ago)
- Last Synced: 2024-05-11T15:32:00.110Z (about 1 year ago)
- Topics: aspnet-product
- Language: C#
- Homepage:
- Size: 4.41 MB
- Stars: 876
- Watchers: 162
- Forks: 320
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
DependencyInjection [Archived]
==============================**This GitHub project has been archived.** Ongoing development on this project can be found in .
Contains common DI abstractions that ASP.NET Core and Entity Framework Core use.
### Using other containers with Microsoft.Extensions.DependencyInjection
* [**Autofac**](https://autofac.readthedocs.org/en/latest/integration/aspnetcore.html)
* [**DryIoc**](https://www.nuget.org/packages/DryIoc.Microsoft.DependencyInjection)
* [**Grace**](https://www.nuget.org/packages/Grace.DependencyInjection.Extensions)
* [**LightInject**](https://github.com/seesharper/LightInject.Microsoft.DependencyInjection)
* [**StructureMap**](https://github.com/structuremap/StructureMap.Microsoft.DependencyInjection)
* [**Stashbox**](https://github.com/z4kn4fein/stashbox-extensions-dependencyinjection)
* [**Unity**](https://www.nuget.org/packages/Unity.Microsoft.DependencyInjection/)