NInject is a dependency injection framework for .NET applications.
At the risk of stepping into holy war territory, What are the strengths and weaknesses of these popular DI/IoC …
c# dependency-injection unity-container ioc-container ninjectUsing EF5 with a generic Repository Pattern and ninject for dependency injenction and running into an issue when trying to …
c# entity-framework ninject repository-pattern entity-framework-5I am adding Ninject in MVC project using the following commands in Package Manager Console: Install-Package Ninject -version 3.0.1.10 Install-Package Ninject.…
c# asp.net-mvc ninjectI decided to start using Ninject and face an issue. Say I have the following scenario. I have an IService …
c# ioc-container ninjectI have created a new MVC5 project with Web API 2, I then added the Ninject.MVC3 package from NuGet. Constructor …
asp.net-web-api ninject asp.net-mvc-5We are using ASP.net MVC. Which of these is the best DI framework Ninject or Unity and why?
asp.net-mvc ninject unity-containerIt's a Web API 2 project. When I implement DI using Ninject, I got an error message An error occurred when …
c# asp.net-web-api dependency-injection ninject owini have setup my project with Ninject IoC. My project has regular Asp.Net MVC controllers and Web Api controllers. …
asp.net asp.net-mvc dependency-injection ninject repository-patternMy question is a bit related to this: WebApi equivalent for HttpContext.Items with Dependency Injection. We want to inject …
multithreading asynchronous asp.net-web-api ninject httpcontextI have been helping a few friends on a project and there is a class that uses Ninject. I am …
c# dependency-injection ninject