Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in autofac

Getting autofac to work with mvc6 beta5

How to inject IHttpContextAccessor into Autofac TenantIdentificationStrategy

IHttpClientFactory DI registration in .NET Framework with Autofac

Autofac: register generic type with nongeneric interface

c# generics interface autofac

How to use Autofac to inject specific implementation in constructor

How do I use custom model binder that supports dependency injection in ASP.NET Core?

Autofac register dll using Assembly.Load

Autofac modules with their own dependencies

c# autofac

Returning different components in different scopes with Autofac

c# autofac

EF, ASP MVC + dependency injection. Issues with multiple concurrent requests and DB connectivity

Handling errors/exceptions in a mediator pipeline using CQRS?

AOP vs MVC FilterAttributes vs Interceptors [closed]

WebApi, Autofac, System.Web.Http.Filters.ActionFilterAttribute Instance Per Request

How to ensure that Autofac is calling Dispose() on EF6 DbContext

Castle Windsor Typed Factory Facility equivalents

Managing multiple databases with NHibernate and Autofac

Stop Autofac module registering already-registered components

c# autofac

ASP.NET MVC 3, RavenDB, & Autofac Issue Plus 2 Other Autofac Questions

Resolving Autofac components in background Tasks in ASP.NET

Having Automapper use services constructed by a Autofac with WebApi