A lightweight IOC Container that is powerful enough to do all the things you need it to do.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Simon Gockner 378da7ada7 - create xml documentation 7 years ago
LightweightIocContainer - create xml documentation 7 years ago
Test.LightweightIocContainer - add posibility to register types that use open generics 7 years ago
.gitattributes - add .gitattributes 7 years ago
.gitignore - add vscode folder to gitignore 7 years ago
LICENSE Initial commit 7 years ago
LightweightIocContainer.sln - add unit test 7 years ago
LightweightIocContainer.sln.DotSettings - update .dotSettings 7 years ago
README.md - finish refactoring of `Injector` to `Ioc` 7 years ago

README.md

Lightweight IOC Container

A lightweight IOC Container that is powerful enough to do all the things you need it to do.
This project and its documentation are currently under development.

Get started with the Lightweight IOC Container

  • How to install

  • Example usage:

    1. Instantiating Container:

      IocContainer container = new IocContainer();
      
    2. more...

  • demo project