Azure Service Bus for .NET Articles, Tutorials & News
Azure Service Bus for .NET articles, tutorials, and news from the DotNetNews archive.
21 articles Updated
Start here
Editor picks for Service Bus
-
Building Event-Driven AI Agents with Azure Service Bus and .NET
c-sharpcorner.com Issue #500
Interesting if you’re connecting async messaging with agent-style workloads instead of forcing everything through synchronous request/response paths.
-
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
Distributed workflow orchestration in .NET is always interesting because the real challenge is usually coordination, not code.
-
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.
Azure Service Bus .NET from the DotNetNews archive, curated for .NET developers who already ship production code. This is a reading list pulled from daily issues, not a substitute for the official docs on Azure Service Bus for .NET.
Use Start here for the editorial shortlist, then browse Latest or the full archive when you need more depth. Coverage leans toward Azure Service Bus .NET, Service Bus C#, messaging Azure .NET. Recent pieces worth opening: “Building Event-Driven AI Agents with Azure Service Bus and .NET” and “Outbox pattern in .NET”.
Latest
Newest Service Bus from the archive
-
Building Event-Driven AI Agents with Azure Service Bus and .NETc-sharpcorner.com Issue #500
-
Outbox pattern in .NETcsharpdigest.net Issue #487
-
Implementing the Inbox Pattern for Reliable Message Consumptionmilanjovanovic.tech Issue #428
-
Inbox Pattern & Outbox Pattern in C# — Are They Really Real or Just Buzzwords?dotnetfullstackdev.medium.com Issue #338
-
🔑 Cheatsheet: Azure Service Bus vs Event Grid vs Event Hubc-sharpcorner.com Issue #299
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.