Search code examples
Autofac resolve the same class instance with different parameters...

c#xamarindependency-injectionautofac

Read More
What is the proper way to implement Serilog Contextual logger injection for Autofac in Clean Archite...

c#asp.net-coreautofacserilogclean-architecture

Read More
Circular component dependency detected Repository pattern with autofac dependency injections...

c#autofacrepository-pattern

Read More
How to get a type from Autofac Registrations used for registration...

c#.netautofac

Read More
Replace MvcNewtonsoftJsonOptions for every request received...

c#asp.net-mvcjson.netautofacasp.net-core-3.1

Read More
Autofac: ITenantIdentificationStrategy with RouteValues...

asp.net-coreautofacmulti-tenantasp.net-core-3.1

Read More
How do IoC controllers actually work? Specifically in .NET MVC?...

c#.netmodel-view-controllerautofac

Read More
Registering and Resolving Different Parameter Constructors with different TypeOf in Autofac...

c#.netdependency-injectionautofac

Read More
How to keep interceptors related to each other?...

c#autofaccastle-windsor

Read More
Autofac 5 abort register based on condition...

c#dependency-injectionautofac

Read More
Autofac register generic instance with concrete type...

c#dependency-injectionautofac

Read More
How to get an IHttpContextAccessor instance (or equivalent) in a background task?...

c#asp.net-coreautofac

Read More
Entity Framework not always get the most update values from the db...

c#entity-frameworkdependency-injectionautofac

Read More
Background tasks are being queued and not executed...

c#asp.net-coreautofac

Read More
How to resolve services within a background task?...

c#asp.net-coreautofac

Read More
How to register generic class with AutoFac that requires parameters?...

c#inversion-of-controlautofacioc-container

Read More
In the context of Autofac: What is the difference between a Service and a Component?...

c#inversion-of-controlautofac

Read More
Injecting AppDbContext with constructor with params exception...

c#.net-coreautofac

Read More
Autofac registrations present but servicelocator throws ComponentNotRegisteredException...

exceptionautofacregistration

Read More
Autofac register with folder...

asp.net-mvc-5autofac

Read More
How to solve Autofac circular dependency?...

c#autofaccircular-dependency

Read More
Injecting Connection String from config file into EF Core DbContext...

c#entity-framework-coreautofacclean-architectureproperty-injection

Read More
Dynamic TypeRegistration in Autofac C# using an Unknown type...

c#dependency-injectionautofac

Read More
Autofac Build() throws exception on latest Xamarin iOS when Linker configured to Link All...

iosxamarinlinkerautofac

Read More
Autofac. IoC container with parameters. Best practices...

c#asp.netdependency-injectioninversion-of-controlautofac

Read More
Start a new LifetimeScope when a Masstransit consumer is triggered...

c#entity-frameworkasp.net-coreautofacmasstransit

Read More
How to inject dependencies when those dependencies need a runtime value?...

c#dependency-injectionasp.net-mvc-5inversion-of-controlautofac

Read More
Resolve all classes that annotated with Attribute as IEnumerable<Type> using Autofac...

c#attributesautofac

Read More
AspNet Core Autofac disposing my DbContext even if its registered as SingleInstance...

c#entity-frameworkasp.net-core.net-coreautofac

Read More
when use autofac accoure this error : : 'ConfigureServices returning an System.IServiceProvider ...

c#asp.netasp.net-coreasp.net-core-webapiautofac

Read More
BackNext