In my previous post
[http://rion.io/2019/04/20/smooth-transactions-with-transactionscope/], I
discussed the use of TransactionScope within C# and how it might simplify how
transactions are managed within your applications. It covered what transactions
are, some of the ways that they are traditionally managed, and how