http://dotnetslackers.com/articles/designpatterns/InversionOfControlAndDependencyInjectionWithCastleWindsorContainerPart1.aspx
Tag: DI
IOC and DI
66 down vote accepted
I suppose I might be being a bit picky here but it’s important to note DI (Dependency Injection) is a programming pattern and is facilitated by (but does not require) an IoC (Inversion of Control) Framework. IoC Frameworks just make DI much easier, but it’s not only DI that they do, they provide a host of other benefits over and above DI.
