Selectively intercepting methods using autofac and dynamicproxy2...
Read MoreCan a Castle DynamicProxy interceptor change argument values?...
Read MoreCan a C# attribute add a parameter to a method?...
Read MoreHow to "really" down-cast a DynamicProxy back to its original type (to send over WCF)...
Read MoreSitecore, GlassMapper, Interfaces and Dynamic Proxies...
Read MoreHow to use Autofac with DynamicProxy to determine the namespace of the target proxy class...
Read MoreCastle DynamicProxy Interceptor having problems with different assemblies...
Read MoreWhy do my interceptors not called when using the proxy?...
Read MoreArchitecting applications with Castle Windsor...
Read MoreChanging method access modifier with reflection...
Read MoreCreate dynamic proxy that implements multiple interfaces simultaneously...
Read MoreGeneric argument in dynamic proxy interceptor...
Read MoreCreate an exception-converting dynamic proxy that works with tasks...
Read MoreCastle DynamicProxy: create a new property with a custom attribute for XML serialization...
Read MoreProxy not getting attributes on virtual properties?...
Read MoreCastle DynamicProxy automatic property initialization...
Read MoreHow can I set up a generic paging object that lives on top of my generic collection object?...
Read MoreCaslte Windsor Proxy Generation Options...
Read MoreAny way to intercept access to internal Dictionary in C# with DynamicProxy?...
Read MoreUsing Castle.Windsor to register an interceptor for only the derived class, not the base class...
Read MoreWhat really interceptors do with my c# class?...
Read MoreAutofac class interception doesn't work in a certain setup...
Read MoreHow can I get the type name to log along with the method name with a Castle interceptor?...
Read MoreCastle DynamicProxy breaks EventWiring Listeners...
Read MoreHow to check if method has an attribute with Castle Interceptor?...
Read More