Blog Logo

Tag: C#

All tags

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....

— 25 Feb 2025

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...

— 28 Mar 2007

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...

— 04 Jul 2006

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...

— 22 Apr 2005