1. NHibernate.LinFu

    By:

    NHibernate is a mature, open source object-relational mapper for the .NET framework. This package enables the ability to use lazy-loading with LinFu dynamic-proxy.

  2. SNAP.LinFu

    By:

    LinFu provider for SNAP. SNAP makes AOP easy by integrating with your favorite IoC container. SNAP does not modify compiled code (unlike PostSharp) . It uses your IoC container to create runtime-callable wrappers to intercept your method calls. Source code for SNAP is hosted at http://github.com/Acoustic/Snap

  3. MefContrib.Interception.LinFu

    By:

    Managed Extensibility Framework (MEF) interception support using LinFu.

  4. LinFu.DynamicProxy

    By:

    A small, lightweight dynamic proxy library for the .NET framework.

    1,839 downloads

  5. LinFu.Core

    By:

    A framework that adds mixins, inversion of control, DbC, and other language features to the Common Language Runtime. http://www.codeproject.com/KB/cs/LinFuPart1.aspx

  6. Castle.Aop.LinFu

    By:

    Castle extension to support interceptors for types and methods

  7. PostSharp-Aspects

    By:

    Note: Not an offical product of PostSharp. If any aspect can be improved please let me know.----------------------------------- Requires PostSharp. (Visit http://www.sharpcrafters.com/ ) --- What is AoP (Visit http://en.wikipedia.org/wiki/Aspect-oriented_programming) --- Why use PostSharp over DI (Visit http://www.sharpcrafters.com/blog/post/AO... More information

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