Skip to content
#

transactional-outbox-pattern

Here are 19 public repositories matching this topic...

A lightweight library for implementing the Transactional Outbox pattern in .NET with default implementation in SQL Server & Azure Service Bus. Key benefits offered are support for running in Azure Functions serverless environments and support for enforcing FIFO ordering of processing & publishing even in horizontally scaled environments (e.g. se…

  • Updated Feb 29, 2024
  • C#

An ultra lightweight API for robust Distributed Application Mutex/Locking capabilities leveraging SQL Server. The API provides a set of easy to use custom extensions for the SqlClient libraries (e.g. Microsoft.Data.SqlClient or System.Data.SqlClient) that provide robust distributed application mutex/locking support via the sp_getapplock & sp_rel…

  • Updated Sep 29, 2023
  • C#

Improve this page

Add a description, image, and links to the transactional-outbox-pattern topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the transactional-outbox-pattern topic, visit your repo's landing page and select "manage topics."

Learn more