I recently asked the question on closing and releasing resources such as a database connection using C#. During my reading and particle experience I have use methods such as the following in the past. Example 1 SqlConnection conn = new SqlConnection(myConnectionString);