C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Saurav Kumar(12)
Khawar Islam(4)
Vijay Prativadi(4)
Pankajkumar Patel(4)
Ananya Desai(3)
Manoj Mittal(3)
John Charles Olamendy(3)
Niharika Gupta(2)
Debabrata Ghosh(2)
Shantha Kumar T(2)
Hari Lakkakula(2)
Riya Patel(2)
Prasad Phakade(2)
Rajesh Gami(2)
Sardar Mudassar Ali Khan (1)
Naimish Makwana(1)
Keyur Pandya(1)
Ayush Gupta(1)
Shankarrao Gedala(1)
Amit Mohanty(1)
Harunraseed Basheer(1)
Siddharth Vaghasia(1)
Dhairya Krishnat(1)
Nilanjan Dutta(1)
Jeeva Subburaj(1)
Asif Khan(1)
Guest User(1)
Logesh Palani(1)
Nilesh Sawardekar(1)
Anbu Mani(1)
Abhijeet Singh(1)
Suresh M(1)
Syed Shanu(1)
Bhushan Singh(1)
Sachin Pachori(1)
Prabhakar Maurya(1)
Reeta Singh Lodhi(1)
Satyapriya Nayak(1)
Suthish Nair(1)
Pradeep Chandraker(1)
Jesus Rodriguez(1)
Ashish Bhatnagar(1)
Pranav J.Dev(1)
Debendra Dash(1)
Bruno Leonardo Michels(1)
Max McCarty(1)
John Scofield(1)
Andrew Fenster(1)
John Schofield(1)
Nidhi Sharma(1)
Umer Farooq(1)
Tuhin Paul(1)
Parthiv Suthar(1)
Nagaraj M(1)
Rohit Gupta(1)
Divyesh Chauhan(1)
Darshan Adakane(1)
Krish Kanakiya(1)
Anto Benil(1)
Harsh Bhensawala(1)
Mohan Veer Singh(1)
Varun Setia(1)
Farrukh Rehman(1)
Ajay Narkhedkar(1)
Mominul Islam(1)
Vipin Mittal(1)
Aravind Govindaraj(1)
Resources
No resource found
Building Asynchronous Messaging Pipelines with MassTransit and RabbitMQ
Aug 03, 2026.
Build resilient, event-driven .NET apps with MassTransit & RabbitMQ. Decouple services, handle spikes, and ensure fault tolerance for high concurrency.
RabbitMQ vs Kafka: Choosing the Right Messaging Platform for Your Applications
Jul 07, 2026.
Compare RabbitMQ vs Kafka: Choose the right messaging platform for your application's needs, from reliable delivery to high-throughput event streaming.
Understanding NATS: Lightweight Messaging for Cloud-Native Systems
Jul 07, 2026.
Discover NATS: the lightweight, high-performance messaging system for cloud-native apps. Learn its core concepts, benefits, and use cases.
Modern CQRS and Messaging in .NET with Wolverine
Jun 30, 2025.
Learn how to use Wolverine, a powerful .NET message bus library, to handle commands, publish events, and schedule background tasks in a simple console app with zero boilerplate and full CQRS support.
Centralized Project Updates with Teams Messaging Extension
Jul 02, 2024.
Learn how to create a Microsoft Teams Messaging Extension to centralize project updates from multiple project managers into OneNote. From this article, we learn to set up a Power Automate flow to save messages directly to OneNote, providing a consolidated view of project updates for easy access and review.
RabbitMQ Messaging for .NET 8 Web API with Windows Client Part 2
Jun 04, 2024.
Learn how to integrate RabbitMQ with a WebApi and a Console application. Establish communication between the producer and consumer using RabbitMQ queues. Utilize RabbitMQ's features for asynchronous message passing, ensuring seamless data transmission between applications.
RabbitMQ Messaging for .NET 8 Web API with Windows Client Part 1
May 30, 2024.
RabbitMQ Messaging for .Net 8 WebAPI with Windows Client Part 1," introduces you to integrating RabbitMQ with a .Net 8 WebAPI and a Windows client application. Learn the fundamentals of setting up RabbitMQ, configuring your .Net 8 WebAPI for messaging, and establishing a Windows client to send and receive messages.
Understanding Azure Messaging Queue
May 30, 2024.
Explore the power of Azure Messaging Queue in this comprehensive guide. Learn how to leverage Microsoft's cloud computing platform for efficient message queuing, scalability, and building event-driven architectures.
How to Set Up One-Way WhatsApp Messaging Using Power Automate and Twilio?
Aug 01, 2023.
Configure one way whatsapp messaging using Power automate to Twillio
Send Push Notifications From .NET 6 Application To Firebase Using The Firebase Cloud Messaging API
Apr 07, 2023.
In this article, you will learn how to send push notifications from .NET 6 application to Firebase using the Firebase Cloud Messaging API.
Azure Messaging And Event Streaming Services - An Overview And Comparison With Kafka
Apr 04, 2023.
In this article, you will learn about Azure Messaging and Event Streaming Services: An Overview and Comparison with Kafka.
How To Create Action Based Messaging Extension As Teams App
Jan 31, 2022.
In this article, you will learn how to create action based messaging extension as teams app.
Messaging In Microsoft Azure Service Bus
Jun 03, 2021.
In this article, you will learn about messaging in Microsoft Azure Service Bus.
Build Search Based Messaging Extension With Microsoft Teams App
Jul 21, 2020.
In this article, we will learn how to build search query based messaging extension with Microsoft Team App with .Net Core
Build Action Based Messaging Extension With Microsoft Teams App
Jul 21, 2020.
In this article, you will see, how to create action based command messaging extension for Microsoft Teams App
Build A Link Unfurling Messaging Extension Using The Microsoft Teams App
Jul 21, 2020.
In this article, you will learn how to build a link unfurling message extension using .NET Core.
Fanout Async Messaging Design In Microservices Using RabbitMQ
Jun 01, 2020.
A prototype to demonstrate the fanout async messaging pattern using RabbitMQ to publish messages in multiple queues for different consumer to consume the same message.
Azure SignalR Messaging With .Net Core Console App Server And Client
Aug 15, 2018.
Real-time technologies are now part of every modern applications and SignalR is the most popular .net library to create real time scenarios. Recently Microsoft announced the public preview of Azure SignalR, a cloud based fully managed service to build real time application without worrying about capacity provisioning, scaling, or persistent connections. In this article, we are going to discuss about how to create .Net Core SignalR server console app to broadcast the messages to all the connected clients in real-time without using Asp.net Core SignalR Web App.
Azure Event Hub Messaging Using REST
May 31, 2018.
This article talks about how you can use REST to push messages in Azure Event Hub. This is vital in scenarios where the publisher is very thin, such as an IOT device
Asynchronous Messaging Using ASP.NET Core 2.0 Web API
Dec 21, 2017.
How to implement asynchronous messaging using ASP.NET Core Web API. Create an empty project and update the Startup class to add services and middleware for MVC.
Xamarin.Forms - Messaging App
Dec 14, 2017.
In this article, we are going to learn about messaging plugin and discuss how to use it in xamarin.forms application by using visual studio 2017 15.5
Introduction To Firebase Cloud Messaging (FCM)
Dec 08, 2017.
Firebase Cloud Messaging is a powerful API that lets you deliver messages reliably and independent of the platform you are developing on. With the help of FCM you can send notifications and messages to your client’s app. We can send instant messages of up to 4KB in size.
Xamarin Android - Google Firebase Cloud Messaging (FCM)
May 19, 2017.
In this article, you will create Android App Firebase Cloud Messaging.
Google Firebase Cloud Messaging (FCM) Push Notification Implementation In Android
Jul 13, 2016.
In this article, you will learn about Google Firebase Cloud Messaging (FCM) push notification implementation in Android.
Set Up Cloud Messaging Service In Android Studio: Part Four
Apr 27, 2016.
In this article you will learn how to set up Cloud Messaging Service In Android Studio.
Set Up Google Cloud Messaging Service In Android Studio: Part Three
Apr 19, 2016.
In this article you will learn how to set up Google Cloud Messaging Service In Android Studio.
Set Up PHP Form For Cloud Messaging Service In Google: Part Two
Apr 18, 2016.
In this article you will learn how to set up PHP Form for Cloud Messaging Service in Google.
Set Up Google Cloud Messaging Service For Android - Part One
Apr 12, 2016.
In this article you will learn how to set up Google Cloud Messaging Service in Google.
Implementing Extensible Messaging And Presence Protocol (XMPP) In Windows Phone
Oct 22, 2015.
In this article you will learn how to implement Extensible Messaging and Presence Protocol (XMPP) in Windows Phone.
Group Messaging For Samsung Gear Using MVC Web API And AngularJS
Oct 01, 2015.
In this article we see how to send Group Message from web server to Samsung Gear Smart watches.
Create Push Notifications Using Google Cloud Messaging PHP and MySQL in Android
Jan 13, 2015.
In this article you will learn how to create Push Notifications using Google Cloud Messaging PHP and MySQL in Android.
SMS Messaging Framework Using TWILIO API
Feb 14, 2013.
The article is about creating the SMS messaging framework to allow users to send a SMS message to their application subscribers using the Twilio REST API.
Send Message Using Windows 8 Messaging App
Jan 07, 2013.
In this article we are going to explain how to send a message using a messaging application in Windows 8.
Queue-Based Messaging in Windows Azure
May 17, 2012.
This article discuss various queue-based messaging solutions in Windows Azure. The queue-based solutions include using Windows Azure Queues and Windows Azure Service Bus Queues. It also provides solutions for optimizing the cost of transactions for queue-based messaging solutions.
Camera Capture Task in Windows Phone 7 via WCF Service Messaging
Feb 04, 2012.
In this article let’s learn one better concept in windows phone which communicates with WCF Service to retrieve some friendly message to user. Once this application is fully developed and deployed it enables to take photo using application with inbuilt camera. Later, can able to view the taken photo images.
Java messaging services
Oct 06, 2011.
it is a mechanism to send and receive messages between two java programs. The sender and receiver program might be a standalone program or web based.
WCF Messaging Layer
Feb 15, 2011.
This article helps to explain and list some basics of WCF Messaging Layer.
HTTP Duplex messaging in Silverlight 4
Jul 19, 2010.
In this article we will learn how we can implement PollingDuplex with MultipleMessagesPerPoll duplex mode.
Biztalk Messaging Services
Mar 27, 2008.
This article is intended to illustrate the concepts of mapping in Biztalk Server 2006.
Biztalk Messaging Services: Flat File Schema
Jan 21, 2008.
This article is intended to consolidate the principles of messaging in Biztalk Server 2006.
Biztalk messaging services, working with messages.
Oct 22, 2007.
This article is intended to illustrate the main concepts of messaging and the realization in Biztalk Server 2006 as a Message-Oriented Middleware (MOM) platform.
XML Messaging in WSE 2.0
Jan 15, 2004.
The WSE is an Add-on to the .NET Framework. It provides additional Web Services support mostly for the various Web Services Architecture (WSA) specifications. This technology represents specific functionalities that will increase the Web Services potentialities.
Restrict @channel Mentions In Microsoft Team Messaging
Jan 19, 2022.
In this article, you will learn how to block or restrict the @channel mentions in Chat messaging for particular Microsoft Team.
Restrict @team Mentions In Microsoft Team Messaging
Jan 13, 2022.
How to block or restrict the @team mentions in Chat messaging for particular Microsoft Team
J2EE Application Architecture With Messaging
Nov 12, 2020.
In this article, you will learn about a J2EE Application Architecture with Messaging.
Firebase Cloud Messaging
Jul 23, 2016.
In this article, you will learn about Firebase Cloud Messaging.
Push Notification To Android Mobile Using GCM (Google Cloud Messaging)
Mar 16, 2016.
In this article you will learn Push Notification to Android Mobile using GCM (Google Cloud Messaging).
Messaging System in WPF
May 28, 2015.
This article explains the Messaging System in WPF.
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.
Messaging Between Threads using Message Loop in VB.NET
Nov 10, 2012.
MessageLoopLib is a stripped down version of a complete, threading communication subsystem I’ve written. This implementation is a single thread created in the GUI constructor. I’ve dropped all thread management and have had to change some of the message code to accommodate this.
Working With Themes in Windows Phone 7 Via WCF Service Messaging
Feb 26, 2012.
Today, in this article let’s dig out another area of a Windows Phone section, whereby communicating with a WCF Service to get a pop up message.
Vibration in Windows Phone 7 Via WCF Service Messaging
Feb 25, 2012.
Today, in this article let’s learn another good concept in Windows Phone whereby communicating with a WCF Service to get some pop up message.
Splash Screen in Windows Phone 7 Via WCF Service Messaging
Feb 18, 2012.
Today, in this article let's play around with one more interesting concept in Windows Phone whereby communication with a WCF Service is used to get a message after the phone's main screen is displayed.
WCF: Reliable Messaging
Jan 31, 2011.
In this article, I will explain what reliable messaging is and how it’s implemented in a WCF web service.
Messaging between Threads using Message Loop
Aug 20, 2001.
MessageLoopLib is a stripped down version of a complete, threading communication subsystem Ive written. This implementation is a single thread created in the GUI constructor. Ive dropped all thread management and have had to change some of the message code to accommodate this.
Demystifying Apache Kafka Partitions: The Engine Behind Scalable Event Streaming
Aug 04, 2026.
Unlock Kafka's power! Learn how partitions enable scalable event streaming, parallelism, fault tolerance, and strict message ordering.
Why Enterprise Applications Prefer Apache Kafka Over Traditional Distributed Message Brokers
Aug 01, 2026.
Discover why Apache Kafka is the enterprise standard for event streaming, surpassing traditional brokers with its scalability, durability, and replayability.
Implementing the Outbox Pattern in ASP.NET Core for Reliable Event Publishing
Jul 31, 2026.
Ensure reliable event publishing in ASP.NET Core with the Outbox Pattern. Atomically save data & events, preventing loss during broker outages.
Event-Driven Architecture in .NET Using RabbitMQ
Jul 31, 2026.
Build production-ready .NET event-driven architectures with RabbitMQ. Learn core concepts, implementation, and testing for scalable, resilient 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.
Using Rebus Deferred Messages for Background Processing in .NET
Jul 19, 2026.
Replace polling with Rebus deferred messages for efficient .NET background processing. Schedule tasks precisely and improve observability.
Apache Pulsar vs Kafka: Comparing Modern Event Streaming Platforms
Jul 07, 2026.
Compare Apache Pulsar vs Kafka for event streaming. Explore architecture, scalability, multi-tenancy, geo-replication, and use cases.
Retries, DLQs, and Poison-Message Handling in Enterprise LangGraph RAG
Jul 03, 2026.
Master AI resilience in LangGraph RAG with Retries, DLQs, and Poison-Message Handling for robust enterprise AI systems.
SQL Server Performance Tuning Techniques for Modern Applications
Jun 05, 2026.
Learn how to build scalable background services using .NET Worker Services. Process queues, run scheduled jobs, and create reliable cloud-native applications.
Microservices Communication Patterns Every Developer Should Know
Jun 05, 2026.
Learn the most important microservices communication patterns including REST, gRPC, messaging, event-driven architecture, Saga, and API Gateway patterns.
Amazon SQS Explained: Building Reliable Message Queues
Jun 03, 2026.
Learn Amazon SQS with real-world examples. Understand Standard Queues, FIFO Queues, Dead Letter Queues, and build reliable message-driven applications.
How to send inline image in MS Teams message using Power Automate
May 25, 2026.
Learn how to embed images directly in Microsoft Teams messages using Power Automate! This tutorial uses SharePoint and the MS Teams HTTP action for inline images. No more URLS!
What is Event-Driven Architecture and How Does it Work with Message Brokers?
Apr 20, 2026.
Discover Event-Driven Architecture (EDA) and its synergy with message brokers for scalable, real-time applications. Learn how it enhances flexibility and performance.
How to Design a Scalable Notification System for Large Applications?
Apr 20, 2026.
Learn how to design a scalable notification system for large apps! Ensure fast, reliable delivery via SMS, email, & push. Handle millions of users efficiently.
What is HMAC Authentication and How Does It Secure APIs?
Apr 17, 2026.
HMAC authentication secures APIs by verifying data integrity and authenticity using a secret key and hashing. Prevent tampering and unauthorized access effectively.
How to Implement the Outbox Pattern in .NET for Microservices
Apr 09, 2026.
Ensure reliable message delivery in .NET microservices with the Outbox Pattern. Learn how to implement it using ASP.NET Core, EF Core, and background services for data consistency.
RabbitMQ vs Kafka
Apr 07, 2026.
RabbitMQ vs Kafka: Understand their architectural differences, message flow, and use cases. Choose the right tool for your messaging needs, from microservices to big data.
How to Implement Message Queues Using Apache Kafka in Distributed Systems
Mar 17, 2026.
Implement message queues in distributed systems using Apache Kafka. Improve scalability, reliability, and performance with asynchronous communication. Learn producers, topics, and consumers.
How to Implement Message Queues in Distributed Systems?
Mar 09, 2026.
Discover how message queues enhance distributed systems by enabling asynchronous communication, boosting scalability, reliability, and performance. Learn key implementation steps.
Amazon Simple Queue Service (SQS)
Mar 05, 2026.
Amazon SQS: A fully managed message queue service for decoupling microservices and enabling reliable asynchronous communication in AWS. Boost scalability!
Amazon Simple Notification Service (SNS)
Mar 05, 2026.
Amazon SNS: A fully managed pub/sub messaging service for sending notifications to multiple subscribers simultaneously. Ideal for decoupling services and event notifications.
How to Implement Message Queues in Distributed Applications?
Mar 06, 2026.
Discover how message queues enhance distributed applications! Learn about asynchronous communication, improved scalability, and reliable messaging for robust systems.
What Is Event-Driven Architecture and How Does It Improve System Scalability?
Mar 06, 2026.
Discover event-driven architecture: a design pattern for building scalable, responsive systems. Learn how it improves performance and resilience in modern applications.
MoltMatch AI Dating: What it is and How AI agents swipe and message for you
Mar 02, 2026.
Learn what MoltMatch is and how AI-agent dating works, plus the real risks, safeguards, and best practices for consent, trust, and safety.
How to Use Event-Driven Architecture in .NET for Scalability
Feb 20, 2026.
Explore Event-Driven Architecture (EDA) in .NET for building scalable and responsive applications. Learn how to implement EDA with message brokers and microservices.
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 Explained for Beginners
Feb 06, 2026.
Learn Event-Driven Architecture (EDA) with a simple C# example. Discover how it decouples services, improves scalability, and enables real-time communication. Explore message brokers like Azure Service Bus for robust, distributed systems.
How to Send a Microsoft Teams Channel Message with @Mention Using Power Apps (Without Power Automate)
Feb 04, 2026.
Learn how to send Microsoft Teams channel messages with @mentions directly from Power Apps, bypassing Power Automate. A simple, code-driven approach for enhanced notifications!
How to Send and Receive Messages from Azure Queue Storage using .NET Client Library?
Jan 29, 2026.
Learn how to send and receive messages from Azure Queue Storage using the .NET client library. This tutorial covers resource creation, role assignment, and .NET code.
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.
Understanding RabbitMQ in Real-World .NET Systems: Why, When, and How to Use It
Jan 21, 2026.
Unlock resilient .NET systems with RabbitMQ! Learn how to decouple services, handle failures gracefully, and improve performance with practical C# examples. A senior engineer's guide.
Event-Driven Architecture in .NET Core Using RabbitMQ
Jan 20, 2026.
Build scalable .NET Core apps with Event-Driven Architecture (EDA) using RabbitMQ. Learn asynchronous communication, message queuing, and best practices for resilient systems.
How to Send and Retrieve Events from Azure Event Hubs using .NET Client Library?
Jan 20, 2026.
Learn how to send and retrieve events from Azure Event Hubs using the .NET client library. Create resources, assign roles, and build a .NET console app.
How to route events to custom endpoint with Azure Event Grid using .NET Client Library?
Jan 15, 2026.
Learn how to route events to custom endpoints with Azure Event Grid using the .NET client library. Create resources, configure topics, and send events!
How Do Microservices Communicate in .NET 10?
Jan 10, 2026.
Explore .NET 10 microservices communication: REST, gRPC, and message queues. Learn when to use each for scalable, resilient systems. Boost performance!
Claim Check Architecture
Dec 29, 2025.
Share large data efficiently between applications using Claim Check Architecture. Learn how to decouple payload storage from message transmission for scalability.
🧱 Lesson 7 - Message Queues with RabbitMQ
Dec 22, 2025.
Master asynchronous communication in .NET using RabbitMQ! Learn to implement message queues for improved performance and scalability in your microservices architecture.
Exception Handling in ASP.NET Core
Dec 05, 2025.
This article provides a complete, easy-to-understand, and professional guide to Exception Handling in ASP.NET Core. It explains what exceptions are, why proper error handling is important, and how to implement try–catch, global exception middleware, built-in error handling, custom exception filters, structured ProblemDetails responses, validation errors, and logging using best practices. Ideal for beginners and experienced .NET developers, this article teaches how to build stable, secure, and production-ready applications with proper exception handling techniques.
Implementing the Outbox Pattern in ASP.NET Core for Reliable Message Delivery
Nov 13, 2025.
Ensure reliable message delivery in ASP.NET Core with the Outbox Pattern. Learn how to implement it using EF Core and RabbitMQ/Kafka for robust microservices.
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.
ASP.NET Core Microservices gRPC Message Brokers Architecture Guide (Part- 39 of 40)
Oct 22, 2025.
Master ASP.NET Core microservices architecture using gRPC and message brokers! This comprehensive guide covers everything from fundamentals to advanced patterns with real-world examples, including service communication, distributed systems, and cloud-native deployments. Learn to build scalable, resilient applications with Docker, Kubernetes, and RabbitMQ. Explore security, observability, and more!
🔥 Send Push Notifications via Google Firebase v1 API using .NET Core
Oct 14, 2025.
Learn how to send push notifications from a .NET Core Web API using the Firebase Cloud Messaging (FCM) v1 API. This tutorial provides a step-by-step guide, covering service account setup, OAuth2 authentication, and API integration. Enhance your applications with real-time engagement using this secure and efficient method. Replace legacy FCM keys with modern OAuth2 tokens for enterprise-grade notification delivery. Includes code snippets and troubleshooting tips.
Events LifeCycle and its Benefits
Oct 11, 2025.
Explore the event lifecycle in software architecture, from event creation and publishing to processing and completion. Understand how event-driven architecture is used in microservices, cloud-native platforms, and real-time applications. Learn best practices for making events global and reusable, including defining clear schemas, using global event buses, standardizing versioning, and leveraging the publish-subscribe pattern for enhanced system decoupling and scalability.