Info
Version: | 2.2.0.2 |
Author(s): | Maik Heller |
Last Update: | Friday, March 4, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://maikheller.info/IoC/ |
NuGet Url: | https://www.nuget.org/packages/IoC |
Install
Install-Package IoC
dotnet add package IoC
paket add IoC
IoC Download (Unzip the "nupkg" after downloading)
Dependencies
- Common.Logging(>= 3.0.0)
- Common.Logging.Core(>= 3.0.0)
- log4net(>= 2.0.3)
- Quartz(>= 2.3.1)
Tags
As dependencies are
controlled with attributes, you do not need any code to register, lookup,
or wire object instances.
It is self contained by defining attributes in your classes. Configuration can
also be externalized with a declarative XML configuration.
On top, there is a continuously growing "Enterprise Features Layer" which
offers functionality like asynchronous task scheduling or validation api.
See the project web page for an introduction and examples.