Using Ninject with WebAPI 2.0

I struggled most of yesterday trying to get Ninject setup in an ASP.NET WebAPI 2.0 environment. There are multiple Stack Overflow answers and blog posts that all say the same thing: Install Ninject in your project from Nuget Install Ninject.WebApi Install Ninject.WebApi.WebHost Then everything should… Read more →