|
-
Nov 2nd, 2006, 03:23 AM
#5
Re: [2.0] Transaction/design question
An ambient transaction isn't specifically DB-related. The TransactionScope class is member of the System.Transactions namespace so it is not specifically related to ADO.NET, which is all in the System.Data namespace. I'm fairly certain that that's where it will be most used but there is no specific relationship. Given that operations other than data access can be enlisted in an ambient transaction, outside the DAL is absolutely the appropriate place to create one. The BL is the one saying that these operations should be grouped so the BL is the one that should group them.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|