Info
Version: | 0.1.2 |
Author(s): | David Neumann & Lukas Rögner |
Last Update: | Wednesday, April 20, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/lecode-official/ioc-abstractions |
NuGet Url: | https://www.nuget.org/packages/System.InversionOfControl.Abstractions |
Install
Install-Package System.InversionOfControl.Abstractions
dotnet add package System.InversionOfControl.Abstractions
paket add System.InversionOfControl.Abstractions
System.InversionOfControl.Abstractions Download (Unzip the "nupkg" after downloading)
Dependencies
4 packages depend on this package.
Tags
Using the abstractions, applications can use an inversion of control container for dependency injection, without directly seeing the underlying API. This makes it very easy to switch between different IoC implementations.