Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in autofac

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

MVC4 RC WebApi parameter binding

Resolving Hangfire dependencies/HttpContext in .NET Core Startup

Net Core: access to appsettings.json values from Autofac Module

Using multiple dbcontext instances and dependency injection

How to fake declared services in Startup.cs during testing?

What would the Autofac equivalent to this Ninject code be?

c# signalr ninject autofac

Property Injection for Base Controller Class