https://www.developerfusion.com/t/aop/ Latest Aspect-Oriented Programming developer content from Developer Fusion 2012-01-23T14:03: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:03: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/media/8577/introduction-to-aop/ Introduction to AOP 2011-02-09T18:13:17.00Z Podcast (MP3): Download Hosts: Markus Guests: Christa Schwanninger, Iris Groher Recording venue: This episode is a systematic introduction to Aspect Oriented Programming (in contrast to the interview with Gregor Kiczales). We discuss the fundamentals of AOP, defin... James Crowley http://www.developerfusion.com/article/7342/aop-in-javascript-using-humax-framework/ AOP in JavaScript using Humax Framework 2011-02-09T18:13:16.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 2011-02-09T18:13:16.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