Top "Ninject" questions

NInject is a dependency injection framework for .NET applications.

Ninject.MVC3. Bootstrapper.Initialize throws "Sequence contains no elements"

this question is not new, but my problem seems to have a different root than those I have seen so …

c# asp.net-mvc-4 ninject ninject.web.mvc
' Sequence contains no elements' exception when initializing ninject

I have a problem with Ninject which I have not seen before and don't know how to fix. I am …

c# ninject
I need more Ninject practical examples

In the past, I used swiftsuspenders that is an actionscript 3 IoC controller. Basically the first version of switfsuspender had something …

inversion-of-control ninject ninject-2
Constructor with multiple arguments with Ninject

I am tring to use Ninject as a IoC container but could not understand how to create an instance of …

c# ninject ioc-container
DI/IoC Container Performance Benchmark Comparison?

I've found some 2008 benchmark results for testing the performance of several of the top .NET DI/IoC containers here. But …

c# structuremap ioc-container ninject autofac
Using Ninject with a Windows Service

Any good examples of using Ninject with a Windows Service? I'm not sure what if any extensions I need. Also, …

c# windows-services ninject
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
Using multiple dbcontext instances and dependency injection

This is kind of a similar question I asked here a few weeks ago with one significant change in requirement. …

c# entity-framework ninject autofac dbcontext
Do I need to register Ninject.OnePerRequestModule with Ninject.Web.MVC 3.0?

I'm using Ninject for DI and the Ninject.MVC3 extension within an MVC4 app, specifically version 3.0.0.6. Reading the documentation on …

ninject ninject.web.mvc