3
Shouts

Inversion of Control (IoC) and Dependency Injection (DI) and why they are important.

posted by ioannisioannis 349 days, 7 hours ago
Thursday, June 09, 2011 4:48:42 PM GMT

In this blog post, we are going to see how and when  Dependency Injection (DI) and Inversion of Control(IoC) can be applied for writing nice and maintainable code. Note that although there are plenty of tools out there that give you the ability to apply DI out of the box, in this post we are going to implement such a tool on our own gaining valuable insight on the workings of IoC and DI.

category: Architecture | clicked: 8 | | source: www.progware.org | show counter code
tags: Inversion of control, dependency injection

No comments yet, be the first one to post comment.

To post your comment please login or signup