Top "Ninject.web.mvc" questions

extension for ninject providing integration with ASP.

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

I am using Ninjec, Ninject.Web.MVC and Ninject.Web.Common When I start my mvc application I get this …

c# ninject ninject.web.mvc
NinjectDependencyResolver fails binding ModelValidatorProvider

I'm developing an ASP.NET Web Api 2.2 with C#, .NET Framework 4.5.1. After updating my Web.Api to Ninject 3.2.0 I get …

c# ninject ninject.web.mvc
Inject dependency into DelegatingHandler

I am new to dependency injection, but happy with Ninject and Ninject.Extensions.Logging to [Inject] my ILogger wherever i …

c# dependency-injection asp.net-web-api ninject ninject.web.mvc
Ninject Dependency Injection with Asp.Net MVC3 or MVC4

I am using Ninject MVC3(version 3.0.0.0) for my ASP.Net MVC3 application installed using NuGet Package for Dependency Injection. Here …

asp.net-mvc-3 dependency-injection ninject asp.net-mvc-4 ninject.web.mvc
Unit Testing with Ninject in MVC 4

I have a solution called MvcContacts with an MVC 4 project named MvcContacts and a unit testing project named MvcContacts.Test (…

c# unit-testing asp.net-mvc-4 ninject ninject.web.mvc
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
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
Using ninject with Ninject.Web.Api for Web Api 2 is not working in ASP.NET MVC 5

I am developing an Asp.NET MVC project. My project has web api as well. I am using ASP.NET …

asp.net-mvc asp.net-web-api2 ninject ninject.web.mvc ninject.web