Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ado.net

How to get SqlDataReader with Dapper?

ado.net dapper

Entity Framework and Transactionscope doesn't revert the isolation level after dispose of Transactionscope

adding a datatable in a dataset

c# .net ado.net dataset

How can I explicitly change the RowState of an ADO.Net DataRow? [closed]

c# ado.net

Thread safety for DataTable

Add WHERE clauses to SQL dynamically / programmatically

TransactionScope and Isolation Level

Closing SqlConnection and SqlCommand c#

Possible to retrieve IDENTITY column value on insert using SqlCommandBuilder (without using Stored Proc)?

.net ado.net

How to get provider specific ConnectionString from Entity Framework

Entity Framework Delete Object Problem

c# entity-framework ado.net

How to get the generated id from an inserted row using ExecuteScalar?

c# oracle ado.net

Returning a single row

c# ado.net asp.net-3.5

SqlConnection.Open vs SqlConnection.OpenAsync - what's different between the two beyond the obvious?

c# asynchronous ado.net

How to Insert Rows to Table Object Inside an Excel Sheet?

c# windows excel ado.net

How to clear the ODP.NET connection pool on connection errors?

Entity Framework associations with multiple (separate) keys on view

DbConnection vs OleDbConnection vs OdbcConnection

CommandType.Text vs CommandType.StoredProcedure

c# sql database ado.net

'Invalid object name' for temporary table when using command with parameters

c# sql-server ado.net