Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in simple-injector

Resolve dependencies in ASP.NET Web API with Simple Injector and IHttpControllerActivator

How to reduce number of injected dependencies on controller

Simple Injector registering IMappingEngine (AutoMapper)

Use different configurations with Simple Injector

How to decorate an ASP.NET MVC controller with Simple Injector

Registering a singleton via SimpleInjector and return the same instance, for different interfaces it implements

How to configure Simple Injector to run background threads in ASP.NET MVC

How to use SimpleInjector in a multi project solution without creating circular references

Injection into Console Application with the Simple Injector

How to get service from ValidationContext using Simple Injector?

Simple Injector: Inject same UnitOfWork instance across services of the same graph

Simple Injector conditional injection

Simple Injector: how to inject HttpContext?

container.RegisterWebApiControllers(GlobalConfiguration.Configuration) causes InvalidOperationException

Type directly or indirectly depending on itself Simple Injector

How to, using dependency injection, get configuration from multiple sources?

Simple Injector pass hard coded values into constructor

How to move validation handling from a controller action to a decorator

Does Simple Injector have a way to RegisterConditional with object factory?

Simple Injector Register All Services From Namespace