Top 20 NuGet aop Packages

This is a customization of System.ComponentModel.Annotations. Sources have been forked from https://github.com/dotnet/corefx/releases/tag/v1.1.8 then customized by Ole Consignado in order to meet it needs. Original sources should be found at: https://github.com/dotnet/corefx/tree/v1.1.8/src/System.C...
Provides extension methods for conveniently decorating Functional.CQS query handler implementations with caching concerns: - IQueryHandler<TQuery, TResult> - IAsyncQueryHandler<TQuery, TResult> Used with SimpleInjector container.
A library to perform interception based AOP using Microsoft.Extension.DepenencyInjection.
See - https://github.com/fs7744/Norns.Urd
The EntLibContrib Policy Injection Application Block Extensions extends the Microsoft Enterprise Library Policy Injection Application Block by providing additionnal PIAB call handlers.
Autofac 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://git...
Ninject 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://gith...
UnityExportAttribute class is automatically registered in the UnityContainer. And inteception configuration is attribute.
Cache method results
A lightweight AOP framework built on top of Castle DynamicProxy.
Enables code contracts on methods and properties. By annotating your code with attributes like [NotNull], you can remove common validation code and provide helpful exception messages, making your code more robust and refactor-safe. These annotation attributes are also recognized by ReSharper when it...
Validation Classes using Castle Windsor
Squire framework decoupling API.
NOTE: access to original fody package is restored, please find latest versions on https://www.nuget.org/packages/MethodDecorator.Fody/ this nuget package is not more supported. Fody add-in to decorate arbitrary methods to run code before and after invocation. Fork of https://github.com/Fody/MethodD...
A library for intercepting all method calls at runtime in nearly any .NET application.
Qi4CS is aimed to increase coding efficiency and productivity by introducing easily adaptive features from Aspect Oriented Programming (AOP), Composite Oriented Programming (COP), and Dependency Injection (DI). This is the core package required for all projects using Qi4CS.
Qi4CS is aimed to increase coding efficiency and productivity by introducing easily adaptive features from Aspect Oriented Programming (AOP), Composite Oriented Programming (COP), and Dependency Injection (DI). This is the SDK package allowing generating Qi4CS assemblies at runtime.
Provides an all-prupose caching service with Autofac AOP configuration extensions.