Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in autofac

Entity Framework "Migrations Configuration" and autofac

autofac: registering the same class more than once with different dependencies

c# autofac

How to resolve InstancePerLifetimeScope component from within SingleInstace component via Func?

autofac

Registring Concrete Types That Implement Variant Generic Interfaces With Autofac

c# generics autofac covariance

AutoMock - How to unit test with Keyed Registrations?

c# unit-testing autofac

Convert Ninject Modules to Autofac

c# ninject autofac

Autofac object lifetime scope in self-hosted WCF service

asp.net wcf autofac

Decorator for multiple interfaces - a circular dependency riddle in Autofac

How to use Autofac / Castle DynamicProxy interceptors in ASP.NET Core 6?

How to convert Ninject "Filter \ Attribute"-Binding to Autofac?

How to use Autofac container to resolve an instance of a type?

windows-services autofac

Can an exception during OnRelease cause a component to not be disposed correctly?

c# .net nhibernate autofac

How to register circular type in Autofac?

Pass Autofac container to WPF UserControl

Autofac: resolve an open generic with conditions on its type parameters

c# generics runtime autofac

Autofac WebApi 2 OWIN Not Working