Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in autofac

MVC4 RC WebApi parameter binding

Resolving Hangfire dependencies/HttpContext in .NET Core Startup

Net Core: access to appsettings.json values from Autofac Module

Using multiple dbcontext instances and dependency injection

How to fake declared services in Startup.cs during testing?

What would the Autofac equivalent to this Ninject code be?

c# signalr ninject autofac

Property Injection for Base Controller Class

Registering implementations of base class with Autofac to pass in via IEnumerable

Autofac difference between Register and RegisterType

autofac

Autofac error: Could not load file or assembly 'System.Web.Http, Version=5.2.0.0,...' My project is Owin WebApi2 SelfHost

How to Register these class In Autofac

Equivalent of Configure<T> using autofac modules

asp.net-core autofac

Autofac Exception: Cannot resolve parameter of constructor 'Void .ctor

Inject DbContext with Autofac

entity-framework autofac

A .NET Unit Test without a parameterless constructor, to facilitate dependency injection

AutoFac Autowiring Conventions

How to get all registered service types in Autofac

c# autofac

Have to register every class before the autofac container can resolve?

autofac

Using Autofac to inject a dependency into the Main entry point in a console app

c# autofac