Tag: C#
Fixing out of sequence timestamps
I maintain a small open source project that helps test log message . Part of this is that each log message has a sequence number and timestamp attached to it....
Test Driven Development By Example
Introduction A lot has been written on the subject of test driven development, and especially on the idea that tests ought to be written first. This is an...
How to get a list of all subdirectories
This is an example of how to obtain a list of all subdirectories using a recursive method with the .NET Framework. public static List...
Passing Values Between Forms in .NET
Introduction I wrote this article in response to an almost overwhelming number of requests on forums on how to pass a variable from a one Windows Form to...
