Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in simple-injector

Equivalent Ninject code with Simple Injector

EF DbContext per web request + Custom RoleProvider = RoleProvider per web request or singleton?

C# Simple Injector, Can I inject different classes at runtime

Resolve Generic Interface with Simple Injector

Simple Injector register multiple type of same interface with metadata

Is there a way to pre-build all of my services that are registered with the Simple Injector container?

Simple Injector - Inject specific implementation of interface to specific controller

Does Simple Injector have a way to Register with an instance factory in combination with a TypeFactoryContext?

Simple Injector Inject IEnumerable<Func<T>>

Rebus multiple Queues based on content

SimpleInjector Singleton LifeStyle in Web

Injecting dependencies into Entity Framework entities and projects

Register open generic type as fallback with Simple Injector

Resolving ASP.NET Web Forms Image Control derived class registered via Simple Injector

Simple injector - decorators causing container to not be garbage collected?

Proper way to override dependencies within a scope

Simple Injector in Web.MVC, injection not occuring

Is it considered poor DI practice to include your app container within the constructor of a service?