Dependency Injection

added by abhi2434
2/26/2011 5:20:08 PM

190 Views

Dependency Injection is a design principle to create independent code blocks. DI identifies each object dependencies and removes it by injecting the object externally to the class. In this post I gave you a sample implementation of DI and DI Containers.


0 comments