Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Always failed to connect mySQL database in ASP.Net

How to get a set of rows from an array of id's?

c# sql-server ado.net

What are the implications of declaring a static, non-static, private or public database context?

c# asp.net-mvc ado.net

Can I temporarily store data in my C#.Net app to reduce the need for calls for data from SQL Server?

c# sql sql-server ado.net

Export Datatable to xml

xml vb.net ado.net

Code review - Retrieving data from SqlDataReader

c# ado.net

DataSet.AcceptChanges() is not working

automapper example for ado.net to viewmodel mapping