This post originated from an RSS feed registered with .NET Buzz
by Sean McCormack.
Original Post: Aspect Orienting .NET Components
Feed Title: Vini Vidi Vici - Sean McCormack's Blog
Feed URL: http://smccormack.blogs.com/adapdev/SyndicationService.asmx/GetRss
Feed Description: Sean McCormack's Blog, focusing on various aspects of .NET development, open source projects, recommended books and tools
Here's an
excellent article that outlines in detail what AOP is and how to achieve
it with .NET. Only editorial that I would add is that ContextBoundObject is
extremely heavy (performance degradation), so if you're playing with AOP, I'd recommend
looking at a framework with a different approach, such as Aspect#.