Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in autofac

Autofac - resolving through factory methods

How to have only some constructor parameters injected with Autofac combined with using an InjectionModule

.net registration autofac

How can you inject an asp.net mvc3 custom membership provider using Autofac?

Autofac with MVC 4 action filter property injection

Method not found: 'Void Caliburn.Micro.Bootstrapper`1..ctor(Boolean)'

Autofac error - No scope with a Tag matching 'AutofacWebRequest' is visible from the scope in which the instance was requested

Inject constructor with multiple same typed parameters

c# autofac

how to pass parameters on resolve time in autofac

c# autofac

Func<Owned<T>> vs Func<T> dependency

How to pass controller's ModelState to my service constructor with Autofac?

asp.net-mvc autofac

Register string value for concrete name of parameter

Autofac scope lifetime issue

autofac

Register Autofac decorator for only one generic command handler

c# decorator autofac

How to resolve instance with Autofac and Asp.Net MVC

asp.net-mvc autofac

ASP.NET 5 (VNext) Autofac Instance per Request

Recommended way to configure Autofac in ASP.NET Core 3.0

c# autofac asp.net-core-3.0

AutoFac - Instantiating an unregistered service with known services

ioc-container autofac

Autofac sub-dependencies chain registration

How to handle circular references with Autofac 2.4.5?

OOD using IoC containers - how to construct dependant objects?