Select from following answers:- Dataset
- SqlDatareader

- Both a and b
- None of these
- All Above
Sqldatareader is fast as compare to Dataset.Because it stored data in forward only and also stores only one record at a time.And dataset stores all records at the same time.This is the reason, SqlDataReader is faster than Dataset.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator