Archive for July, 2009
Ethics for Data Access using ADO.NET
I know there are thousands of blogs giving tips on DAL, i thought these tips would refresh your mind as well.
ADO.NET Connections
One way to reduce the number of connections is to reuse connections through connection pooling.
Open Late, Close Early
keep the connection open only as long as you need it.
Returning a Single Column or Row
When [...]
Read Full Post | Make a Comment ( None so far )

