https://www.developerfusion.com/t/aop/tutorials/ AOP Tutorials & Articles from Developer Fusion 2012-01-23T14:00:00.00Z http://www.developerfusion.com/article/136908/an-introduction-to-practical-aop-using-postsharp/ An Introduction To Practical AOP Using PostSharp 2012-01-23T14:00:00.00Z In this article, Brady Gaster introduces the concept of Aspect Oriented Programming and how it can reduce code smells in your work. He uses PostSharp to refactor out logging, timing, transaction and GUI update code into separate and automatically executing Aspects Brady Gaster http://www.developerfusion.com/article/7342/aop-in-javascript-using-humax-framework/ AOP in JavaScript using Humax Framework 2008-01-26T13:11:00.00Z In this article, I've explained how can we design our client side application with aspect-oriented approach along with object-oriented approach using the open source web framework "Humax". M Sheik Uduman Ali http://www.developerfusion.com/article/5307/aspect-oriented-programming-using-net/ Aspect Oriented Programming using .NET 2006-01-30T10:40:00.00Z Till now we were talking about non-mainstream languages to use Aspect Oriented Programming (AOP). Learn what exactly AOP is, and how you can go about getting this functionality in C#. Abhinaba Basu