Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ado.net

ADO.NET Entity Data Model doesn't update Entities

Could not load file or assembly 'System.Data.SqlClient, Version=4.6.1.3

c# .net ado.net .net-6.0

How to override SqlCommand to grab generated TSQL

How to edit object in Entity Framework?

c# entity-framework ado.net

Get SQL statement from a parameterized sql query

c# sql ado.net

MSTest.exe not able to load ADO.NET Data providers?

unit-testing ado.net mstest

How to do "select count(*)" on ADO.NET Entity Framework

c# entity-framework ado.net

if a query has two update statements what will ExecuteNonQuery() return?

sql ado.net executenonquery

Avoid connection timeout when using multiple threads and connection pool

Connection Management ASP.net

asp.net ado.net

Example of OUTPUT clause to get Identity with ado.net?

c# sql-server ado.net

Fastest way to fill a business object with a datareader?

c# asp.net ado.net datareader

Enumerate over DataTable, filter items, then revert to DataTable

Fetch data from the SQL Server using ADO.NET

c# sql sql-server ado.net

TransactionScope nuances

Why Doesn't The EntityConnection Object Contain the Login Password?

Retrieving single value from query

c# sql sql-server t-sql ado.net

Calling Connection.Close/Dispose in finaliser

How do I ignore a System.Data.SqlClient.SqlException: String or binary data would be truncated. exception