Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in autofac

How to make the connection string available in a N-Tier ASP.NET MVC Core 1.0 App with Autofac

How to Register ILogger(Microsoft.Extensions.Logging) with DI usinq autofac .net framework

How to mock Autofaq interface with Moq, when an extension method is called

c# unit-testing moq autofac

ServiceStack MemoryCacheClient not Caching

Register generic where T is in specific namespace

c# autofac

Stop Autofac from filing IEnumerable<>

c# autofac ienumerable

Injecting a specific instance of an interface using Autofac

How can I retrieve current Autofac lifecyclescope and resolve nested forms in a Winform app

IoC using Autofac

Whats the status of Prism integration in Autofac?

Autofac: Registering Func<> or Factory?

What is this System.ArgumentException on ContainerBuilder.Build (autofac)? And is it a problem?

c# autofac .net-4.8

Autofac inspect lifetime scope of type being resolved

autofac

Could not load type Castle.Proxies.IReadinessProxy when running xUnit integration tests in parallel with Autofac

How to override a service in Autofac container using WebApplicationFactory