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 77e158f564 #6: start refactoring `Injector` to Ioc 7 years ago
LightweightIocContainer #6: start refactoring `Injector` to Ioc 7 years ago
Test.LightweightIocContainer #6: start refactoring `Injector` to Ioc 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 - fix naming rule for methods 7 years ago
README.md - add first information to readme (#2) 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:

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

  • demo project