Identity Interface header image

Posts from ‘January, 2008’

ADO.NET Performance Improvements with .NET Framework 2.0 SP1

Recently a service pack was released for the 2.0 version of the .NET Framework.
As usual there was a laundry list of fixes, most of which were difficult to figure if they fixed or improved your production code.
ADO.NET performance was improved considerably especially when using the SqlDataReader
Original Article