If you are like me and you rely on trace information generated by your programs to diagnose production issues then you might like NLog. NLog is a lightweight open source logging library which has worked well for me in the last couple of projects that I have shipped. Amongst many different configuration options that NLog [...]
Archive for the ‘C#’ category
Oct 02 2011
Simple async in .net 2.0 & Winforms for “laydevs”
If you are like me (a lay-dev) and you swing back and forth between writing .net 4 and .net 2 apps. You are also asked to write simple winform applications from time to time, then this might help just a tad bit. Like the rest of the world I’m in love with lambdas, extension methods, [...]