Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ado.net

Is Try/Catch/finally required with the Using statement in order to handle exceptions?

What happens if I leave a database connection open in an ASP.NET web page

asp.net database ado.net

Does Entity Framework Use Reflection and Hurt Performance?

Insert Null value to the Integer Column

c# .net ado.net null int

Convert IEnumerable in List<T>

Very slow foreach loop

c# .net ado.net

ExecuteScalar() returns null altough data was added to DB

retrieve specific range of rows in a SQL Server table

ADO.Net: Check if field name exists on IDataRecord

c# ado.net

Does .net still use ADO.net?

asp.net ado.net

(string)reader[0] vs Convert.ToString(reader[0])

c# ado.net sqldatareader

SQL Server and SqlDataReader - Trillion Records - Memory

How can I check for DBNull while executing my command only once?

.net sql database ado.net

LINQ to SQL vs ADO.NET - which is faster?

Entity Framework 4: Eager Loading (Include) with filters using Self Tracking Entities

Why does Azure Database perform better with transactions

DataAdapter.Fill performance anomaly

c# sql-server ado.net

How do I make SqlDataReader.ReadAsync() run asynchronously?

How do you persist a tree structure to a database table with auto incrementing IDs using an ADO.NET DataSet and a DataAdapter

.net database ado.net

How do you detect if a SqlConnection's "blocking period" is active?

c# ado.net