C# Stuff Every .NET App Should be Logging at Startup Unless all you build are HelloWorld applications which never get deployed anywhere you almost certainly have come across cases where either you or your support team have had to figure out...
C# High Performance Logging using log4net When it comes to logging in .NET all you generally need to do is choose between log4net or NLog and start logging...