When I was first learning .NET, I was told that indexing the columns of a SqlDataReader using an int was MUCH faster than using the string indexer. After I got over my initial horror (the string indexer was so much easier to read!), I decided that i ...
Read post