Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ado.net

LINQ to SQL vs ADO.Net

.net linq-to-sql ado.net

Best way to catch sql unique constraint violations in c# during inserts

c# sql-server 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?