Autofac
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