tag for questions related to ninject -2 version of ninject dependency injector
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-2Short 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-2Can anyone tell me if i can register an already created instance of a class with Ninject so that it …
dependency-injection ninject ninject-2First, 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-2I 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-2Changes 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-locatorIn 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-2Here 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-2In 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