Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ado.net

Is there a limit to the number of DataColumns I can add to a DataTable?

ado.net system.data

When should I use ClearALLPools vs ClearPool?

c# ado.net

SQL query execution difficulty

What gets disposed when SqlCommand.Dispose is called?

sql-server ado.net

Storing settings: XML vs. SQLite?

c# .net xml sqlite ado.net

how database connection pool impacts performance?

Can't retrieve a specific item from a dataset

c# .net ado.net dataset

should I use a static DbUtil class for web, is it dangerous?

Switching from SQL Server Express to MySQL

c# mysql sql-server ado.net

Working with ADO.net and special characters in SQL

c# sql database ado.net

UnitOfWork vs Database connection

c# .net ado.net unit-of-work

Grabbing extended properties from SQL Server into DataTable

How to store a X509Certificate2 in db c#

Is change-tracking in ORMs a necessity or a luxury, in the context of web apps?

design-patterns orm ado.net

Does LINQ skip & take have decent performance?

Return an sql variable's value from within an Oracle Sql Query back to .NET code

Cancelling a database query dillema