Possible duplicate How to choose a DI container
I believe everyone goes through this dilemma of choosing the right DI container.
I read questions regarding this here but they are kind of outdated and probably things has changed since then.
Since there are lot of developers here who currently work on MVC project, I thought it could be good idea to listen to their opinion and experience, which could be invaluable for starters like me.
In a book ASP.NET MVC4 in Action they have chosen StructureMap
because of its "Powerful API and Popularity".
But then there is also Unity
which is from microsoft, kind of sounds tempting because it is from Microsoft and may be it'll get powerful in future(just guessing).
I'm sure I'll get nice suggestions here. Thanks in advance.