21 June 2009 0 Comments

A small detail on TransactionScope and LTM

As you probably already know, the Lightweight Transaction manager (LTM) is the first choice of TransactionScope. This means that if certain conditions are met, one or more connections inside a transaction scope will be wrapped in a single transaction –not a distributed one-. One common scenario for this is having two connections of the same database inside a transaction scope

See more here:
A small detail on TransactionScope and LTM

If you liked this post, buy me a Coffee.

Leave a Reply