Search code examples
How to implement the override methods of Equals and GetHashCode in a class that implements IProxyGen...


c#equalitygethashcodecastle-dynamicproxy

Read More
Castle.DynamicProxy: CreateClassProxyWithTarget() with Interceptor doesn't work, only CreateInte...


c#interceptorcastle-dynamicproxy

Read More
Tests run in Gallio / MbUnit fail; unable to load Castle DynamicProxy...


.netcastle-dynamicproxymbunitgallio

Read More
Intercept any creation of a third-party internal class to modify a property...


c#castle-dynamicproxy

Read More
Reflect the returnType of an async method...


c#async-awaitreflectionaopcastle-dynamicproxy

Read More
How to serialize a castle dynamic proxy interface using Newtonsoft.Json...


c#jsonjson.netcastle-dynamicproxy

Read More
Using Simple Injector with Castle Proxy Interceptor...


c#dependency-injectionsimple-injectorcastle-dynamicproxy

Read More
How to dynamically instantiate a proxy class?...


dependency-injectionautofaccastle-dynamicproxy

Read More
AsyncInterceptor with Polly (AOP retry style)...


c#async-awaitinterceptorpollycastle-dynamicproxy

Read More
Could not load type Castle.Proxies.IReadinessProxy when running xUnit integration tests in parallel ...


c#autofacxunitcastle-dynamicproxyeventstoredb

Read More
Interceptor doesn't work when call a method inside another method in same class...


c#asp.net-coreautofaccastle-dynamicproxy

Read More
.NET Core default dependency injection with Castle DynamicProxy...


.net-coredependency-injectionautofacaopcastle-dynamicproxy

Read More
How to access custom method attributes from ProxyGenerationHook in Castle.DynamicProxy...


c#.netcastlecastle-dynamicproxy

Read More
Autofac method level interception with Castle DynamicProxy in .NET Core 2...


c#autofaccastle-dynamicproxy

Read More
DryIoc open generic interception with castle core...


c#dependency-injectioncastle-dynamicproxydynamic-proxydryioc

Read More
Why am I getting Interceptor attempted to ‘Proceed’ for a method without a target error?...


.netcastle-windsorcastle-dynamicproxy

Read More
Castle Windsor intercept method call from within the class...


c#castle-windsorioc-containerinterceptorcastle-dynamicproxy

Read More
Windsor MixIn is a Singleton?...


castle-windsoraopmixinscastle-dynamicproxy

Read More
Intercept controllers...


c#.netasp.net-coreinterceptorcastle-dynamicproxy

Read More
Sort an array using Castle.DynamicProxy in C#...


c#aopaspectcastle-dynamicproxy

Read More
How to replace c# ToString() method at runtime...


c#castle-dynamicproxy

Read More
Intercept async method that returns generic Task<> via DynamicProxy...


c#genericsasync-awaitcastle-dynamicproxy

Read More
Applying Aspect Oriented Programming...


c#castle-windsoraopcastle-dynamicproxy

Read More
Access custom attribute on method from Castle Windsor interceptor...


c#castle-windsorinterceptorcastle-dynamicproxy

Read More
Ninject interception proxying class with non empty constructor via castle dynamic proxy...


c#ninjectaopcastle-dynamicproxyninject-interception

Read More
Why won't DynamicProxy's interceptor get called for *each* virtual method call?...


c#proxy-classescastle-dynamicproxydynamic-proxy

Read More
Intercept only interface methods with DynamicProxy...


c#interceptorcastle-dynamicproxydynamic-proxy

Read More
How to detect if a Type is a generated DynamicProxy without referencing Castle DynamicProxy?...


.netreflectioncastlecastle-dynamicproxy

Read More
How to create a dynamic proxy efficiently for a class containing almost 7000 public methods?...


c#proxycastle-dynamicproxy

Read More
How DispatchProxy compare to Castle DynamicProxy?...


c#.net.net-corecastle-dynamicproxydynamic-proxy

Read More
BackNext