1
Answer

C# question

The DataReader provides a forward only reader that reads records one at a time, while the DataSet is an in-memory editable table-based collection. Describe and explain when and why you would use one over the other.

Answers (1)