Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in autofac

Autofac with WCF - Nested lifetimes problems

c# wcf autofac

Autofac (+MVC + EF + SignalR + Hangfire) lifetime scopes

How to configure Autofac and SignalR in a MVC 5 application

Autofac register interface MediatR

In Autofac, how do I replace the default registration with a decorator?

c# autofac

How to use Property Injection in MVC Core and AutoFac

How to measure and monitor Autofac resolve time of individual components

Manage autofac container setup

Autofac - resolving component with parameters dynamically

c# autofac

Autofac with F#

c# f# autofac c#-to-f#

How to inject AutoMapper with Autofac?

Dependency Injection in HtmlHelper extension method?

Using what's the preferred way to combine Autofac and Dapper

Are .Register and .RegisterType equivalent (for classes with parameterless constructors)?

autofac - dependency injection into IHttpModule

How to register Services and Types that are in separate assemblies in AutoFac?

Autofac: How do you register a generic with multiple type arguments? Registering IGenRepo<T, TKey> with EFGenRepo<T, TKey>

DbContext not getting injected by autofac

Autofac - SingleInstance HttpClient

c# .net autofac

Injecting dependencies into custom Web API action filter attribute with Autofac