Found 52 packages
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
AsyncInterceptor is an extension to Castle DynamicProxy to simplify the development of interceptors for asynchronous methods.
Autofac extension for enabling AOP in conjunction with Castle.
Adds support for interception to Ninject using Castle Dynamic Proxy 2
**Obsolete** This is an old version. For latest version of Castle DynamicProxy please get Castle.Core package. --------- Castle DynamicProxy is a library for generating lightweight .NET proxies on the fly at runtime. Proxy objects allow calls to members of an object to be intercepted without modifying the code of the class.
Generate Audit Logs by intercepting operation calls on any class without changing its code.
Rhino Mocks is using Castle Dynamic Proxy (http://www.castleproject.org/dynamicproxy/index.html) to handle proxying the types it needs to mock. The Dynamic Proxy project has been invaluable resource and made creating Rhino Mocks possible.
Provides an abstract base class `AsyncInterceptor` for Castle DynamicProxy that enables the use of `async`/`await` during interception of awaitable methods.
Castle.DynamicProxy.dll
A DivertR proxy factory implementation that supports proxying class types using Castle DynamicProxy
A minimalistic Aspect Oriented Pointcut approach for Castle DynamicProxy.
Castle Core, including DynamicProxy(with limited logging), Logging Abstractions and DictionaryAdapter
Package Description
AsyncInterceptor is an extension to Castle DynamicProxy to simplify the development of interceptors for asynchronous methods.
Castle Core, including DynamicProxy, Logging Abstractions and DictionaryAdapter
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 cancellation.
A lightweight AOP framework built on top of Castle DynamicProxy.
The dynamic proxy integration enables method calls on Autofac components to be intercepted by other components. Common use cases are transaction handling, logging, and declarative security.
LazyLoad support for SqlBatis.DataMapper using Castle DynamicProxy.
OPS Dynamic Proxy Package for IQ