Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ado.net

ADO.NET Data provider for Firebird in Visual Studio 2015

Tips for using Visual Studio Typed DataSets?

Can you use DataTable.Contains(object key) if your datatable's primary key is two columns?

Mixing System.Transactions with SqlTransactions

c# asp.net sql-server ado.net

Close DataSet's underlying connection explicitly?

c# ado.net

retrieve SET STATISTICS IO and SET STATISTICS TIME values via ADO.NET?

Populate class from DataTable

c# entity-framework ado.net

SQL Server Shared Memory communication protocol usage

Passing SqlParameter from C# without datatype - performance consideration

c# ado.net

Should *.datasource be ignored in version control?

Does SqlConnection.Dispose() perform a rollback on all pending transactions? [duplicate]

.net sql-server ado.net

Why isn't AutoDetectChangesEnabled set to false by default?

c# entity-framework ado.net

Is Data Reader better or Data Set for application where we may have Concurrency issue

Entity framework example with asp.net [closed]

are model-defined functions still supported in EF6?

ADO.Net reporting empty data type in SQLite

Can I use an ADO.NET library in C++ to read Oracle DB?

DateTime issue in SQL Server

How can I make `await …` work with `yield return` (i.e. inside an iterator method)?

passing DB Connection object to methods