Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in autofac

Should I register ViewModels in Container?

How to unit test this IoC Registration using Named components? (Autofac)

IoC, factories and constructor arguments

Autofac lazy TypedParameter

autofac

How can one use an existing instance to select a type to create in an IoC container

Autofac Dependency Injection works in Debug but crashes in Release

How to override DI registration from other container in ASP.NET Core integration test

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