Autofac
In this screencast we discuss ASP.NET Webforms Dependency Injection with Unity using a custom HttpModule that injects dependencies into web pages, masterpages, and usercontrols without the need for base classes. Inspiration is taken from two open-source, lightweight, and easy to use Inversion of Control Containers - Autofac and Ninject.
Read More
The Autofac Contrib Project adds new extensions to Autofac that support AOP Method Interception via Castle's DynamicProxy2 as well as an auto-mocking container via NMock2.
Read More
Nick Blumhardt wrote an article on CodeProject that shows how to use Autofac for dependency injection in your applications.
Read More
If you haven't settled on an IoC Tool or become completely obsessed with the dependency injection tool you use, you may want to look at Autofac, which utiltizes a number of C# 3.0 Features, like Lambda Expressions, Expression Trees, and Extension Methods, to give you an intuitive IoC Tool that is pretty extensible. Read more...
Read More