Search code examples
Given a ContainerBuilder, can I register a missing dependency handler?...

c#autofac

Read More
How can I resolve a class with 3rd party generic interface by string using autofac...

c#dependency-injectioninterfaceautofac

Read More
Unable to configure autofac in Web Api project...

c#asp.net-web-apidependency-injectionasp.net-mvc-5autofac

Read More
Correct use of Autofac in C# console application...

c#dependency-injectioninversion-of-controlautofac

Read More
Autofac/Automapper - Custom value resolvers Error...

automapperautofac

Read More
Registering types in a chain of classes...

c#autofac

Read More
Resolve class and register return object from one method...

c#autofac

Read More
An error occurred during the activation of a particular registration while using Autofac...

c#oopdependency-injectioninterfaceautofac

Read More
Autofac register generic repository where T is not class...

c#genericsautofac

Read More
Autofac : Questions about OnActivating and OnActivated...

c#inversion-of-controlautofac

Read More
Set the active tenant on a resolved child scope...

c#autofac

Read More
Resolve interface from Factory using Autofac...

c#autofac

Read More
Why my Autofac registered Prism EventAggregator is not injected properly into viewmodel?...

c#wpfmvvmprismautofac

Read More
Why my Subscribe method is not called when using Prism EventAggregator?...

c#wpfmvvmprismautofac

Read More
Autofac's `reloadOnChange` doesn't reload the configuration?...

c#autofac

Read More
Autofac Generic interface is not assignable to service...

c#dependency-injectioninversion-of-controlautofac

Read More
Assigning all controllers with one register In DI Container...

.net-coreautofac

Read More
Autofac cannot resolve my Registered generic service...

c#.net-coreautofacioc-container

Read More
how to resolve multiple dependencies of the same type in a System.Web.UI.Page where these dependenci...

c#asp.netwebformsautofac

Read More
Setting up AAD Authentication in a Project with Autofac...

azureasp.net-web-apiazure-active-directoryautofacautofac-configuration

Read More
Should I pass View Model to my service, and if yes, how to do it?...

c#wpfmvvmserviceautofac

Read More
How to inject WCF Service Implementation into another WCF Service with Autofac...

c#wcfdependency-injectionautofac

Read More
Resolving to parent interface during constructor injection...

autofac

Read More
.Net Core 2.2 AutoFac Register Dependency that Injects a logger instance...

c#asp.net-coreautofac

Read More
how to fix Autofac - require assembly qualification (my type. my assembly)...

c#asp.networkflowautofacworkflow-engine

Read More
Using FormatFilter attribute within mvc core 2.1.3 API...

c#asp.net-core-mvcautofac

Read More
WebApi - Autofac cannot resolve parameter HttpRequestMessage...

c#asp.net-web-apiasp.net-web-api2autofac

Read More
What is the best way to register WPF ViewModels against Views in an AutoFac container?...

c#wpfmvvmautofac

Read More
How to register profile AutoMapper in AutoFac?...

c#automapperautofac

Read More
How do I register a delegate or function with Autofac when the function belongs to a class that must...

c#dependency-injectionautofac

Read More
BackNext