Microsoft’s version of dependency injection (DI) container, Unity (a.k.a., Unity Application Block) v1.1 is available for download. As you might remember 1.0 was released just back in April 2008. The documentation for v1.1 is here (VS 2005) and here (VS 2008)
To conceptually know more about DI container/IoC patterns:
- Martin Fowler: Inversion of Control Containers and the Dependency Injection pattern
- Wikipedia: Inversion of Control