8
Shouts

Interception and Interceptors in C# (Aspect oriented programming)

published 486 days, 10 hours, 50 minutes ago posted by ioannisioannis 491 days, 4 hours, 25 minutes ago
Sunday, January 23, 2011 12:43:41 PM GMT Tuesday, January 18, 2011 7:09:34 PM GMT

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). We will explore two different ways of achieving this.

category: Foundation | clicked: 19 | | source: www.progware.org | show counter code
tags: Intereption, AOP, Aspect oriented programming

2 comments posted.

To post your comment please login or signup