Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in autofac

Use factory to resolve dependencies

Calling all ISomething instances in Autofac

autofac

Replace MvcNewtonsoftJsonOptions for every request received

Use Autofac for non-registered type initialization

Autofac to Common Service Locator (TypedParameter issue)

How can I make Autofac inject different uniquely initialized instances of the same class to different controllers?

autofac

Autofac: IEnumerable<IInterface> will always return a list of objects derive from IInterface?

How do you wire up a ASP.NET MVC 5 UserManager instance with Autofac?

Entity Framework not always get the most update values from the db

Autofac 3.0 does not run on Mono

.net mono autofac

Autofac - InstancePerHttpRequest ambiguous call

asp.net-mvc-3 autofac

ASP .Net 4 Web Api RC + Autofac manual resolving

Entity Framework "Migrations Configuration" and autofac

autofac: registering the same class more than once with different dependencies

c# autofac

How to resolve InstancePerLifetimeScope component from within SingleInstace component via Func?

autofac

Registring Concrete Types That Implement Variant Generic Interfaces With Autofac

c# generics autofac covariance

AutoMock - How to unit test with Keyed Registrations?

c# unit-testing autofac