Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

What is the difference between an orm and ADO.net?

Is there any performance gain from CommandBehavior.SequentialAccess?

SqlCommand or SqlDataAdapter?

c# sql ado.net

SQL Select where values in List<string>

.net sql ado.net

Specific cast is not valid, while retrieving scope_identity

c# asp.net sql ado.net

Can we declare variables in the 'app.config' file?

Fastest method for SQL Server inserts, updates, selects

c# asp.net sql-server ado.net