Community

Using SqlDataReader’s new async methods in .Net 4.5 Beta, Part 2: Examples

(Daniel Paoliello) In the previous post about the new column-level asynchronous methods added to SqlDataReader (and DbDataReader) we covered two new SqlDataReader methods (IsDBNullAsync and GetFieldValueAsync), how data is read from the network by the data reader and guidance on how to when to us

Read More - Register for Free Membership