Browse by Tags

All Tags » C# (RSS)

Managing Resources in .NET

A simple tip for managing your resources smartly with ' using ' using (SqlConnection sqlConn = new SqlConnection(...)) { sqlConn.Open(); using (SqlCommand sqlCmd = new SqlCommand(..., sqlConn)) { using (SqlDataReader dr = cmd.ExecuteReader())...
Posted by microlau | 1 comment(s)
Filed under:

Triplez - Custom CSH for you.

Here's the custom CSH which I promised to pass to you.
Posted by microlau | with no comments
Filed under: ,