Day: April 30, 2014

SqlCommands: What to choose between SqlDataAdapter, ExecuteScalar and ExecuteNonQuery

SqlCommand class can be used in various ways to access database data and it’s true story that many developers are somehow confused in which one to choose each time the want to execute queries in the SQL Server. In this… Read More ›