Top "Ninject-extensions" questions

Ninject Extensions are a collection of open-source projects designed to extend the functionality of the Ninject open-source dependency injector for the .NET framework.

Ninject-ing a dependency in Global.asax

I'm starting a web application with MVC3 and Ninject. There is one dependency that I also need in the Global.…

asp.net-mvc asp.net-mvc-3 ninject ninject-extensions
WCF / Ninject / Default (parameter-less) constructor

I'm trying to add Ninject to a WCF service using the WCF Ninject extension. I'm getting the error: The service …

c# wcf ninject ninject-extensions
Ninject throws Activation Exception in a WebApi project with multiple assemblies

My asp.net WebApi project comprises of multiple assemblies for Services, Core and Data Access. In an attempt to use …

c# asp.net-web-api ninject ninject-extensions ninject.web