NInject is a dependency injection framework for .NET applications.
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-2Here is the trace: <Error> <Message>An error has occurred.</Message> <ExceptionMessage> …
c# asp.net-mvc-4 asp.net-web-api inversion-of-control ninjectHow do I combine constructor injection with "manual" constructor parameters? ie. public class SomeObject { public SomeObject(IService service, float someValue) { } } …
c# ninject dependency-managementSo after much screwing around I finally got Ninject wired in and compiling in my MVC4 application. The problem I …
c# ninject asp.net-mvc-4I have the following packages and their dependencies installed in my WebAPI project: Ninject.Web.WebApi Ninject.Web.WebApi.OwinHost …
c# asp.net-web-api dependency-injection ninject asp.net-web-api2This code was generated for me after added entity framework code-first for SQL Server CE using NuGet. They did no …
asp.net-mvc asp.net-mvc-3 ninject ef-code-firstI've created a new MVC Web application and I have references to Ninject.dll, Ninject.Web.Common.dll and Ninject.…
c# asp.net-mvc dependency-injection ninjectLong story short, I'm trying to use ELMAH with MVC 2 and Ninject, and I need to use parameterless constructors. I …
c# asp.net-mvc ninject elmahThere are plenty of examples for having it worked on an MVC application. How is it done on Web Forms?
asp.net webforms ninjectI am using Ninjec, Ninject.Web.MVC and Ninject.Web.Common When I start my mvc application I get this …
c# ninject ninject.web.mvc