Russell Pooley's .NET Blog

.NET Tools, Source and Research

  • Aspect Oriented Programming (AOP)

    Iv'e just stumbled upon some nice resources for Aspect Oriented Programming.
    How many times have you had to write code that logs messages to a text file or database, using AOP techniques it is possible to decorate your .NET classes with attributes that will then automatically log all requests made to methods and functions.