I am going to use it in a project with less-experienced developers so a complex framework such as Spring.NET is not an option. I was thinking about:
- Ninject
- Castle Windsor
- StructureMap
Which would present a moderate learning curve without losing flexibility?
and another question - where is the correct place to put the configuration? Since the kernel/configuration on a 3-tier ASP.NET application (not MVC!!! all examples are using MVC :) )