Minimal Inversion of Control (IoC) Container for Dependency Injection (DI) in under 100 lines of code. Implements the 3 Rs of DI: Register, Resolve, Release. Note: missing thread safety and fluent interface.
13 people like thisPosted: 13 years ago by Phillip Trelford
This is a simple IoC implementation that allows registration with optional parametrization.
2 people like thisPosted: 12 years ago by Eirik Tsarpalis