1. Ninject 3.0.1.10

    By:

    Stop writing monolithic applications that make you feel like you have to move mountains to make the simplest of changes. Ninject helps you use the technique of dependency injection to break your applications into loosely-coupled, highly-cohesive components, and then glue them back together in a flexible manner.

  2. Ninject.MVC3 3.0.0.6

    By:

    Extension for Ninject providing integration with ASP.NET MVC3

  3. 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.

  4. Ninject.Web.Common 3.0.0.7

    By:

    Bootstrapper for web projects

  5. WebApiContrib.IoC.Ninject

    By:

    The WebApiContrib.IoC.Ninject library provides dependency injection helpers for ASP.NET Web API.

  6. 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

  7. Munq.IocContainer

    By:

    Munq IOC Container - A very fast Dependency Injection container for Web Applications. 3.1.6 - fixed bad web.config.transform file in package 3.1.5 - corrects the bad implementation for disposing of Request Lifetime instances. 3.1.4 - Disposes of RequestLifeTime instance when HttpRequest ends. 3.1.3 - re-add extension methods introduced in 3... More information

  8. Ninject.Extensions.Wcf 3.0.0.5

    By:

    Ninject extension to add ioc for WCF services.

  9. TinyIoC

    By:

    An easy to use, hassle free, Inversion of Control Container for small projects, libraries and beginners alike

    2,709 downloads

    Tags

  10. CommonServiceLocator

    By:

    The Common Service Locator library contains a shared interface for service location which application and framework developers can reference. The library provides an abstraction over IoC containers and service locators. Using the library allows an application to indirectly access the capabilities without relying on hard references. The hope is that... More information

    338,114 downloads

  11. Dynamo.Ioc

    By:

    Dynamo IoC is a super fast and lightweight IoC Container.

  12. XAct.Services.IoC.Unity

    By:

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

  13. XAct.Services.IoC.NInject

    By:

    An XActLib assembly: a Library for working with Ninject

  14. XAct.Services.IoC

    By:

    An XActLib Assembly:library to manage registration and retrieval of Services from an DependencyInjectionContainer.

  15. XAct.Services.IoC.AspNet.Ninject

    By:

    An XActLib assembly: a Library for working with Ninject in a classic ASP.NET App

  16. 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

  17. ninject.extensions.conventions 3.0.0.11

    By:

    Extension for convention based binding for Ninject

  18. Ninject.Web 3.0.0.5

    By:

    ASP.NET application bootstrapper for Ninject

  19. Craig's Utility Library IoC Namespace

    By:

    Craig's Utility Library is one of the largest collections of utility classes and extension methods for .Net. It includes code to help with tasks including encryption, compression, serialization, file management, email, image manipulation, Active Directory, Exchange, SQL, various file formats (CSV, iCal, etc.), Cisco phone apps, WMI queries, randomi... More information

  20. 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.