I am struggling to find out whats wrong with MVC 5 (Visual Studio 2015) Ninject dependency injection. In MVC 4 (Visual Studio 2013), it was quite straight forward to add Ninject with Nuget Package Manager(UI) but don't seems like the case with MVC 5 (VS 2015).
After some unsuccessful attempts, I rather used Package Manager Console and got Nuget and Nuget.Web.Common both packages installed.To my surprise, I can't find my NinjectWebCommon.cs file in App_Start folder now.
I am wondering if MVC 5 has changed the concept of dependency injection or I am doing something wrong here?