Archive for the ‘.net’ Category
A lesson in error handling by Microsoft
Which logging utility is the best in a .net environment?
log4net is a pretty good logging framework that will allow you to write logs to just about anywhere (file, database, event viewer etc etc)
Enterprise Library Logging Application Block is also a great alternative to writing your own logging and tracing.