Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ado.net

Prevent ADO.NET from using sp_executesql

sql-server ado.net

ADO.NET Entity Framework or ADO.NET

How to configure multiple object sets per type in Entity Framework code first

Entity Framework 5 does not clear navigation property

Converted bigint to varchar in MSSQL

sql-server ado.net dataset

Oracle Parameterized query in c#

Using very long (10000+ characters) strings as SqlParameter value

.net sql-server string ado.net

Can I interrupt data reader during reading?

c# ado.net npgsql

How to create a generic method out of two similar yet different methods?

c# generics ado.net

What is the best way to load huge result set in memory?

c# ado.net bigdata datareader

Detecting command cancel in asynchronous BeginExecuteReader

c# ado.net

What are the best practices on formatting inline sql using ADO.NET in C#

c# sql ado.net

Using IsolationLevel.Snapshot but DB is still locking

Classic ADO.NET - How to Pass UDT To Stored Procedure?

Read VARBINARY(MAX) from SQL Server to C#

c# sql sql-server ado.net

Dapper & Oracle Clob type

oracle ado.net dapper

Passing a boolean type into a bit parameter type in C# and MS SQL Server

c# sql-server ado.net

What is the best method in passing a large number of parameters in SQL Server

How to know actual problem because of which SqlException is thrown?

c# ado.net sqlexception

in f# match statement how do I match to the type byte[]?

ado.net f#