Top 20 NuGet aspect Packages

NLog adapter for LogSpect.
Log4Net adapter for LogSpect.
This package contains some really basic logger implementations (ConsoleLogger, ColoredConsoleLogger and TextFileLogger) for LogSpect. These can be used for simple scenarios, but if you need more functionality and reliability it's highly recommended to use LogSpect with one of the more mature logging...
LogSpect is a light-weight, extensible and easy to use AOP logger for .NET that saves you from the repeating efforts of logging. Just mark the methods you want and everything will be logged automatically: method calls, parameters, return values and exceptions. This package contains the LogSpectRewri...
Aspect framework for Bridge.NET projects. Provides powerful means for structuring and automating program logic.
A minimalistic Aspect Oriented Pointcut approach for Castle DynamicProxy.
AopCaching - A aop cache library, that does not intrude on existing project code. Support memory and redis.
AopCaching - A aop cache library, that does not intrude on existing project code. Support memory and redis.
AopCaching - A aop cache library, that does not intrude on existing project code. Support memory and redis.
AopCaching - A aop cache library, that does not intrude on existing project code. Support memory and redis.
AopCaching - A aop cache library, that does not intrude on existing project code. Support memory and redis.
AopCaching - A aop cache library, that does not intrude on existing project code. Support memory and redis.
This package provides simple INotifyPropertyChanged aspect. Put [Notify] attribure on your properties or a whole class. You can use [NotifyAlso] attributes to notify other dependant properties. Powered by AspectInjector.
This package provides simple freezable pattern implementation. Put [Freezable] attribure on your properties or a whole class. Then cast your objects to IFreezable when needed. Powered by AspectInjector.
This package provides cache aspect for your methods. Put [MemoryCache(seconds)] attribure on your methods. And enjoy hassle-free memory cache for your methods. Or implement your own cache mechanics by inheriting CacheAttribute class. Powered by AspectInjector.
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 crea...
StructureMap 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:/...
NetSqlAzMan is for all Microsoft .NET 4.0 developers that need to manage loosely-coupled applicative authorizations, that is, weakly coupled with source code, in a light and fast way having all these authorizations in a relational database such as MS Sql Server (2000/MSDE/2005/2008/Express).
NProxy is a library for .NET to create lightweight dynamic proxies
An AOP framework that can intercept any method call: instance or static, virtual or not. It's very easy to get started with, it has in-depth support of LINQ and comes with bunch of useful stock aspect classes for DAL, BL, Testing and Service tiers.