KingAOP
KingAOP copied to clipboard
.NET AOP framework - a free alternative of PostSharp.
PostSharp https://doc.postsharp.net/m_postsharp_aspects_methodinterceptionargs_proceed > Proceeds with invocation of the method that has been intercepted by calling the next node in the chain of invocation..... Castle.Core IInvocation.Proceed > Proceeds the call to...
When i called the same method twice,it still use the first time arguments,how to fix it ?
When creating two attributes it generates an "An entry with the same key already exists." Ex: I have a method that add user and for this method I created two...
Why are we inheriting from : IDynamicMetaObjectProvider and the object should be type of dynamic. Is it not possible to make it work without changing the object to dynamic type...
I am using KingAOP for caching purpose. so I am creating a CustomAttribue class and override the OnEntry and OnSucess method. I am sharing codes we have used in our...
Hi, I used LogginAspect attribute on web service method call. The first call of the web service for each method logged true. But other calls logged with the first call...
It would appear that to invoke logging for a method even if its decorated with a logging aspect attribute has to be called externally via the instance of the dynamic...
pls add standard aspects like attribute based authorisation: example: class hello { [Role("Admin")] public string l {get;set;} }
could you please?
I want to use it for implemented WCF services not contracts, I have tested it as it sample for a WCF service but nothing happened?