New posts in unity-container

Resolve generic Microsoft.Extensions.Logging.ILogger<T> with Unity - get InvalidCastException

Unity Register two interfaces as one singleton

Register IAuthenticationManager with Unity

MVC, EF - DataContext singleton instance Per-Web-Request in Unity

Use of IsAssignableFrom and "is" keyword in C#

Comparing Castle Windsor, Unity and StructureMap

How do I use the Decorator Pattern with Unity without explicitly specifying every parameter in the InjectionConstructor

Unity with ASP.NET Core and MVC6 (Core)

Singleton Per Call Context (Web Request) in Unity

What is different between and purpose of MEF and Unity?

MEF vs. any IoC

With Unity how do I inject a named dependency into a constructor?

IUnityContainer.Resolve<T> throws error claiming it cannot be used with type parameters

Is there a good/proper way of solving the dependency injection loop problem in the ASP.NET MVC ContactsManager tutorial?

Cannot Inject Dependencies into ASP.NET Web API Controller using Unity

When to use PerThreadLifetimeManager?

Ninject vs Unity for DI [closed]

How do you reconcile IDisposable and IoC?

Can I pass constructor parameters to Unity's Resolve() method?

Enterprise Library Unity vs Other IoC Containers [closed]