Hi, We have a requirement to send large volume of data from SQL server to WEB API application. Approximately 20000 records * 100 columns. Currently we are using SQLDataReader to load data into the list object. This is done in a while loop and for the above
data it is taking more than a minute (>1). We want to bring this down to single digit secs.
↧