Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ninject

Ninject with a base controller?

How to test Ninject ConstructorArguments using MOQ objects?

Can NInject load modules/assemblies on demand?

Getting "MissingMethodException: Cannot create an instance of an interface" when binding generic interface to repository with Ninject

ninject .net 4.0

Ninject: Bind same interface to two implementations

In Ninject, how can I run custom code on an object after it is created with Bind<..>.ToSelf()?

Override Ninject binding locally inside a test method to bind mock objects

Simplest way to mock properties of PostSharp attribute

Is there a way to get dependency injection with a JsonConverter derived custom converter

Where should I define my NinjectModule and my factories?

Ninject multiple binding of injected interface

c# .net ninject

Using Ninject and binding a default implementation while avoiding the dreaded Service Locator anti-pattern

DI with Ninject in a Class Library [duplicate]

Ninject with ASP.Net webforms and MVC

What is the scope of my Ninject injected ObjectContext in my custom MembershipProvider (using Request scope)?

Web Api - Request Parameters Outside Controller

How to use Ninject across assemblies

c# ninject

Inject IOwinContext with Web API and Ninject