dynamic-proxy
Performance advice for using Castle DynamicProxy in .NET web-apps
I am starting out with Castle DynamicProxy and I have this sample to track changes to properties of an object.[详细]
2023-03-12 11:12 分类:问答Generate intercepting proxy from concrete class?
I need to create a proxy which intercepts properties in a class. I know how to create a dynamic proxy with Emit from an interface, but what if I don\'t have an interface? I\'ve seen samples which use[详细]
2023-03-07 23:36 分类:问答Best practice for assembly and class names when generating dynamic assemblies and types?
I\'m generating a dynamic proxy in .NET with TypeBuilder and Emit and there are lots of names going on - assembly name, module name and type names. Is there a best practice or a set of general good id[详细]
2023-03-06 16:43 分类:问答How do you get an interface array (Dynamic Proxy)
I\'m pretty confused on dynamic proxies.I understand that I need a ProxyCreator class that will have a interfaceArray va开发者_C百科riable.I am just not sure how I would go about creating an interface[详细]
2023-03-04 17:52 分类:问答Java Dynamic Proxy [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly bro开发者_运维知识库ad, or rhetorical andcannot be reasonably answered in its current for[详细]
2023-03-03 19:38 分类:问答Reflection-based injection vs. dynamic proxy: Practical considerations?
I\'m working on some framework-ish code designed to execute a huge number of operations (hundreds of thousands), all of which use the same basic components, but need to accept operation-specific confi[详细]
2023-03-02 22:06 分类:问答Using AOP techniques to intercept ADO.Net
I have quite a large code base using a variety of different ADO technologies (i.e. some EF and in some cases using ADO.Net directly).[详细]
2023-03-02 03:59 分类:问答Detailed ServiceDescription / Proxy from WSDL
I am using the classes ServiceDescription / ServiceDescriptionImporter to dynamically call web services. I\'d like to dig a bit deeper into the WSDL description and get[详细]
2023-02-16 05:52 分类:问答Autofac: Tips for increasing performance when using DynamicProxy?
I just start using DynamicProxy2 today. And found it caused significant performance drop. See the code below. Test1 is 10 times slower than Test2.[详细]
2023-02-15 18:51 分类:问答Dynamic Proxy - Class Loader parameter when creating a new proxy instance
I was wondering about when you call the newProxyInstance method when creating a dynamic proxy instance, what exactly is the ClassLoader argument for?[详细]
2023-02-11 23:31 分类:问答
加载中,请稍侯......