Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ado.net

What is the best practice to manage stored procedures in C# code?

From .NET can I get the full SQL string generated by a SqlCommand object (with SQL Parameters)?

Attach for Update Entity Framework [duplicate]

c# entity-framework ado.net

How to tell if user has modified data using bindingsource?

ADO.NET Question: When to use DataReader, DataAdapter

c# ado.net sqldatareader

Execute Parameterized SQL StoredProcedure via ODBC

SqlDependency notification - immediate failure notification after executing query

Is there any need to close a DbConnection if a using clause is used? [duplicate]

New transaction is not allowed because there are other threads running in the session

SQLite: How do I connect to an in-memory, shared cache database?

.net sqlite ado.net

How I can convert System.Collection.IEnumerable to List<T> in c#? [duplicate]

c# sql ado.net

how to serialize a DataTable to json or xml

How do I get the SqlDbType of a column in a table using ADO.NET?

c# .net sql-server ado.net

Read from database and fill DataTable

vb.net ado.net datatable

Executing stored proc from DotNet takes very long but in SSMS it is immediate

Use SqlDataReader in F#

c# list ado.net f# sqlclient

Should I persist a sqlconnection in my data access layer?

.net sql ado.net

Is there a better way to do this: Convert.IsDBNull(row[somecolumn]) checking

c# ado.net

Difference between Convert.ToString() and .ToString() in C#? [duplicate]

c# ado.net

How to get identities of inserted data records using SQL bulk copy