ADO.NET does not require that you keep a continuous live connection to the database and process one retrieved record at a time. Additional classes are available that enable you to connect to the database long enough to retrieve records into memory.
The primary class for this activity is ____.
a. DataReader
b. Connection
c. Command
d. DataSet