Click here to Skip to main content
15,885,870 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi All,
I need to know Which dependency injection framework is better to work with asp.net MVC 4? I go through different comparison and seems like unity and structure-map is slower in terms of performance also configuration is complex. My consideration is configuration flexibility and performance. People are taking about Ninject but not really sharing the experience of using it.Does anyone have production experience with Ninject?

Thanks
Posted

1 solution

I use Ninject for my personal projects and I find it to be good, as it has a lot of documentation. Lot of people are using it and so it's easier to find information and also best practices with respect to the usage of ninject. For instance, my website uses ninject for dependency injection and few of my future personal projects use ninject extensively. I am also planning on improvising my site as I have learned much more about ninject as at that time I was just getting started with it. I am still learning a lot with respect to ninject. I do not use any other DI frameworks and so can't really compare them, but, so far I am convinced and happy with ninject. Just my 2 cents regarding ninject. Sorry if it was not helpful.

As a side-note refer to this SO post - http://stackoverflow.com/questions/4538625/dependency-injection-frameworks-for-net[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900