Ado.Net
๐

Ado.Net
Step-by-Step Guide: Differentiating DataReader and DataSet
Today, I am going to explain a very interesting topic. Topic is DataReader vs Dataset. What is difference both of them. DataReader Basically in C# DataReader is used to retrieve...
๐

Ado.Net
What are the Different Ways to Access a Database in ADO.NET
For accessing the database, for getting the data or inserting the data we basically use SQLDataAdapter.Fill(), ExecuteNonQuery() and ExecuteScalar(), I have seen when I was a fresher, many developers were...