1. Castle Windsor

    By:

    Castle Windsor is best of breed, mature Inversion of Control container available for .NET and Silverlight.

  2. Castle Windsor log4net integration

    By:

    Castle Windsor integration package for logging facility via log4net.

  3. Castle Windsor logging facility

    By:

    Castle Windsor logging facility lets you easily inject loggers into your components. It offers integration with most popular 3rd party logging frameworks like NLog and log4net (available as separate packages: Castle.Windsor-nlog and Castle.Windsor-log4net).

  4. Castle Windsor WCF integration facility

    By:

    Castle Windsor WCF Integration facility enables integration with Windows Communication Foundation. It makes services and WCF proxies available as services in your application, lets you use non-default constructor and inject dependencies into your services, adds ability to easily set up your services with extensions, call services asynchronously wit... More information

  5. NHibernate.DependencyInjection

    By:

    All credit goes to the NH team and others (i.e. LinFu) for the code base. This is just a modification of their code to enable constructor DI and emit verifiable code.

  6. Rolstad.DependencyInjection

    By:

    Dependency Injection wrapper using Ninject

  7. Castle Windsor factory support facility

    By:

    Provides ability for the components to be created by factory objects. You can use it to register things like HttpContext in the container. This facility is mostly targeted towards legacy applications.

  8. Castle Windsor NLog integration

    By:

    Castle Windsor integration package for logging facility via NLog.

  9. Rebus.Autofac

    By:

    Provides an Autofac container adapter for Rebus

  10. Rebus.Unity

    By:

    Provides a Unity container adapter for Rebus

  11. Rebus.Castle.Windsor

    By:

    Provides a Castle Windsor container adapter for Rebus

  12. Rebus.Ninject

    By:

    Provides a Ninject container adapter for Rebus

  13. Jessica-Factory-Ninject

    By:

    Ninject based factory for Jessica, a micro web framework.

  14. Jessica-Factory-StructureMap

    By:

    StructureMap based factory for Jessica, a micro web framework.

  15. Castle Windsor event wiring facility

    By:

    Castle Windsor event wiring facility provides ability to wire up classes exposing events to classes consuming them.

  16. Castle Windsor synchronize facility

    By:

    Integrates with synchronization elements of .NET framework (like ISynchronizeInvoke interface, SynchronizationContext), ensures components that inherit Control get created on UI thread etc.

  17. Castle Windsor remoting facility

    By:

    Provides ability to expose or consume components from another AppDomain using .NET Remoting.

  18. Endjin Composition Framework

    By:

    Whatever the framework, component composition works the same way: you have interfaces and concrete implementations and you need to map one against the other. The Endjin Composition Framework helps you work smarter, not harder by making component composition simple. This framework supports .NET 4.0, .NET 4.5, WinRT and WP8.

  19. MvcBlanket.Ioc

    By:

    MvcBlanket integration to Castle Windsor

  20. Ninject.WebApi.DependencyResolver

    By:

    A dependency resolver for Ninject and WebApi - based on work by Brad Wilson