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

  2. Ninject.Extensions.Interception.DynamicProxy 3.0.0.8

    By:

    Castle DynamicProxy Interception extension for Ninject

  3. QueryInterceptor

    By:

    Exposes a generic extension method to IQueryable<T> that allows interception of expression trees with expression visitors.

    291,876 downloads

  4. MefContrib.Interception.Castle

    By:

    Managed Extensibility Framework (MEF) interception support using Catle.Core.

  5. Enterprise Library - Policy Injection Application Block

    By:

    The Enterprise Library Policy Injection Application Block can be used to change the behavior of any .NET objects, in order to better manage crosscutting concerns for these objects. The policy injection is implemented through the Unity interception mechanism. The package includes call handlers for Logging, Validation and Exception Handling

  6. Unity.Interception.Serialization

    By:

    This package allowed to persist the state of a proxy or pass through different domains that share the necessary interfaces and behaviors.

  7. MefContrib.Interception.LinFu

    By:

    Managed Extensibility Framework (MEF) interception support using LinFu.

  8. MugenInjection.Interception

    By:

    Interception extension for MugenInjection. Supports Silverlight 4-5, NET 2-4.5

  9. MvcInterception

    By:

    Add-on for MvcExtensions - abstraction layer for method call interception. Sample code is at https://github.com/DanNsk/MvcInterception/blob/master/Sample/

    736 downloads

  10. MefContrib.Interception.Unity

    By:

    Managed Extensibility Framework (MEF) interception support using Unity.Interception.

  11. DevForce 2012 Client

    By:

    DevForce takes care of your application's infrastructure-the gap between your data-layer and client-layer where the difficult job of turning raw data into business objects and moving them to and from the client's screen takes place. DevForce fills this gap so you don't have to. Instead of building, maintaining, revising, and defending your applicat... More information

  12. MvcInterception.Unity

    By:

    Add-on for MvcExtensions - abstraction layer for method call interception, Unity Based, use InterceptableUnityMvcApplication as your HttpApplication class. Sample code is at https://github.com/DanNsk/MvcInterception/tree/master/Sample

    746 downloads

  13. Griffin.Container.Interception

    By:

    Allows you to for instance log all method calls or log all exceptions without having to change any of your classes.

  14. Afterthought

    By:

    Afterthought allows developers to post-process .NET assemblies to add code that either cannot be added to the original source or is not convenient/efficient to do so. Afterthought runs as a post-build step to process one or more assemblies. It discovers and processes amendments that you create or borrow from others. The amendments allow you to add ... More information

  15. DevForce 2012 Server

    By:

    DevForce takes care of your application's infrastructure-the gap between your data-layer and client-layer where the difficult job of turning raw data into business objects and moving them to and from the client's screen takes place. DevForce fills this gap so you don't have to. Instead of building, maintaining, revising, and defending your applicat... More information

  16. DevForce 2012 Code-First

    By:

    DevForce takes care of your application's infrastructure-the gap between your data-layer and client-layer where the difficult job of turning raw data into business objects and moving them to and from the client's screen takes place. DevForce fills this gap so you don't have to. Instead of building, maintaining, revising, and defending your applicat... More information

  17. NLib.Practices.Unity.Interception

    By:

    .Net utils library for Unity Application Block Interception