[2007.04.09] - DataGridView SelectRows performance tests In this article I'll take a closer look at one of the most recommended performance improvements in C#: using foreach vs. a for loop to go through the items in a collection.[Read more...]
[2007.03.20] - The long way home Forget optimizing your code, how about un-optimizing it for a change? [Read more...]