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
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.
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).
I\'m trying to do some attribute-based interception using structuremap but I\'m开发者_开发问答 struggling to tie up the last loose ends.
Ran into an issue with a class; I have a class that looks like: public class MyPresenter { public MyPresenter(IMyView view) { }
I have a WindsorContainer. I have a ILazyComponentLoader (if it matters) and an Interface (ISomething) with an Interceptor attribute on in.
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.
I would like to allow for declarative mixin management in my codebase.I would like to declare an interface like
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.
OK, the situation is we have a class, PatientDto, and a DynamicProxy generated by Castle, PatientDtoProxy.