NInject is a dependency injection framework for .NET applications.
I am currently working on a project where we are converting our old DataSet, Stored Procedure WinForm application to use …
winforms entity-framework dependency-injection ninjectI am trying to use Ninject and OpenAccess for the first time. Please help me with the following. Here is …
asp.net-mvc ninject telerik-open-accessI have been trying to use Ninject today and have a couple of questions. First of all do I need …
c# asp.net-mvc dependency-injection ninjectI am having problems creating a custom UserStore using dependency injection when creating an ApplicationUserManager using the OWIN request pipeline. …
c# asp.net dependency-injection ninject owinI know there are several questions a bit like this one, but as I'm unable to locate any documentation and …
c# ninject asp.net-web-api2 asp.net-mvc-5.1This question is not specifically related to Ninject. It's more of a general coding question, but I'm posting it here …
asp.net-mvc ninjectI am migrating from IIS WebAPI to OwinHost. Utilizing the latest pre-release versions of nuget packages, I successfully used instructions …
c# asp.net-web-api ninject owin bootstrapperI'm developing a MVC5 project on Visual Studio 2017 Version 15.4. I'm getting unexpected result here what I never faced before. I've …
c# asp.net-mvc nuget ninjectI'm a newbie when it comes to DI and ninject and I'm struggling a bit about when the actual injection …
dependency-injection ninjectI'm not quite sure when I should use SingletonScope() vs TransientScope() vs RequestScope() when I do my binding in my …
c# asp.net-mvc mongodb ninject norm