Monthly Archives: June 2014

ADO.NET best practices – Reading data from data reader


Nice extract that i found, as a developer who wanted to implement some standards in there code  need to read, if you are expert in it just recap it. 🙂

{love to code?}

I have seen many people using DataReader incorrectly. In this post, I will try to explain some good practices that can be followed when reading from a data reader. Consider the following problematic code,

How many problems can you figure out from the above code? There are many problems with this code,

View original post 500 more words