TECHNOLOGIES
NEWS
VIDEOS
FORUMS
Trainings
BOOKS
Live
MORE
INTERVIEWS
EVENTS
JOBS
LEARN
CAREER
MEMBERS
BLOGS
CHALLENGES
CERTIFICATIONS
Bounties
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Content
People
Search
Any Word
Exact Word
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Saurav Kumar(3)
Sumit Kharche(3)
Akshay Patel(3)
Max McCarty(3)
Jignesh Trivedi(3)
Gowtham K(3)
Riya Patel(2)
Farhan Ahmed(2)
Vipul Malhotra(2)
Pankajkumar Patel(1)
Ck Nitin(1)
John Godel(1)
Yogeshkumar Hadiya(1)
Muhammad Asif(1)
Abhishek Saini(1)
Allam Purushotham(1)
Khoday Akilesh(1)
Manoj Kumar Duraisamy(1)
Arun Potti(1)
Varun Setia(1)
Sanjay Mrinal Kumar Kodangi(1)
Herve Roggero(1)
Ashka Soni(1)
Anmol Badaya(1)
Nidhi Sharma(1)
Rijwan Ansari(1)
Divyesh Chauhan(1)
Rajesh Gami(1)
Arnab Das(1)
Muzaffar Ur Rahman(1)
Jaydeep Patil(1)
Sardar Mudassar Ali Khan (1)
Jaydeep Suryawanshi(1)
Dhairya Krishnat(1)
Sumit Gupta(1)
Ashok Purty(1)
Anup Hosur(1)
Sriram Hariharan(1)
Guest User(1)
Gourav Jain(1)
Kuppurasu Nagaraj(1)
Nitin Pandit(1)
Kalaiarasu Mani(1)
Sabino Labarile(1)
Latest First
Oldest First
Most Viewed
Sort By
Search Results
No search result found
Event-Driven Agent Workflows with Azure Service Bus and .NET
Aug 04, 2026.
Build resilient, asynchronous AI agent workflows with Azure Service Bus and .NET, overcoming synchronous bottlenecks for enterprise tasks.
Building Event-Driven AI Agents with Azure Service Bus and .NET
Jul 14, 2026.
Build scalable, event-driven AI agents with Azure Service Bus and .NET. Automate workflows, process asynchronously, and enhance enterprise AI.
How to Send and Receive Messages from Azure Service Bus using .NET Client Library?
Jan 22, 2026.
Learn how to send and receive messages from Azure Service Bus using the .NET client library. Create resources, assign roles, and build a .NET console application.
🔑 Cheatsheet: Azure Service Bus vs Event Grid vs Event Hub
Oct 01, 2025.
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 guarantees, and use cases like order processing, serverless triggers, and high-throughput data ingestion. Understand their differences with analogies and a quick elevator pitch!
Implementing Event-Driven Architectures with Kafka, RabbitMQ, or Azure Service Bus (Comparisons, Pros, and Cons)
May 06, 2025.
Event-driven architecture (EDA) enables scalable, decoupled, and resilient systems using message brokers like Apache Kafka, RabbitMQ, and Azure Service Bus. Each offers unique features for different use cases.
Integrating Azure Service Bus with .NET Applications
May 13, 2024.
In this article, we'll walk through the process of using Azure Service Bus with .NET. We'll cover everything from creating a Service Bus instance in the Azure portal to sending and receiving messages using .NET APIs.
REST API to Send Messages to Azure Service Bus Topic Subscription
Apr 12, 2024.
Utilize a REST API to send messages to Azure Service Bus Topic Subscriptions swiftly. Implement efficient communication between components in your application, leveraging Azure's robust infrastructure for seamless message handling and distribution.
Exploring the Contrasts: Azure Service Bus vs. RabbitMQ
Apr 02, 2024.
Azure Service Bus and RabbitMQ are messaging systems, but differ in deployment (cloud vs self-hosted), protocol support, and feature set. Azure Service Bus is fully managed and integrated with Azure, while RabbitMQ offers more flexibility and control but requires self-management.
Deploy an Azure Service Bus Topic Using ARM Template
Jan 24, 2024.
Deploying an Azure Service Bus Topic through the 'Deploy a Custom Template' method is simplified using an ARM template. Follow the steps to upload JSON files, configure parameters, and effortlessly create Azure resources.
Learn Azure Service Bus Queues
Oct 03, 2023.
The topic of the Service Bus Queue Trigger will be covered in this article.
Introduction to Azure Service Bus With C# Example
Feb 14, 2023.
Learn how to use Azure Service Bus to build scalable, reliable messaging solutions with C# examples. Get started with our introductory guide today.
How To Create Azure Service Bus And Queue In Microsoft Azure Portal
Jan 14, 2023.
Step by Step process to Create Azure Service Bus and a Queue from the Microsoft Azure Portal
How To Send Queue Message To Azure Service Bus Using ASP.Net Core MVC 6
Aug 28, 2022.
In this article, we will learn how to send message to azure service bus using ASP.NET core MVC 6. Before starting this, you can through below article link to understand service bus.
How To Create Azure Service Bus Using Azure Portal
Aug 23, 2022.
Azure Service Bus is a fully managed enterprise message broker with message queues and publish-subscribe topics (in a namespace).
Receiving Azure Service Bus Messages Using Queues
Apr 06, 2022.
Receiving Azure Service Bus Messages using Queues used by Enterprises
How to Send & Read Messages with Azure Service Bus Queues in Azure Functions
Jan 25, 2021.
Learn to efficiently manage message communication in Azure using Azure Functions. Discover how to send and read messages from Azure Service Bus queues seamlessly, leveraging the power of serverless computing for scalable and responsive message processing.
Getting Started With Azure Service Bus Queues And ASP.NET Core Background Services
Dec 15, 2020.
Begin using Azure Service Bus Queues with ASP.NET Core Background Services for efficient message processing. Configure message handlers, retry policies, and dead-letter queues, leveraging ASP.NET Core's dependency injection and Azure SDK for seamless integration.
Getting Started With Azure Service Bus Queues And ASP.NET Core - Part 1
Dec 07, 2020.
Explore the fundamentals of Azure messaging services, setting up queues, and leveraging the Azure SDK for . NET. Discover queue-based messaging techniques for reliable and scalable communication in cloud applications.
Creating Azure Service Bus Queues And Sending Messages To Queues
Nov 23, 2020.
Service buses facilitate decoupling of applications/services via messaging queues. Queues created through Azure Portal or Service Bus Explorer. Settings like Enable Sessions and Dead Lettering enhance functionality. Configuration via Microsoft.Azure.ServiceBus. SendMessageAsync method sends messages.
Abstracting Azure Service Bus And Azure Queues To Send Messages
Aug 13, 2019.
Abstracting Azure Service Bus and Azure Queues simplify message sending by providing high-level interfaces. This allows seamless integration with Azure's messaging infrastructure, enabling efficient communication, asynchronous processing, and scalability in cloud-based applications.
Overview Of Azure Service Bus - Relay
Oct 30, 2018.
This article explains about Azure Service Bus - Relay which has two entities Hybrid Connection and WCF Relay.
Microsoft Azure Service Bus Basics And Understanding Topics And Queues
Jun 10, 2016.
In this article, you will learn about Microsoft Azure Service Bus basics. You will also learn about Queues and Topics.
Deep Dive into Azure Storage Queue vs Azure Service Bus Queue
Aug 26, 2015.
This articles provides a deep dive into Azure Storage Queues vs Azure Service Bus Queues.
Everything You Need to Know About Azure Service Bus Brokered Messaging: Part 3
Jan 21, 2015.
In this article we will be looking at some of the advanced features and patterns for brokered messaging as well as security and best practices.
Building Event-Driven Microservices with .NET Aspire and Azure Service Bus
Jul 24, 2026.
Build resilient, scalable .NET microservices with Aspire & Azure Service Bus. Master event-driven architecture for robust distributed systems.
Designing Event-Driven Microservices with .NET and Azure Service Bus
Jul 23, 2026.
Design scalable .NET microservices with Azure Service Bus. Learn event-driven architecture, queues, topics, and best practices for resilient messaging.
Azure Service Bus Queues vs Topics
Jul 22, 2026.
Azure Service Bus Queues vs. Topics: Understand point-to-point vs. publish-subscribe messaging for scalable, decoupled cloud apps.
Azure Service Bus vs RabbitMQ: Choosing the Right Message Broker
Jul 21, 2026.
Compare Azure Service Bus vs RabbitMQ. Choose the right message broker for your application's architecture, infrastructure, and operational needs.
Dead Letter Queue in Azure Service Bus: From Concept to Production
Mar 05, 2026.
When building cloud-native solutions on Azure—especially event-driven or message-based systems—we rely heavily on asynchronous communication. Services publish messages, downstream services consume them, and the system scales independently.
Azure service bus integration with .NET 8 - Read & Write
Feb 12, 2026.
Explore Azure Service Bus integration with .NET 8. Learn to configure Service Bus and build a .NET Web API to seamlessly read and write queue messages. Master asynchronous messaging!
Event-Driven Architecture in ASP.NET Core Using RabbitMQ or Azure Service Bus
Nov 07, 2025.
Explore Event-Driven Architecture (EDA) in ASP.NET Core using RabbitMQ and Azure Service Bus. Build scalable, resilient, and responsive applications with asynchronous messaging.
Duplicate Message Detection for an Azure Service Bus
Jul 07, 2025.
Duplicate detection in Azure Service Bus prevents processing the same message multiple times by tracking MessageId within a configurable time window, improving system efficiency and ensuring reliable, error-free message handling.
Azure Service Bus Queues - The Microservices Powerhouse
Apr 11, 2025.
Unlock the power of seamless communication in microservices with Azure Service Bus Queues. Learn how this reliable messaging service enables decoupled, scalable, and resilient architectures, making it a vital tool for building modern distributed applications in the cloud.
Azure service bus queue with .net core and python
Oct 20, 2024.
This article demonstrates how to implement Azure Service Bus queues using both .NET Core and Python. It covers creating a message sender with a web API in .NET Core and a receiver using a console app.
Azure Service Bus through APIM and generating a SAS Token
Mar 21, 2023.
Azure Service Bus through APIM and generating a SAS Token.
Azure Service Bus implementation using .NET Core 6 and Queue Trigger to fetch messages
Jan 23, 2023.
Azure Service Bus implementation using .NET Core 6 and Queue Trigger to fetch messages.
What Is Azure Service Bus
Jan 19, 2023.
Message queues and publish-subscribe topics are features of the fully managed enterprise message broker Azure Service Bus (in a namespace). The following advantages are available when using Service Bus to decouple applications and services from one another:Distributing tasks among rival employees. Exchanging data and control across service and application boundaries in a secure manner. Coordinating transactional work that requires a high degree of reliability.
Azure Service Bus (Queue & Topic) Overview
Jan 12, 2022.
This article will help you to understand end to end implementation of Azure service bus 'Queue' and 'Topic'. Along with 'Queue' and 'Topic', this article also guide you how to use 'Service Bus Explorer'.
Messaging In Microsoft Azure Service Bus
Jun 03, 2021.
In this article, you will learn about messaging in Microsoft Azure Service Bus.
Integrating Dynamics CRM To Azure Service Bus
Dec 07, 2020.
Integrating Dynamics CRM with Azure Service Bus enables seamless communication, leveraging Azure's robust messaging capabilities for efficient data exchange, automation, and event-driven workflows, enhancing scalability, reliability, and real-time synchronization.
Azure Service Bus And Queue Implementation Using C#
Jul 27, 2020.
Implement Azure Service Bus and queue in C# for robust messaging and asynchronous communication in cloud applications. Utilize QueueClient for efficient message handling, ensuring scalability, reliability, and seamless integration in enterprise environments with .NET and Azure's powerful messaging infrastructure.
Microsoft Azure Service Bus-Topic
May 26, 2020.
In this article, you will learn about the Microsoft Azure Service Bus-Topic.
Working With Topic And Subscription - ​Azure Service Bus
May 15, 2019.
In this article, I have explained about Topic and Subscription in Azure Service Bus.
​Working With Queue - Azure Service Bus
May 14, 2019.
In this article, I have explained about Queue in Azure Service Bus.
Understand Azure Service Bus
May 13, 2019.
In this article, you will learn about the basics of Azure Service Bus.
Azure Service Bus Topic And Subscription (Pub-Sub)
Oct 29, 2018.
This articles explains about Azure Service Bus Topic and Subscription which is commonly known as pub-sub with read world scenario.
Azure Service Bus - Working With Queue In A Real World Scenario
Oct 26, 2018.
This article explains the real-world business requirement and how Azure Service Bus Queue helps to fulfill it.
Azure Service Bus Topics
May 07, 2018.
In my last article, I discussed Azure Service Bus Queue, which is basically a one to one communication. This article tells you how to work with Azure Service Bus Topics with a sample console application.
Azure Service Bus Queues
Dec 29, 2017.
From this article, you will learn how to work with Azure Service Bus Queues.
Getting Started With Azure Service Bus
Dec 26, 2017.
From this article you will learn an overview of Azure service bus and ow to create an Azure service bus namespace using the Azure portal
Azure Service Bus - Peek-Lock A Message From Queue Using Azure Logic Apps
Oct 26, 2017.
In this article, we will take a look at how you can peek-lock on a message from a Service Bus Queue without actually reading the message from the queue.
Azure Service Bus In .NET Core 2.0
Oct 24, 2017.
In this article, you will learn about Azure Service Bus In .NET Core 2.0.
Getting Started With Azure Service Bus
Aug 24, 2017.
It's communication engine which provides secure and reliable communication between components. It allows you to build applications and connect with different roles between Web and worker TL, you can use this for load labeling and or for decoupling where your web TS sent messages into a queue.
Deep Dive Into Azure Service Bus
Feb 01, 2017.
In this article, we will discuss Service Bus in Azure portal.
Windows Azure Service Bus
Apr 19, 2016.
In this article you will learn about Windows Azure Service Bus. With Azure Service Bus you can build cloud scale applications for the enterprise.
Send a Brokered Message to Azure Service Bus
Mar 14, 2015.
Here you will see how to send a Brokered Message to the Azure Service Bus.
Everything You Need to Know About Azure Service Bus: Part 2
Jan 20, 2015.
In this article you will learn the features and strengths of Service Bus Topics and Subscriptions which by now, you should know are different than Queues.
Everything You Need to Know About Azure Service Bus
Dec 09, 2014.
In this article, we will learn how to leverage Azure's Service Bus with Brokered messaging to distribute data among systems.
BizTalk 2013 and Windows Azure Service Bus
Aug 18, 2014.
This article exlains BizTalk 2013 and the Windows Azure service bus relative to managing administrative processes.
1
-
59
of
59
<<
1
>>
Search
OUR TRAINING
Discovery to Delivery
Employing the latest technologies, Over-C's capabilities include web and mobile development, software and database architecting as well as visual and UX design.