C# Distributed Transactions

Open-source C# projects categorized as Distributed Transactions

C# Distributed Transaction Projects

Distributed Transactions
  1. CAP

    Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern

    Project mention: Tools found from TechRadar | dev.to | 2024-10-27

    CAP is a .NET library that implements the Outbox pattern. When working with distributed messaging systems like RabbitMQ or Kafka, we frequently face the challenge of ensuring that database updates and event publications are performed atomically. CAP addresses this challenge by recording the intent to publish the event in the same database transaction that caused the event. We find CAP to be quite useful as it supports several databases and messaging platforms while guaranteeing at-least-once delivery.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. silky

    The Silky framework is designed to help developers quickly build a microservice development framework through simple code and configuration under the .net platform.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C# Distributed Transactions discussion

Log in or Post with

C# Distributed Transactions related posts

  • Mechanism for managing faulty consumer in asynchronous event broadcast in microservices / modular monolith

    2 projects | /r/dotnet | 22 May 2023
  • Is there MQ that is using only redis for dotnet?

    1 project | /r/dotnet | 22 Nov 2022

Index

# Project Stars
1 CAP 6,770
2 silky 279

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that C# is
the 10th most popular programming language
based on number of references?