Search This Blog

Friday, 11 August 2017

DataSet Vs DataReader


DataSet DataReader
Read/write access to data. Read only.
Includes multiple tables from different databases. Based on the one SQL statement from one database.
Disconnecteed. Connected.
Bind to multiple controls. Bind to one control only.
Forward and backward scanning of data. Forward-only.
Slower access. Faster access.
Supported by Visual Studio .NET tools Manually Coded.

No comments:

Post a Comment

Creating a NuGet Package Feed to Host Artifacts

Step-by-Step Guide: Creating a NuGet Package Feed to Host Artifacts 🔹 Step 1: Create a C# Class Library and Generate NuG...

Recent Post