Aspect oriented Programming?

Posted by Jaswant Agarwal on Stack Overflow See other posts from Stack Overflow or by Jaswant Agarwal
Published on 2009-09-01T05:35:36Z Indexed on 2010/04/08 14:43 UTC
Read the original article Hit count: 426

Filed under:
|
|

How can we apply attributes to class fucntion using AOP in C#?

UPDATE: I am slightly not clear in what context AOP should be used? As we can use AOP for logging purpose, security(Authentication), please suggest some other scenarios where we can take benefit of AOP

Is AOP can be use to share data among different running threads in application process?

© Stack Overflow or respective owner

Related posts about aop

Related posts about c#