In last week's post about transactions, I provided an initial implementation that is transaction aware, but couldn't close the SqlConnection that was in use. I'm going to outline here what the final solution looks like. First, most of the functiona ...
Read post