.Net Asp.Net c# DataAdapter DataReader DataSet DataTable Difference VB Visual Basic Difference between DataReader, DataSet, DataAdapter and DataTable in C# and VB.Net By Krunal Shah 30 Mar, 2017 DataReader DataReader as the name suggests reads data. DataReader is used for fetching records from the SQL Query …
.Net Collection Convert DataTable Generic list Convert a DataTable to Generic List Collection By Krunal Shah 30 Mar, 2017 Step 1: Since we need to create a List<T>, define an instance and in this list we need to add our custom type T…