Autofac.
Lightweight, simple, fast, C# 3.0-oriented and works (for me) better in complex projects than any other IoC Container (even Windsor).
Primary features:
- Deterministic disposal of components
- Expression-based configuration
- Proper support for multi-scoped component resolution
- High performance
- Lean codebase