I have been reading about (AOP) Aspect Oriented Programming and I could not find any good article on internet with its implementation in C#. Everyone are talking about AOP Frameworks.
The code the described in below reference is not working at all. http://www.codeproject.com/Articles/11387/Aspect-oriented-programming-in-NET-Part-II
Can someone share any good implementation code on aspect oriented programming? Or Else suggest a good AOP Framework to be implemented easily? As, we are in need to implement AOP in our Project for logging printing and sending mails on completion of specific operations.