1. Unity

    By:

    The Unity Application Block (Unity) is a lightweight extensible dependency injection container with support for constructor, property, and method call injection. It facilitates loosely-coupled design.

  2. Unity Interception Extension

    By:

    Unity interception enables you to effectively capture calls to objects and add additional functionality to the target object. Interception is useful when you want to modify the behavior for individual objects but not the entire class, very much as you would do when using the Decorator pattern. It provides a flexible approach for adding new behavior... More information

  3. Unity.Mvc3

    By:

    Unity.Mvc3 is a library that allows simple Integration of Microsoft's Unity IoC container with ASP.NET MVC 3. This project includes a bespoke DependencyResolver that creates a child container per HTTP request and disposes of container resolved IDisposable instances at the end of the request.

  4. Unity.WebAPI

    By:

    Unity.WebAPI is a library that allows simple Integration of Microsoft's Unity IoC container with ASP.NET's WebAPI (RC).

  5. UnityConfiguration

    By:

    Convention based configuration API for the Microsoft Unity IoC container. With just a few lines of code, you can now registere all your classes in the entire solution. If the built-in conventions doesn't fit your needs, it is very easy to extend with your own.

  6. Prism.UnityExtensions

    By:

    Use these extensions to Prism.Core to build Prism applications based on Unity.

    17,118 downloads

  7. Unity.Wcf

    By:

    Unity.Wcf is a library that allows simple Integration of Microsoft's Unity IoC container with WCF. This project includes a bespoke InstanceProvider that creates a child container per client connection and disposes of all registered IDisposable instances once the connection is terminated.

  8. Unity.MVC4

    By:

    Unity.Mvc4 is a library that allows simple Integration of Microsoft's Unity IoC container with ASP.NET MVC 4. Identical to Unity.MVC3 except it references MVC4

  9. NServiceBus Unity 3.3.7

    By:

    The Unity Container for the nservicebus

  10. UnityAutoMoq

    By:

    Automocking container using Microsoft Unity and Moq.

  11. MefContrib.Integration.Unity

    By:

    Managed Extensibility Framework (MEF) and Unity integration.

  12. Unity Auto Registration

    By:

    Unity Auto Registration extends Unity IoC container and provides fluent syntax to configure rules for automatic type registration. Using few code lines you can scan specified assemblies and register all types that satisfy your rules. Rules for determining whether to include/exclude type/assembly are predicates (Predicate<T>) so you can use lambda ... More information

  13. Rebus.Unity

    By:

    Provides a Unity container adapter for Rebus

  14. Bootstrapper.Unity

    By:

    Unity Extension for Bootstrapper

    3,462 downloads

  15. XAct.Services.IoC.Unity

    By:

    An XActLib assembly: a Library for common fragments of code to do with Unity

  16. Quickstart - Mvc3 Unity Integration

    By:

    Quickstart sample for using Unity in MVC 3. Part of the Quickstart Series.

  17. XAct.Services.IoC.AspNet.Unity

    By:

    An XActLib assembly: a Library of code to encapsulate what is required to host an ASP.NET website using Unity as the DependencyInjectionContainer

  18. Nancy.Bootstrappers.Unity

    By:

    A Unity bootstrapper for the Nancy web framework.

  19. Quickstart - Mvc3 Unity Entity Framework Integration

    By:

    Quickstart sample for using Entity Framework and Unity in MVC 3. Part of the Quickstart Series.