Aspect Oriented Programming

By |2013-12-23T13:39:33+00:00December 23rd, 2013|Categories: Uncategorized|

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 [...]