Loading
Advertisements

ADO.NET Articles - For Beginners & Professionals

DataReader Extension to map DataReader with object or list of objects
Posted By : Manish Banga at 19 March 2015
Updated On : 19 March 2015
While reading data from DataReader, many times we need to map that data either in a single object or list of objects. We generally do it manually by reading data index wise or column name wise and set in properties of object(s). If there is any change in backend result set (add/delete column), we will have to manually fix it in code. Here I have created a DataReader Extension to solve this issue and make mapping easy.

Browse by Labels

Advertisements

Recent Articles

Popular Articles

Free ebook

Like us on Facebook

Advertisements