Search code examples
Passing in the type of the declaring class for NLog using Autofac...


dependency-injectionautofacnlog

Read More
why third party package Autofac comes with two packages?...


.netautofacnuget-package

Read More
Autofac - Add registration after a registration has been added...


autofacregistrationautofac-module

Read More
Resolve service with Autofac and IHostBuilder...


c#wpf.net-coreautofac

Read More
Inject DbContext with Autofac...


entity-frameworkautofac

Read More
How do I mock Func<T> factory dependency to return different objects using AutoMock?...


testingmoqautofac

Read More
How do I handle Exception throw by Intercepter in C#...


c#exceptionautofac

Read More
Interceptor doesn't work when call a method inside another method in same class...


c#asp.net-coreautofaccastle-dynamicproxy

Read More
Autofac create 2 instances of service...


asp.net-core-webapiautofac

Read More
Does Simple Injector have a feature like Autofac Factory Delegates?...


c#dependency-injectionautofacsimple-injector

Read More
How Does Parameterized Instantiation Work with SingleInstance Life Scope...


c#autofac

Read More
Automatically dispose child lifetime scopes in Autofac...


c#autofac

Read More
Autofac: IEnumerable<IInterface> will always return a list of objects derive from IInterface?...


c#dependency-injectionautofac

Read More
Autofac register IEnumerable and individuals to resolve them all...


c#autofac

Read More
How to apply AOP logging on Blazor component lifecycle method with Autofac.Extras.DynamicProxy?...


.netasp.net-coreblazorautofacblazor-webassembly

Read More
Keyed registration with implicit types and no defaults...


autofac

Read More
Autofac - The request lifetime scope cannot be created because the HttpContext is not available - du...


c#asp.net-mvcasp.net-web-apiautofacdependency-resolver

Read More
How do I register multiple concrete types using assembly scanning in Autofac?...


c#autofac

Read More
Circular component dependency detected while activating Autofac .NET Core Web API...


c#dependency-injectionasp.net-core-webapiinversion-of-controlautofac

Read More
Add Authentication inside AutoFac ConfigureTenant...


asp.net-coreautofac

Read More
Applying generic decorators conditionally in Autofac based on configuration values...


c#dependency-injectionioc-containerautofac

Read More
Dependency injection issue when rendering an MVC view to a string in Parallel.ForEach...


c#asp.net-mvcdependency-injectionautofac

Read More
How can I use Autofac in .NET core console generic host?...


c#.net.net-coredependency-injectionautofac

Read More
How to get dependency injection working with IAsyncAuthorizationFilter in ASP.NET Core...


c#asp.net-core.net-coreautofac

Read More
How to use Autofac to inject specific implementation in constructor...


c#asp.net-mvcdependency-injectionautofac

Read More
inconsistency of RegisterInstance method and InstancePerDependency lifetime scope...


c#dependency-injectionautofac

Read More
Can root container scope access child scopes' registrations?...


c#dependency-injectionautofac

Read More
In AutoFac, why does the order of RegisterGeneric calls for my generic repositories only work correc...


dependency-injectionentity-framework-coreautofac.net-5ardalis-cleanarchitecture

Read More
Register Container Itself Using Autofac...


c#inversion-of-controlautofacioc-container

Read More
How do I register an Autofac "Adapter" that has dependencies?...


c#adapterautofac

Read More
BackNext