How to make the connection string available in a N-Tier ASP.NET MVC Core 1.0 App with Autofac...
Read MoreAutofac Container Update and Mock dependencies...
Read MoreAutofac how to register a service with multiple names?...
Read MoreAutofac RegisterAssemblyTypes from tests...
Read MoreAutofac inject IEnumerable of generic interfaces...
Read MoreAutofac: Dispose off object instance and its dependencies with just the resolved instance?...
Read MoreStarting scope by passing IContainer (AutoFac)...
Read MoreOrchard CMS, Autofac Relationship...
Read MoreWhat is the intended MassTransit middleware construct for setting mult-tenant scope values upon each...
Read MoreGet same instance of a component registered with Autofac as InstancePerLifetimeScope in Global.asax ...
Read MoreNLog with Autofac in MassTransit 6.0?...
Read MoreHow do you setup an ASP.Net 3.0 Core Web API project to use AutoFac and NLog?...
Read MoreRegistering more AmazonS3Client with configurations on Autofac...
Read MoreCan I override a list registration in StructureMap/Autofac?...
Read MoreHow to set Created By to enitites in DbContext...
Read MoreInjecting a registered named service is not working as expected using Autofac 4.2.1...
Read MoreUnderstanding Autofac configuration for Mediatr...
Read MoreIs it possible to register one type for multiple keys with Autofac assembly scanning?...
Read MoreHow to mock method properly to return specific data when checking other method with Autofac.Moq?...
Read MoreAutofac with Open Generics and Type Specified at Runtime...
Read MoreHow can I register a service collection against .Net Framework and Autofac?...
Read MoreHow do I expose arbitrary resolution parameters for an Autofac component registered using a lambda?...
Read MoreAutofac register module with different lifecycle depends on the app (console or web)...
Read MoreRegistering a third party class in Autofac whose constructor take in values from another service...
Read MoreHow to correctly configure InstancePerTenant using Autofac?...
Read MoreAutofac InstancePerLifeTimeScope without BeginLifeTimeScope...
Read MoreDependency Inversion with a List<T> in a method...
Read MoreCleaner way to choose LifetimeScope in a dependency chain with Autofac...
Read MoreHow to Configure Masstransit Consummers by Autofac Modules...
Read MoreAccess DI services inside an IEntityTypeConfiguration<T> when using ApplyConfigurationsFromAss...
Read More