Difference and similarities between recordset in asp and datareader in asp.net
.net – Difference between recordset and sqlreader
.netado.net
Related Question
- .net – What’s the difference between struct and class in .NET
- C# – the difference between const and readonly in C#
- .net – ASP.NET Web Site or ASP.NET Web Application
- C# – Difference between InvariantCulture and Ordinal string comparison
- C# – In C#, what is the difference between public, private, protected, and having no access modifier
- .net – Difference between decimal, float and double in .NET
- .net – Html.Partial vs Html.RenderPartial & Html.Action vs Html.RenderAction
- .net – the difference between .NET Core and .NET Standard Class Library project types
Best Solution
If you are comparing ADO recordset to ADO.NET DataReader, then Dino Esposito has a very old article on MSDN comparing some of the differences- it also cover the DataSet.