Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in autofac

How to convert IServiceCollection registrations to Autofac registrations?

AutoFac - Initialize heavy-weight singletons on app_start

How do I register an EventAggregator as a singleton in an MVVM app?

How to correctly configure InstancePerTenant using Autofac?

c# autofac asp.net-core-3.0

How to write a unit test (or regression test) for InstancePerRequest services in Autofac

How to determine which constructor Autofac uses when resolving

How to properly configure mock dependencies for testing Web Api (ASP.NET Core) controllers using Autofac

Structuremap, AutoFac, or Ninject, which one is great for a large scale web app? [closed]

Automatically bind interfaces using AutoFac

c# asp.net asp.net-mvc autofac

Practices to register types with IoC container?

Is it a good practice to create a new instance of ContainerBuilder?

c# asp.net asp.net-mvc autofac

Inject dependency with "constructor scope" - autofac

c# autofac

Autofac Open Generic Decorator with multiple interface causes circular dependency resolving

GraphQL + Autofac

Autofac unable to resolve between two constructors when one is clearly more specific

c# autofac

Autofac with Web API 2 - Parameter-less constructor error

c# asp.net-web-api2 autofac

How do I log exceptions thrown during dependency resolution in my Web API project?

c# asp.net-web-api autofac

What is the disadvantage of using InstancePerHttpRequest instead of InstancePerApiRequest in MVC and Web API in same project?