January 2010 - Posts

1
Comments

Excellent introduction to building a dependency injection container by SeanMcAlinden

I happened to follow one of the ping backs from my recent blog on a small IoC container I’ve started working on called RapidIoc and found an excellent article on how to build a simple container (which was kind enough to reference my project). If anyone...
7
Comments

Custom IoC Container for Dependency Injection with an Asp.Net Mvc website usage example by SeanMcAlinden

I’ve recently been working on some mvc helper controls and wanted to use TDD for both aiding the design and having a test harness for the future. In order to aid the use of tdd and improve the overall design I wanted to utilise dependency injection. There...
More Posts