tagged [aop]

Aspect Oriented Programing (AOP) solutions for C# (.Net) and their features

Aspect Oriented Programing (AOP) solutions for C# (.Net) and their features I would like to ask for 3 information here: 1. There is no integrated solution for Aspect Oriented Programing (AOP) in C# (....

20 Jun at 09:12

WCF service attribute to log method calls and exceptions

WCF service attribute to log method calls and exceptions I have a requirement to log each method call in a WCF service, and any exceptions thrown. This has led to a lot of redundant code, because each...

23 May at 12:17

Intercept the call to an async method using DynamicProxy

Intercept the call to an async method using DynamicProxy Below is the code from the `Intercept` method on a custom type that implements `IInterceptor` of the [Castle Dynamic Proxy](http://www.castlepr...

Private member is suddenly null on API method call

Private member is suddenly null on API method call Weird stuff going on: In my web api, I inject a repository into the controller upon resolving using Ninject. The repository gets stored in a private ...

Ordering of Postsharp Aspects execution

Ordering of Postsharp Aspects execution Ok, this may get lengthy. I am trying to do two things: - I want to have a class that implements an interface by holding an instance of another class that every...

20 Jun at 15:14