Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in autofac

Autofac configuration validation

configuration autofac

How to register two WCF service contracts with autofac

Autofac and ASP .Net MVC 4 Web API

How to register a generic consumer adapter in MassTransit if I have a list of message types

autofac Resolve all types of open generic type?

c# autofac

Injecting external dependencies in Microsoft Bot Framework Dialog using Autofac

c# autofac botframework

Autofac, how to intercept the service with an instance of a Aspect but not with the Type of Aspect?

Is Autofac ContainerBuilder.Build an expensive operation?

Automatic factory with Common.Logging and Autofac?

How to make an optional dependency in AutoFac?

.net autofac default-value

Can Autofac do automatic self-binding?

Autofac MVC Integration with ASP.Net MVC 4

autofac asp.net-mvc-4

Could not load file or assembly 'Autofac, Version=3.0.0.0

asp.net autofac

MVC WebApi not using AutofacWebApiDependencyResolver

Mocking and resolving Autofac dependency in integration test in AspNetCore with TestServer

Autofac: How to limit the lifetime of an IDisposable object without passing around the IoC container

How to handle constructor exception when using Autofac WcfIntegration

Autofac named registration constructor injection

autofac wcf registration error

wcf autofac

Is it bad design to reference Autofac in my projects just for Owned<T>?

c# idisposable autofac