Distributed Transactions via the Saga Pattern in C#
Introduction
(The code for this article is available here for reference.)
Imagine we have a class called orderservice responsible for processing an order. The steps involved are i: creating the order, ii: processing the payment, and iii: triggering t...
devwithjosh.com19 min read