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 19d4ebcff4 #14: fix handling of default parameters 7 years ago
LightweightIocContainer #14: fix handling of default parameters 7 years ago
Test.LightweightIocContainer #14: fix handling of default parameters 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