Transactions

Transactions implemented via the Unit of Work pattern within RCommon.

Transactions are a complex topic within the realm of enterprise applications. The topic has been made even more complicated when TransactionScope stopped support transactions across multiple database providers. While .NET 6+ attempts to reconcile this problem, RCommon is also taking a shot at it.

The unit of work gives us fine grained control over what is happening with transactions in our application.

Last updated