Michael’s Techbox

Tech articles you can read with coffee

Archive for the ‘.net’ Category

A lesson in error handling by Microsoft

without comments

Written by MichaelL

July 21, 2009 at 10:49 pm

Posted in .net, Programming

Which logging utility is the best in a .net environment?

without comments

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.

Written by MichaelL

December 9, 2008 at 9:42 am

Posted in .net, Uncategorized