| 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. |
Search This Blog
Showing posts with label DataSet Vs DataReader. Show all posts
Showing posts with label DataSet Vs DataReader. Show all posts
Friday, 11 August 2017
DataSet Vs DataReader
Subscribe to:
Posts (Atom)
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
-
Duplicate code If you see the same code structure in more than one place. Long Method The longer a procedure is, the ...
-
Step-by-Step Guide: Creating a NuGet Package Feed to Host Artifacts 🔹 Step 1: Create a C# Class Library and Generate NuG...
-
PowerShell Script Identify IIS is running on Remote server. $vm = " localhost ...