Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

MySql Connector with EF 6

What's the alternative to DataTable with ADO.NET under MVC 6?

C# Windows Application - Many threads using the same connection?

How to use C# to get column's description of Sql Server 2005?

c# sql-server ado.net

Sorting in gridview is not working

What is the most annoying feature (or lack of feature) you have found in the Entity Framework?

entity-framework ado.net

List of SQL Server errors that should be retried?

How can I use single query to insert multiple records from Dataset into SQL Server 2005?

c# sql-server ado.net

Why bother setting the size parameter of a command object parameter?

c# sql-server ado.net

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

How to print all columns in a datareader

c# ado.net datareader