Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 815 Bytes

File metadata and controls

17 lines (12 loc) · 815 Bytes
description
Transactions implemented via the Unit of Work pattern within RCommon.

Transactions

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.

{% content-ref url="broken-reference" %} Broken link {% endcontent-ref %}

{% content-ref url="broken-reference" %} Broken link {% endcontent-ref %}