Using Dynamic Proxies to Implement Aspect-Oriented Programming in .NET
Have you heard about Aspect-Oriented Programming? Let's agree that Object-Oriented Programming doesn't always solve all our problems - there are other approaches. Understanding Aspect-Oriented Programming (AOP)

Have you heard about Aspect-Oriented Programming?
Let's agree that Object-Oriented Programming doesn't always solve all our problems - there are other approaches.