Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ado.net

Entity Framework 4.2, Unable to set Identity Insert ON

Select from sequence with SqlCommand.ExecuteScalar() returns NULL when high disk usage

How many connections are available in the ADO.NET connection pool

Curious slowness of EF vs SQL

Alternative to Microsoft.Jet.OLEDB.4.0 for 64 bit access on MDB File

c# ms-access ado.net 64-bit

DataTable and DataSet should be obsolete now?

How to connect with System.Data.OracleClient to oracle db with windows authentication?

Pivot Table in c#

c# ado.net

DbCommand and parameterized SQL, ORACLE vs SQL Server

c# sql-server oracle ado.net

How to insert millions of data of different RDBMS in to SQL Server database with insert statement?

c# mysql database ado.net

DataTable Select vs LINQ Select

Convert byte array from Oracle RAW to System.Guid?

c# .net oracle ado.net guid

How do I connect to SQLite db file from c#?

List of DbConnection.GetSchema collection names?

ado.net

Changing the Name of the Connection String that Entity Framework Uses

DataReader[i] vs DataReader.GetValue(i) vs DataReader.GetString(i)

.net ado.net datareader

Why would I get this error intermittently? "The server was not found or was not accessible"

FileNotFoundException: Could not load file or assembly 'System.Configuration.ConfigurationManager,

Get Navigation Properties of given EntityType

Passing DataTable to stored procedure as an argument