Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Resolving per-user/per-request dependency with Autofac in StartUp

Should Autofac modules register their own dependent modules?

c# autofac autofac-module

Autofac.Core.Registration.ComponentNotRegisteredException

c# autofac .net-core cqrs

Resolving dependencies dynamically using Autofac

Is Autofac IComponentContext.Resolve<Type> a service locator pattern