Blog of Adrian Anttila, containing my thoughts, comments and questions. RSS Feed

Moving to CodePlex
30 Nov 2007, 03:16:47 PM
I've decided to take my two active open source projects and move them to CodePlex.  There are a few reasons, which I'd like to outline here: I can use the Team System client within Visual Studio 2005/2008 for source control I'm familiar with Team S ...
Read post

Implementing Transaction Support Cont'd
12 Nov 2007, 10:02:07 AM
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

Implementing Transactions the better way
09 Nov 2007, 02:48:00 PM
In a previous entry, I discussed writing two different custom transaction managers, local and distributed.  The thing that always bothered me about my own implementation was 1) it was my own implementation and 2) You have to choose up front which ...
Read post