Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ado.net

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

Asynchronous call of a SQL Server stored procedure in C#

yield return vs. return IEnumerable<T>

Using TransactionScope around a stored procedure with transaction in SQL Server 2014

How can I use ADO.NET DbProviderFactory with MySQL?

What is the meaning of the "Pluralize or singularize generated object names" setting?

How do I return an IEnumerable<> using ADO.NET?

c# ado.net dapper

Is there a dynamic Sql builder library for .Net? [closed]

.net sql ado.net dynamic-sql