Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in autofac

Managing NHibernate ISession with Autofac

nhibernate autofac

Autofac delegate factory using func<>

Replace factory with AutoFac

c# autofac factory-pattern

How to use Autofac in a class library project?

Autofac - The request lifetime scope cannot be created because the HttpContext is not available - due to async code?

Using autofac with moq

c# moq autofac

Unable to cast object of type ServiceCollection to type 'Autofac.ContainerBuilder' using dotnet core and autofac

c# .net-core autofac

The type '***' is not assignable to service '***' in Autofac

c# autofac

Autofac test all registered types can be resolved

c# autofac

.NET Core IoC RegisterAssemblyTypes Equivalant

How is AutoFac better than Microsoft.Extensions.DependencyInjection?

Customizing Autofac's component resolution / Issue with generic co-/contravariance

Autofac None of the constructors found with 'Autofac.Core.Activators.Reflection.DefaultConstructorFinder'

Is it possible to inject a list of resolved objects into a constructor using Autofac?

Run-time registration with Autofac

runtime prism autofac

Get a list of all registered objects implementing a certain interface

autofac

Resolving AutoFac dependencies inside Module class

Is it possible to remove an existing registration from Autofac container builder?

c# autofac

Autofac - Register multiple decorators

OWIN + SignalR + Autofac

c# signalr owin autofac