Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in autofac

Autofac. How to get caller class Type?

How to solve System.Web.Http TypeLoadException in Azure role deployment?

Autofac not resolving types from assembly scan in asp.net 5

asp.net asp.net-mvc autofac

IoC Windows Service Architecture

Multiple owin listeners with their own set of controllers, with Autofac for DI

Injecting IDbConnection vs IDbConnectionFactory

c# asp.net-mvc autofac dapper

How to register HttpContextBase with Autofac in Asp.Net (not MVC)

c# asp.net autofac

Autofac resolving a singleton creates a bottleneck

c# asp.net-mvc autofac

Covariant service resolution by IoC container

autofac: How to resolve collection of named types?

c# autofac

Registering Collections in Autofac 2.1.10 RC

autofac

Resolving WCF endpoint address dynamically with autofac

wcf autofac

Injecting NLog with Autofac's RegisterGeneric

c# autofac nlog

Is it possible to get container type in AutoFac

Autofac - How to get class name while creating instance

SignalR Dependency Injection for ASP.NET Core v2.0 using Autofac

Autofac class interception doesn't work in a certain setup

How to inject dependency into MVVM View Model class?

ASP.NET MVC 3, Action Filters, and Autofac Dependency Injection

Is it possible in Autofac to resolve all services for a type, even if they were registered with a name or key?