76 packages
returned for Tags:"DynamicProxy"
Filter
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
Autofac extension for enabling AOP in conjunction with Castle.
Reflection extension system for AspectCore Framework.
AsyncInterceptor is an extension to Castle DynamicProxy to simplify the development of interceptors for asynchronous methods.
The abstract design of the AspectCore framework.
Interceptor and dynamicProxy support for Microsoft.Extensions.DependencyInjection via AspectCore Framework.
The implementation of the AspectCore framework.
Interceptor and dynamicProxy support for Autofac via AspectCore Framework.
ScopedContext extension system for AspectCore Framework.
Adds support for interception to Ninject using Castle Dynamic Proxy 2
Configuration extension system for ASP.NET Core via AspectCore-Framework.
Generate Audit Logs by intercepting operation calls on any class without changing its code.
Track changes in your POCO objects, and in your collections.
By using Castle Dynamic Proxy to create proxies of your classes at runtime, you can use your objects just like you used do, and just by calling the AsTrackable() extension method, you get automatic change tracking, and...
More information
DynamicProxy integration for Autofac.Extras.IocManager
Interceptor and dynamicProxy support for LightInject via AspectCore Framework.
Helper library to create a Rest client from interface. For sample usage see https://github.com/sinch/nuget-webapiclient.
TrackerDog turns any .NET object or full object graph into a change-trackable object
轻量级 AOP 动态代理,支持 .NetCore 或 .NetFramework4.0+ 平台。
- 支持 同步/异步方法拦截(DynamicProxy);
- 支持 方法的参数值拦截,并支持修改参数值;
- 支持 属性拦截;
- 支持 多个拦截器同时生效;
- 支持 依赖注入的使用方式;
- 支持 动态接口实现(DynamicInterface);
Provides an implementation of the runtime type interception pattern, using `Castle.DynamicProxy` as the backing implementation.
Interceptor and dynamicProxy support for Castle.Windsor via AspectCore Framework.