Interception and Interceptors in C# (Aspect oriented programming)

added by iwannis
1/16/2011 2:41:02 AM

2471 Views

In this post, we see how to define specific actions to be executed before or after the execution of every call to a method in our code. This is also known as “intercepting” the execution of a method and is related to AOP (Aspect Oriented Programming).


0 comments