Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ado.net

Initiating 2 DBContext objects one for logs and the other for Business Data inside c# console application

.NET equivalent of modern Java web architecture

connection string to a SQL Server cluster

Is there a way to get the full sql text back from SqlCommand after param substitution?

.net sql-server ado.net

How do I retrieve DataColumn.DefaultValue from a Sql Table?

c# .net ado.net

How would you implement API key in WCF Data Service?

c# wcf service ado.net odata

Bulk Insert multiple records and get identity for all using ADO.NET

Setting collation property in the connection string to SQL Server 2005

If ObjectDataSource isn't the answer for a large application, what is?

How to merge/combine two SqlDataReader Objects

c# sql-server ado.net

Firebird and Entity Framework case sensitve table/column names

Entity Framework vs Direct Data Access

Adding a list of strings to OracleCommand.Parameters in C# [duplicate]

c# oracle ado.net

LINQ Select From DataTable

c# linq ado.net

Is repository pattern only to be used with Entity Framework?

System.IO.FileNotFoundException: Could not load file or assembly 'Oracle.DataAccess, ... when running unit tests

Does DataAdapter.Fill() close its connection when an Exception is thrown?

What does Trusted = yes/no mean in Sql connection string?

c# sql-server-2005 ado.net

How to print all columns in a datareader

c# ado.net datareader

C# Retrieving correct DbConnection object by connection string