Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ninject

Unity equivalent for Ninject's Bind.ToMethod of IPrincipal,IIdentity

How do you use method injection with Ninject?

ninject

Ninject: Resolve dependency by name only

c# ninject ninject-2

RavenDB session per request with MVC3 and Ninject using repository model

How do I pass an object into the constructor of my VIewModel? ASP.NET MVC 3, 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]