↧
XtUnit Troubleshooting
I’m a big advocate of automated software testing with tools like the venerable JUnit for Java and the similar NUnit for the .NET languages such as C#. Yesterday I was implementing some NUnit tests for...
View ArticleAn Implementation of BitConverter.SingleToInt32Bits
Back in the day when I did more Java development, I used Apache’s Commons Lang regularly to do all kinds of things like string manipulations and implementing Object.equals() and Object.hashCode(). Not...
View ArticleApplying the Decorator Pattern to a DataGridView
In this article, I present a simple example of how you can apply the Decorator Pattern to a DataGridView to extend its behavior without using inheritance.
View Article