Aspect Oriented Programming
Recently I read AOP in .NET and gave a short presentation about it to some colleagues. This was a topic that was relatively new to me, but I already can see how it would be beneficial to almost any application. Aspect Oriented Programming (AOP) involves using "Aspects" to address cross-cutting concerns in your application and reduce [...]