in

ASP.NET Weblogs

guyS's WebLog

IShare, My DotNet Fingerprint

Control your IDbTransaction provider on thread level

I wrote a transaction simple provider a month ago and I so it can be improved by making it safely available at a thread level using ThreadStatic attribute. Here is a nice article, showing just that.

ThreadStatic attribute is usefull especially when you would like to keep a singleton at a thread level that is under your control.

Published Jun 17 2005, 01:11 AM by guyS
Filed under:

Comments

No Comments

Leave a Comment

(required)  
(optional)
(required)  
Add