Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in simple-injector

Simple Injector combining WCF and "regular" registrations

How to determine which lifestyle to use in Simple Injector

Using custom validators with Fluent Validation on ASP.NET Core 1.1

Dependency Injection to resolve dependency with runtime data

FluentValidation Validators and Simple Injector where Validators Injected as Array

c# simple-injector

Inject Logger in IExceptionFilter with SimpleInjector

How to access ISession when registering for DI in mvc core

MVC Simple Injector and RegisterPerWebRequest

Resolving a class with a custom parameter 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>>