Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ado.net

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#?

The right way to insert multiple records to a table using LINQ to Entities

Keyword not supported: 'server'

ado.net Closing Connection when using "using" statement

c# tsql ado.net

SqlBulkCopy from a List<>

ADO.NET Entity Framework vs NHibernate [closed]

Difference with Parameters.Add and Parameters.AddWithValue

c# .net vb.net ado.net

Cannot access SqlTransaction object to rollback in catch block