Our great sponsors
-
dapr
Dapr is a portable, event-driven, runtime for building distributed applications across cloud and edge.
-
Rebus (https://github.com/rebus-org/Rebus)
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
MassTransit (https://github.com/MassTransit/MassTransit)
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
- 📦 Data consistency, outbox pattern and idempotency in a microservice architecture
- MassTransit with MSMQ vs RabbitMQ
- Do I need message queues for sending emails/texts via services like SendGrid, AWS SES, Twilio etc.? How do you decide if you need message queues or not? What questions do you ask yourself?
- Hello my company is trying to port from PHP to C#. Currently we want to port worker an example you execute cli command which is long running command which consumes messages from Rabbit Mq. How do you suggest that we do it in Dotnet way?
- .NET application stuck and on processing bus messages because of possible other activity in the console app? How can I debug?