IoC 2.2.0.2
This is a IoC container based on Dependency Injection. 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.
Install-Package IoC -Version 2.2.0.2
dotnet add package IoC --version 2.2.0.2
<PackageReference Include="IoC" Version="2.2.0.2" />
paket add IoC --version 2.2.0.2
Release Notes
Version 2.2.0.2
- Logging API added
Version 2.2.0.1
- Optimizing runtime injection
Version 2.2.0.0
- Runtime Proxy facility
- Encryption and Encoding attributes for zero code de-/encryption and de-/encoding
- Documentation available at http://maikheller.info/IoC/DoxyDocu/
- Previous Documentation available at http://maikheller.info/IoC/DoxyDocu-2.0.0.2/
Version 2.1.0.0
- Validation API added
- Schema Version adjusted (Configuration-2.1.xsd)
- Documentation available at http://maikheller.info/IoC/DoxyDocu/
- Previous Documentation available at http://maikheller.info/IoC/DoxyDocu-2.0.0.2/
Version 2.0.0.3
- Primary and Qualifier attributes implemented
Version 2.0.0.2
- Added Readme.txt
Version 2.0.0.1
- Correction and documentation in Configuration-2.0.xsd
Dependencies
-
- Common.Logging (>= 3.0.0)
- Common.Logging.Core (>= 3.0.0)
- log4net (>= 2.0.3)
- Quartz (>= 2.3.1)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.