posted on Thursday, October 28, 2004 1:03 PM
by
Benjy
C-Sharp Source, AOP etc
I just came across an interesting site , C-Sharp Source that acts as a library of links to different .NET tools. Check it out. You are bound to find some interesting ones hiding there.
I didnt realise there were AOP tools available for .NET. I am planning to look into some AOP stuff to reduce the instrumentation and tracing burden on my code especially when I have to write the usual "Method [X] Entered" , "Method [X] Exited" etc. I saw an article somewhere that deals with this (Using Attributes for AOP or something like that ) . Must try and dig it out.
I should also pick up log4net and use that in the next project. I've heard a lot about it, but never got round to using it. Currently I have a custom component that does the logging. I looked at the Logging App Block and found its rather huge and all encompassing. I'm not sure I need all that power, but its good to know its available for use.