An open API service indexing awesome lists of open source software.

https://github.com/ffernandolima/distributed-unit-of-work

DistributedUnitOfWork is a simple .NET application demonstrating distributed and ambient transactions coordinated via a two-phase commit (2PC) protocol. The app uses a unit-of-work pattern to manage transactions across two different databases—MS SQL Server and PostgreSQL—leveraging .NET's TransactionScope to coordinate a distributed transaction.
https://github.com/ffernandolima/distributed-unit-of-work

Last synced: 2 months ago
JSON representation

DistributedUnitOfWork is a simple .NET application demonstrating distributed and ambient transactions coordinated via a two-phase commit (2PC) protocol. The app uses a unit-of-work pattern to manage transactions across two different databases—MS SQL Server and PostgreSQL—leveraging .NET's TransactionScope to coordinate a distributed transaction.

Awesome Lists containing this project