.NET IoC containers

After having deal with popular IoC container for .NET Ninject  I was wandered about alternatives.

And I found two more:

 

1. Windsor - "Castle Windsor aggregates the MicroKernel and exposes a powerful configuration support. It is suitable for common enterprise application needs. It is able to register facilities and components based on the configuration and adds support for interceptors.".

Looks like most popular.

 

2. autofac - "Autofac was designed with modern .NET features and obsessive object-orientation in mind. It will change the way you approach dependency injection in .NET.".

Young but powerfull proiject.

 

 

Comments

Have you tried or considered Unity Application Block? - It seems that many have downloaded it from CodePlex, probably much more already have it as part of Enterprise Library, but I didn't hear a lot of noise about it. I'm going to need an IoC container and still considering the options.

I have no experience with any IoC container yet, but if I was going to use, I will use Ninject.