Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in unity-container

Registering recursive structure with Unity container

Visual Studio 2013 MVC template raises errors when used with Unity

Replacing registered type in Unity RegisterType<TFrom, TTo> vs ReigsterType<T>

c# unity-container

IUserStore[Models.ApplicationUser] is not resolved by Unity Interface to Class, but resolved with InjectionConstructor

Unity.MVC4 lazy<T> is not working in ASP.NET MVC app

How can I automatically register all my fluent validators with Unity?

Are Func<T> parameters in constructor slowing down my IoC resolving?

Using Unity.WebForms in ASP.NET

Using LogManager.GetLogger with Unity

log4net unity-container

Why doesn't Simple Injector have an IContainer abstraction like Unity?

Registering types with lambda expression

c# lambda unity-container

The type String cannot be constructed. You must configure the container to supply this value

ASP.NET MVC inject per request

What is an IOC container actually doing for me here?

Unity Static Property Injection

Multiple constructors of length 2. Unable to disambiguate with Unity

UNITY: passing in a new datacontext each time?

Resolving type with PerRequestLifetimeManager without HTTP request

Ninject equivalent of Unity RegisterInstance method

Should I use Unity (is it still alive)?