Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in autofac

Configure AutoFac in ASP.NET Core 3.0 Preview 5 or higher

How to carry out custom initialisation with autofac

Service Locator easier to use than dependency Injection?

How to organize MVP with an IoC container?

How should I scope dependency injection of Entity Framework DbContext in a web app? (InstancePerHttpRequest vs SingleInstance)

Autofac Lifetime Management

Transient vs per webrequest lifestyle, what constitutes a web request?

Use autofac in multiple project solution

.net wpf autofac ioc-container

Is it possible to resolve an instance from Autofac, given only a string key?

autofac

Registering async factory in Autofac

c# autofac async-await c#-5.0

Register HttpContext.User with Autofac

asp.net-mvc autofac

'Autofac Circular Component Dependency Detected' Error

Resolving type based on Generic Interface at runtime with autofac keyed services

c# generics runtime autofac

Instance per matching lifetime scope, with default?

Explicit resolving of ILog in Autofac when using with Log Injection Module

Resolving conditional dependencies autofac

c# autofac

Using log4net with Autofac

Can autofac do partial Resolve?

How to inject a factory of generic types with Autofac

Is there a Autofac integration library for WinForm