There are two common objects in ADO.NET to read data, DataSet, and DataReader. C# DataSet and C# DataReader classes represent these objects. In this article, we'll learn about ADO.NET DataReader and how to use a DataReader in C#.
Tag
datareader
All blogs tagged with datareader
3
Articles
27,846
Total Views
Showing 3 of 3 articles
31
May
2023
DataReader in ADO.NET
23
Jun
2022
Import Excel in Asp.net MVC using OLE DB
Hello guys, sometimes we need to import data from excel file in asp.net MVC using OLE DB. So we will use OLE DB Connection for that as that is really fast and effective while reading large excel files. You can check the steps on using that with asp.net MVC project.
20
Sep
2021
Import data from Excel in Asp.Net
Hello guys, sometimes we need to import data from excel file in asp.net . So we will use ExcelDataReader for that. You can check the steps on using that with asp.net project.