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.SimpleIoc |
Install
Install-Package System.InversionOfControl.Abstractions.SimpleIoc
dotnet add package System.InversionOfControl.Abstractions.SimpleIoc
paket add System.InversionOfControl.Abstractions.SimpleIoc
System.InversionOfControl.Abstractions.SimpleIoc Download (Unzip the "nupkg" after downloading)
Dependencies
- System.InversionOfControl(>= 0.1.4)
- System.InversionOfControl.Abstractions(>= 0.1.0)
Tags
The IoC Abstractions represent an abstraction layer for multiple IoC containers. 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.