Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ado.net

Does DbConnection.Open always open a new database connection or can it reuse one of the connection pool?

c# .net sql ado.net dbconnection

Use SQL Server Stored procedure output in asp.net c# [closed]

Exception when using SqlReader

c# database ado.net

How to return an array from stored procedure?

c# sql-server ado.net

Cannot create a generic method: "T" not found

IGNORE_DUP_KEY option in SQL Server

sql-server ado.net unique

Should I create a ADO.NET Entity Data Model for each table, or one for my entire database?

Database abstraction layer in C# for MySQL?

c# mysql ado.net

linq, selecting columns as IEnumerable<DataRow>

c# .net linq ado.net

Connection Pooling

Is SQL Injection possible when parameter's type isn't set?

c# sql ado.net sql-injection

What ADO type is the Geography spatial type from SQL Server 2008?

c# sql ado.net spatial-query

Equivalent of ObjectContext.AddObject(entityName, entity) on DbContext

Unable to cast object of type 'System.DBNull' to type 'System.Byte[]' when record does exist

Ajax POST to controller action to update view model, and then reload div

How to Catch an exception in a using block with .NET 2.0?

Troubleshooting Timeout SqlExceptions

oledb/ado.net: Get the command's text, with all parameters replaced

ado.net parameters oledb

casting problem from SqlDataReader

c# sql-server ado.net

Return more than one result set with T-SQL

c# .net sql ado.net