.NET 2.0 New Stopwatch Class
Ok – lets all confess how many times we have all coded some variety of a stop watch, many times it just a cobbled together DateTime.Now and a few TimeSpans to figure out the delta.
.NET 2.0 introduces a new Stopwatch class in the System.Diagnostics namespace.