Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ado.net

How to send a table-type in parameter to T-SQL while using C# IDataReader?

Convert date DD.MM.YYYY hh:mm:ss to YYYY-MM-DD in SSIS

Is it safe in C# to omit await statement when doing an async fire and forget write to a database with ado.net

How Do The Entity Framework 2 And NHibernate Compare?

Missing library to reference OLEDB connection types

c# ado.net ssis oledb

What factors contribute to ExecuteReader's duration?

How do I properly use a SqlDataReader?

c# .net ado.net

SqlBulkCopy refuses to convert String.Empty into INT NULL

Is DB connection closed by the destructor of SqlConnection class? [duplicate]

c# ado.net sqlconnection

Is a DbConnection closed and disposed when it goes out of scope? [duplicate]

Retrieving underlying exception from SqlDataReader for INSERT statment

c# .net sql-server ado.net

Really odd DataReader performance issue

c# sql-server ado.net

SQL Server communication protocol issue

SqlBulkCopy (and Update) with Entity Framework

Using SqlTransaction in C#, how to get an output parameter from a stored procedure and insert into another table?

c# sql-server ado.net

Managing a data table

c# sql ado.net ado

Why does a stored procedure executed via ADO.NET take many times longer than SQL Server Management Studio? [duplicate]

c# sql-server t-sql ado.net

using SQLXML in ADO.NET, who needs to dispose?

sql-server xml ado.net sqlxml