Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ado.net

Is SqlCommand.Dispose() required if associated SqlConnection will be disposed?

How to use executeReader() method to retrieve the value of just one cell

c# asp.net sql ado.net

Fill an array (or arraylist) from SqlDataReader

c# ado.net

How to delete multiple rows in a DataTable?

Can't find ADO.NET Entity Model Browser Window in vs2010

Entity Framework VS pure Ado.Net

Is Explicit Transaction Rollback Necessary?

How to write a .Net application that works with both SqlServer and Oracle (now that System.Data.OracleClient is deprecated)

How to save image in database using C# [closed]

c# sql asp.net-mvc ado.net

ADO.NET calling T-SQL Stored Procedure causes a SqlTimeoutException

Execute multiple SQL commands in one round trip

WHERE IN (array of IDs)

Is There Any Difference Between SqlConnection.CreateCommand and new SqlCommand?

c# ado.net

How does Dapper compare to ADO.NET?

orm ado.net dapper

How do you deal with transport-level errors in SqlConnection?

Is it necessary to add a @ in front of an SqlParameter name?

.net vb.net ado.net

Update DataSet structure in Visual Studio to match new SQL Database Structure

Why does the SqlParameter name/value constructor treat 0 as null?

Refactoring ADO.NET - SqlTransaction vs. TransactionScope

Calling Oracle stored procedure from C#?