Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ado.net

Enlisting in Ambient transactions is not supported using TransactionScope in asp.net core 2 app

ado.net asp.net-core-2.0

ASP.NET - No Datakey on Gridview RowDeleting event!

What makes The ADO.NET Entity Framework different than other ORM in the market?

Database access in GUI thread , bad isn't it?

.net database ado.net

Add One DataView to Another in C#

c# asp.net ado.net dataview

The field is too small to accept the amount of data you attempted to add. Has anyone gotten this error from ADO.NET?

Get Connection String Without Password Value in C#

Is there a way to test a SQL Statement to see if is executable in C#?

Entity Framework vs. ADO.NET [closed]

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