general
Azure Service Bus for .NET Articles, Tutorials & News
Azure Service Bus for .NET articles, tutorials, and news from the DotNetNews archive.
21 articles Updated
Azure Service Bus for .NET work shows up across many DotNetNews issues because teams keep hitting the same implementation questions. Azure Service Bus for .NET shows up when .NET code leaves the laptop and has to run under cloud, container, or CI constraints.
Recurring subtopics in recent issues include Azure Service Bus .NET, Service Bus C#, messaging Azure .NET, and queues topics Azure. When a subtopic never appears in the archive titles or excerpts, it is left out of this introduction.
Expect publisher tutorials, release notes, architecture write-ups, and field notes linked from DotNetNews issues. Start here is a short editorial shortlist for Azure Service Bus for .NET; the archive list is chronological and larger. Secondary angles such as Azure Service Bus .NET and Service Bus C# appear when the archive actually covered them. Cross-links to Azure for .NET Developers and RabbitMQ for C# and .NET help when the problem spans more than one tag.
Start here
Editor picks for Service Bus
-
Building Event-Driven AI Agents with Azure Service Bus and .NET
c-sharpcorner.com Issue #500
Build scalable, event-driven AI agents with Azure Service Bus and .NET.
-
Duplicate Message Detection for an Azure Service Bus
c-sharpcorner.com Issue #242
Duplicate detection in Service Bus is one of those practical messaging topics that saves you from painful downstream retries.
-
Understanding Dead Letter Queue in Azure Service Bus with C#
medium.com Issue #156
Dead-letter handling in Azure Service Bus is one of those topics that saves pain later.
-
Queue-Based Load Leveling Pattern (Starring Phi4, LangChain4j and Azure Service Bus)
devblogs.microsoft.com Issue #149
A Microsoft Service Bus load-leveling example that’s more interesting for the pattern than the Java framing.
-
Outbox pattern in .NET
csharpdigest.net Issue #487
Outbox is still one of the most important reliability patterns for distributed systems. Always worth revisiting.
-
Implementing Event-Driven Microservices in .NET:
medium.com Issue #486
Good fit for readers exploring messaging patterns and resilient service boundaries.
-
Implementing the Inbox Pattern for Reliable Message Consumption
milanjovanovic.tech Issue #428
The Outbox pattern guarantees reliable publishing.
-
Inbox Pattern & Outbox Pattern in C# — Are They Really Real or Just Buzzwords?
dotnetfullstackdev.medium.com Issue #338
Inbox and outbox patterns are explained through the usual buzzword haze, but the messaging reliability angle is still important.
Archive
Newest first
-
Building Event-Driven AI Agents with Azure Service Bus and .NET
c-sharpcorner.com Issue #500
Build scalable, event-driven AI agents with Azure Service Bus and .NET. Automate workflows, process asynchronously, and enhance enterprise AI.
-
-
Implementing Event-Driven Microservices in .NET:
medium.com Issue #486
This guide provides a comprehensive, step-by-step walkthrough for implementing a resilient event-driven messaging system using MassTransit…
-
Implementing the Inbox Pattern for Reliable Message Consumption
milanjovanovic.tech Issue #428
The Outbox pattern guarantees reliable publishing. But what about the consumer side? The Inbox pattern ensures each incoming message is processed exactly once, even when the broker retries or delivers...
-
Background Job Scheduling in .NET Applications Using Hangfire
medium.com Issue #355
In modern software projects, handling long-running operations correctly is of great importance for the application to run in a stable and…
-
Inbox Pattern & Outbox Pattern in C# — Are They Really Real or Just Buzzwords?
dotnetfullstackdev.medium.com Issue #338
In modern distributed systems, you will often hear people throwing around terms like:
-
Handle Duplicate Messages With Idempotent Consumers | Idempotency in .NET
medium.com Issue #320
“In distributed systems, duplicates aren’t bugs — they’re facts of life. And if your consumers aren’t idempotent, you’re one retry away…
-
🔑 Cheatsheet: Azure Service Bus vs Event Grid vs Event Hub
c-sharpcorner.com Issue #299
Confused about Azure Service Bus, Event Grid, and Event Hub? This cheatsheet provides a clear comparison of these Azure services. Learn when to use each based on messaging patterns, delivery guarantee...
-
Why Every .NET Team Should Use the Outbox Pattern
medium.com Issue #270
Ensure reliable event delivery in your .NET microservices with the Outbox Pattern: No more lost messages, duplicates, or inconsistent state.
-
Simplify Your Background Jobs in .NET with Hangfire
medium.com Issue #262
A complete developer’s guide to mastering background jobs in .NET using Hangfire
-
Duplicate Message Detection for an Azure Service Bus
c-sharpcorner.com Issue #242
https://www.c-sharpcorner.com/article/duplicate-message-detection-for-an-azure-service-bus/
-
C# 14, Web APIs, and observability
DotNetNews Issue #234
A mixed .NET roundup with C# 14 language updates, ASP.NET Core API guidance, CQRS messaging, OpenTelemetry, DI, and interview prep.
-
️ “Yesterday Our Queue Handled 1 000 000 Messages — Today It Melted.
medium.com Issue #224
https://medium.com/@michaelmaurice410/%EF%B8%8F-yesterday-our-queue-handled-1-000-000-messages-today-it-melted-d59a92d546e7
-
Azure Service Bus with .NET (Step-by-Step + Code)
c-sharpcorner.com Issue #213
https://www.c-sharpcorner.com/blogs/azure-service-bus-with-net-stepbystep-code
-
C# for Real-Time Systems: Designing Low-Latency Messaging and Data Pipelines That Don’t Choke
medium.com Issue #213
https://medium.com/@mohsho10/c-for-real-time-systems-designing-low-latency-messaging-and-data-pipelines-that-dont-choke-a47e23d17fd4
-
MassTransit RabbitMQ and Azure Service Bus: Is It Worth a Commercial License
antondevtips.com Issue #210
https://antondevtips.com/blog/masstransit-rabbitmq-and-azure-service-bus-is-it-worth-a-commercial-license
-
MassTransit Going Commercial… How To Build Your Own .NET Messaging Framework
levelup.gitconnected.com Issue #210
https://levelup.gitconnected.com/masstransit-going-commercial-how-to-build-your-own-net-messaging-framework-b5c2c3ea1d44
-
Implementing Event-Driven Architectures with Kafka, RabbitMQ, or Azure Service Bus (Comparisons, Pros, and Cons)
c-sharpcorner.com Issue #197
https://www.c-sharpcorner.com/article/implementing-event-driven-architectures-with-kafka-rabbitmq-or-azure-service-b/
-
Understanding Dead Letter Queue in Azure Service Bus with C#
medium.com Issue #156
https://medium.com/@rictorres.uyu/understanding-dead-letter-queue-in-azure-service-bus-with-c-6314902f2aad
-
Queue-Based Load Leveling Pattern (Starring Phi4, LangChain4j and Azure Service Bus)
devblogs.microsoft.com Issue #149
https://devblogs.microsoft.com/java/queue-based-load-leveling-pattern-starring-phi4-and-azure-service-bus/
-
Security, performance, and .NET 9
DotNetNews Issue #65
A mixed roundup covering web app security, high-performance code, Blazor updates, API pagination, Azure Service Bus, and .NET 9 docs.