Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ninject

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

Injecting Ninject dependencies into WebApiConfig in Web API 2

ninject asp.net-web-api2

Ninject 2.1 ActivationException : Error activating string

Ninject.Web.MVC + MVC3 throws StackOverflowException

Ninject exception in Parallel.Foreach

Ninject Method-level interception with params

Ninject WCF bootstrapper registering multiple services

c# wcf ninject