Possible Duplicate:
Which C#/.NET Dependency Injection frameworks are worth looking into?
Yes I know this question has been asked many times, but the various frameworks keep evolving, so I would like a fresh answer on the subject.
A few thoughts about the framework, they are not necessary black or white, but rather my preferences.
Things I like:
- Convention based registrations
- Constructor injection
- Can also target Silverlight
- Small footprint
- One assembly
- Fast
Thing I don't like:
- Xml
- Custom attributes
- Service locator pattern
Things I don't think about:
- Linq
- Opensource