Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

How to use Autofac Dependency Injection in MassTransit IConsume

autofac masstransit

Resolve instance - Autofac

.net autofac

How can I resolve the correct logger type using AutoFac?

c# logging autofac nlog slf4net

What happened to Lazy<T> support in Autofac?

autofac

Caliburn.Micro. Automatically call eventaggregator.Subscribe() for IHandle implementors with Autofac

Autofac runtime parameters

Unit test over Autofac Module to reach 100% code coverage

How to register a new List<IChecker> to Autofac ContainerBuilder

c# autofac