castle-dynamicproxy
Improving performance of Castle's DynamicProxy?
I\'m currently trying to implement an AOP system to add automatic audits to decorated attributes of objects (done by an extended version of INotifyPropertyChanged). The automatic audit contains the pr[详细]
2023-01-25 00:20 分类:问答Need to intercept all LINQ-to-SQL entities with Castle Dynamic Proxy, perhaps with AutoMapper
I have a need to encrypt the value of a specific set of fields when stored in the DB. I am using LINQ-to-SQL.[详细]
2023-01-23 02:43 分类:问答Castle Windsor Proxy for Interface without Target
I have a WindsorContainer with a IModelInterceptorsSelector. It works well except for component\'s that have no implementation (eg. have all behavior handled dynamically by an IInterceptor).[详细]
2023-01-22 13:31 分类:问答Doing interception with structuremap
I\'m trying to do some attribute-based interception using structuremap but I\'m开发者_开发问答 struggling to tie up the last loose ends.[详细]
2023-01-22 01:03 分类:问答Generating Interface Proxies
Ran into an issue with a class; I have a class that looks like: public class MyPresenter { public MyPresenter(IMyView view) { }[详细]
2023-01-20 10:57 分类:问答Castle DynamicProxy Interface Proxy Generation
I have a WindsorContainer. I have a ILazyComponentLoader (if it matters) and an Interface (ISomething) with an Interceptor attribute on in.[详细]
2023-01-19 13:25 分类:问答Castle dynamic proxy and INotifyPropertyChanged on WPF
I\'m wrapping my entities with a proxy using Castle DP, my entities implement by themselves INotifyPropertyChanged. and raise the event when set is called.[详细]
2023-01-12 17:25 分类:问答How can I aggregate interfaces into with castle dynamic proxy
I would like to allow for declarative mixin management in my codebase.I would like to declare an interface like[详细]
2023-01-11 04:29 分类:问答Managed Extensibility Framework, Interception and Dynamic Proxy
easy task, but couldn\'t find any direction. i want to intercept object creation of MEF and return proxy (using castle dynamic proxy) of my object either then the object itself.[详细]
2023-01-10 09:46 分类:问答How to "really" down-cast a DynamicProxy back to its original type (to send over WCF)
OK, the situation is we have a class, PatientDto, and a DynamicProxy generated by Castle, PatientDtoProxy.[详细]
2023-01-10 04:20 分类:问答