Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Mocking IIndex<TKey, TValue>

c# unit-testing moq autofac

Using Autofac registering everything that ends with Service

Value cannot be null. Parameter name: context when trying to resolve a class

c# autofac

Difference between creating a scope using Autofac LifeTimeScope and Asp.net Core DI Extension IServiceScopeFactory

Autofac.Core.DependencyResolutionException

AutoFac.Core.DependencyResolutionException after following tutorial

c# autofac

Register all autofac modules from assembly by one line

.net ioc-container autofac

Configuring Autofac with ASP.NET MVC 5

Replace registration in Autofac

autofac

Moq with Autofac Func<Owned<IClass>>

c# moq autofac