Simplify finding the entry you need from an event log.
Latest Logging Articles
ADO.NET Trace Logging
Apply the advanced trace log features of ADO.NET and improve your data access code.
Build a Windows Event Log Watcher Service Process to Export Event Log Entries as an RSS Feed
Build a Windows Event Log Watcher Service Process to Export Event Log Entries as an RSS feed using System.Diagnostics.EventLog, EntryWritten, and EnableRaisingEvents.
Building a Logging Object in .NET
Explore how to build an object in .NET that can log information to a file or the event log.
Latest CodeGuru Developer Columns
Understanding the C++ Utility Components in the C++ Standard Library
Learn more about a few commonly used components and explore their utility and usages.

Top Programming Languages to Use for .NET Development
Take a look at some of the most popular languages to use within the .NET paradigm.

Using Common Visual Basic Maths Conversion Functions—Imperial to Metric
When you need to convert imperial to metric and vice versa, here are some formulas to keep on hand.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.