C# System.Transactions Vs TransactionScope
问题 Based on this article here as well as the question: Difference Between Transaction and TransactionScope we know that TransactionScope The TransactionScope class provides a simple way to mark a block of code as participating in a transaction, without requiring you to interact with the transaction itself. A transaction scope can select and manage the ambient transaction automatically. Due to its ease of use and efficiency, it is recommended that you use the TransactionScope class when