Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in autofac

Autofac MVC Integration with ASP.Net MVC 4

autofac asp.net-mvc-4

Could not load file or assembly 'Autofac, Version=3.0.0.0

asp.net autofac

MVC WebApi not using AutofacWebApiDependencyResolver

Mocking and resolving Autofac dependency in integration test in AspNetCore with TestServer

Autofac: How to limit the lifetime of an IDisposable object without passing around the IoC container

How to handle constructor exception when using Autofac WcfIntegration

Autofac named registration constructor injection

autofac wcf registration error

wcf autofac

Is it bad design to reference Autofac in my projects just for Owned<T>?

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