Which option provides quicker performance and uses less memory?

Choose the correct answer

Explanation

The SQLDataReader is designed for fast, forward-only data retrieval and consumes less memory compared to a DataSet, which holds data in memory and supports more complex operations.

Which option provides quicker performance and uses l… — ASP.net | PakQuizHub