Introduction to IoC/DI - The art of Decoupling
Category: Languages > .net      Posted: 05 Apr 09

In this episode we will review what Inversion of Control (IoC)/Dependancy Injection (DI) is and why they are important.

This is the first in a series that is meant to teach you how to use the Windsor Castle IoC container

Dependency Injection with Cast
Category: Languages > .net      Posted: 06 Feb 09

Castle Windsor is the most popular opensource dependency injection framework for .NET and the foundation of the Castle Application Framework. In this session, Mike Hadlow and Gojko Adzic introduce depenency injection principles, show how to implement them with Castle Windsor, and talk about extending...