Top "Ninject-2" questions

tag for questions related to ninject -2 version of ninject dependency injector

Ninject WithConstructorArgument : No matching bindings are available, and the type is not self-bindable

My understanding of WithConstructorArgument is probably erroneous, because the following is not working: I have a service, lets call it …

c# exception-handling dependency-injection ninject ninject-2
MVC 3: How to learn how to test with NUnit, Ninject, and Moq?

Short version of my questions: Can anyone point me toward some good, detailed sources from which I can learn how …

unit-testing asp.net-mvc-3 nunit moq ninject-2
Ninject: Registering an already created instance with Ninject?

Can anyone tell me if i can register an already created instance of a class with Ninject so that it …

dependency-injection ninject ninject-2
ASP.NET MVC 3: DefaultModelBinder with inheritance/polymorphism

First, sorry for the big post (I've tried to do some research first) and for the mix of technologies on …

c# inheritance asp.net-mvc-3 mvccontrib ninject-2
Getting started with Ninject

I watched the first 2 beginner tutorials for Ninject on dimecasts.net. Now, I want to use Ninject 2.2 in ASP.NET …

c# asp.net-mvc-3 ninject-2
How do I use Common Service Locator in Ninject 2

Changes in Ninject 2 say that Ninject support Common Service Locator, but how do I use it? I don't find any …

dependency-injection inversion-of-control ninject ninject-2 common-service-locator
MVC 3 Dependency Resolver or Ninject MVC plugin?

In MVC 3 they added a Dependency Resolver what I been using. While answering someone question someone commented on you should …

asp.net-mvc asp.net-mvc-3 ninject ninject-2
Ninject, passing constructor argument to the kernel

Here is my problem: I want to pass in one of the values to the constructor every time I request …

c#-4.0 dependency-injection ninject-2
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