Click here to Skip to main content
15,888,984 members
Articles / Programming Languages / C# 4.0

Aspect Oriented Programming (AOP) in C# using Castle DynamicProxy

Rate me:
Please Sign up or sign in to vote.
4.94/5 (9 votes)
8 Mar 2016CPOL5 min read 31.6K   452   17  
This article explains how to use Castle DynamicProxy interceptors for implementing a decoupled logging architecture in C#

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions