Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in autofac

Resolve instance - Autofac

.net autofac

How can I resolve the correct logger type using AutoFac?

c# logging autofac nlog slf4net

What happened to Lazy<T> support in Autofac?

autofac

Caliburn.Micro. Automatically call eventaggregator.Subscribe() for IHandle implementors with Autofac

Autofac runtime parameters

Unit test over Autofac Module to reach 100% code coverage

How to register a new List<IChecker> to Autofac ContainerBuilder

c# autofac

Access or get Autofac Container inside a static class

.NET Core 2.0 Autofac Register Class InstancePerRequest doesn't work

Avoiding a nested service locator antipattern with DI / autofac

Autofac: Resolving variant types with both in and out type arguments

Autofac Modules in N-Tier Architecture

How to use Autofac in a 3 layered web application (ASP.NET MVC)?

Autofac - Lifetime and modules

oop autofac

How to return NULL in an Autofac registration?

DI (Autofac) in a plugin architecture: Is one separate DI container per plug-in OK?

Given a ContainerBuilder, can I register a missing dependency handler?

c# autofac

What is the Best Practice to configure StackExchange.Redis with Autofac?

WebApi DI Autofac - Make sure that the controller has a parameterless public constructor

MVC 6 Custom Model Binder with Dependency Injection