I recently took a closer look to compare the performance variations among some of the possible ways to interact with a SqlDataReader object (ordinal position, column name, etc). Before you start telling me that I wasn't thorough, I never intended...
If you have worked with .NET much at all, then you have undoubtedly used String.Format. It is one of those essential functions that just makes development a lot simpler. However, I have found that a lot of people don't realize they are introducing...