Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in autofac

Can I use my Ninject .NET project within Orchard CMS?

Can Autofac return all services for a type in the same order they were registered?

What is the purpose of injecting HttpContextBase in Controller with IoC

Autofac property injection with MVC ValidationAttribute

Injecting/Managing at runtime changing connectionstrings using Entity Framework, Dependency Injection, Unit of Work and Repository Patterns

Is it possible to register an open generic delegate in autofac?

function autofac

How to inject dependency name as a constructor parameter

Injecting dependencies for SignalR Hubs using autofac in in MVC 5 application

Autofac injection to custom Web-Api FilterAttribute

AutoFac Controller does not have a default constructor [duplicate]

c# asp.net-web-api autofac

Can Autofac delegate factories pass parameters to nested objects?

c# 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

Autofac - SingleInstance HttpClient

c# .net autofac

Injecting dependencies into custom Web API action filter attribute with Autofac