Russell Pooley's .NET Blog
.NET Tools, Source and Research
-
Retrieving System Directory Info
Iv'e just spent the last hour or so looking around for how I can get the path of a system directory inside windows, for example the Start Menu folder.
-
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. -
Object Oriented Database
Having been involved in developing many RDBMS based applications over the years, I was quite interested in researching into Object Oriented Databases and happened to stumble upon Perst.