Resources  
  • Event-Driven CQRS with C# 14 and the SQL Outbox PatternMay 15, 2025. Learn how to implement a reliable event-driven CQRS microservice using the SQL Outbox Pattern with C# 14. Ensure strong consistency, transactional event publishing, and fail-safe asynchronous processing for scalable distributed systems.
  • How to Use Amazon SQS for Message QueuingMar 10, 2025. In this article, we will learn how to use Amazon Simple Queue Service (SQS) to send, store, and receive messages between application components.
  • iOS 18 Release: New Features and EnhancementsJan 10, 2025. Apple's iOS 18, launched on September 16, 2024, introduces groundbreaking features like app locking, eye control, satellite messaging, and enhanced AI, redefining personalization, security, and productivity for iPhone users.
  • Implement the Mediator Pattern in a .NET Web APIDec 17, 2024. Learn how to implement the Mediator Pattern in a .NET Web API using the MediatR library. This design pattern reduces tight coupling between components by centralizing communication through a mediator.
  • SQS Message Polling using C#Dec 15, 2024. This article explores integrating Amazon Simple Queue Service (SQS) with C# applications, covering essential concepts like long polling, receiving messages, and using the AWS SDK for .NET.
  • NATS Message Queue AuthenticationDec 11, 2024. How to set Authentication and Authorisation in the NATS Message Queue. Explore NATS authentication techniques, including Username/Password, Tokens, NKEY, JWT, and custom methods. Understand security hierarchies and implementation practices.
  • Transactional Outbox PatternDec 07, 2024. The Transactional Outbox Pattern ensures data consistency in distributed systems by storing events in an outbox table within the database. It simplifies reliable messaging, enabling seamless communication between microservices while avoiding the complexity of two-phase commits.
  • Receive Incoming Message in Twilio using Power AutomateNov 30, 2024. This article explains how to set up Twilio webhooks, configure Power Automate flows, and automate SMS workflows for efficient message handling. Simplify communication with this step-by-step tutorial.
  • Azure Function to Read Incoming Message in TwilioNov 27, 2024. Learn how to create an Azure Function that reads incoming SMS messages from Twilio. This tutorial covers the setup of Azure Functions, integrating with Twilio's API, and processing incoming messages using webhooks.
  • What is New in Android 15?Nov 21, 2024. Android 15, codenamed Vanilla Ice Cream, launched with innovative features like Private Space, enhanced satellite messaging, Partial Screen Recording, and robust security updates. Revolutionizing multitasking, privacy, and connectivity!
  • Understanding Write-Debug, Write-Verbose, and Write-HostNov 10, 2024. In PowerShell, Write-Debug, Write-Verbose, and Write-Host serve different purposes for output. Write-Debug is used for debugging, displaying messages when the $DebugPreference is set. Write-Verbose provides detailed information when $VerbosePreference is set.
  • Learn Protocol Buffers in gRPCOct 30, 2024. This content explores how Protobuf enables efficient data serialization, improves API performance, and provides structured messaging, making it ideal for scalable microservices.
  • Generate Originator for Outlook Actionable Message Adaptive CardSep 20, 2024. Learn how to generate an originator for Outlook actionable messages using adaptive cards. This guide covers step-by-step instructions for setting up and customizing the originator, enhancing your Office 365 emails with actionable content.
  • How to Create a Custom Message Box in Windows Form ApplicationAug 28, 2024. Learn how to create a custom message box in a Windows Forms application using C#. This step-by-step guide covers everything from designing the message box to implementing it in your WinForms project.
  • Quiet Times in Real-time Marketing Dynamic 365Aug 23, 2024. Quiet times in Dynamics 365 Customer Insights manage customer communication by pausing messages during specified periods. You can set weekly schedules and special dates for each channel, like email or SMS. This ensures messages are only sent during active periods and optimizing communication.
  • How ChatGPT Solves Coding ProblemsAug 22, 2024. ChatGPT revolutionizes coding by assisting with debugging, generating code snippets, optimizing performance, and learning new programming concepts. It helps solve complex problems, supports collaboration through code reviews, and facilitates knowledge sharing.
  • Error handling in Transact-SQL (T-SQL) Jul 13, 2024. Effective error handling in T-SQL (Transact-SQL) is vital for managing unexpected issues in database operations. Using TRY-CATCH blocks, RAISEERROR, and error functions like ERROR_MESSAGE and ERROR_NUMBER, developers can catch and handle errors gracefully.
  • Exploring Formula-level Error Management in PowerAppsJul 03, 2024. In this article, we explore Formula-level Error Management in PowerApps. Learn how to enable this feature and improve app usability by creating custom errors and gathering valuable error information. Understand how to use the Error function, manage specific error types, and utilize FirstError for better error handling.
  • Centralized Project Updates with Teams Messaging ExtensionJul 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.
  • Status Messages in Microsoft Teams for Effective CommunicationJun 27, 2024. Learn how Microsoft Teams' status messages boost team collaboration by indicating availability and activities. Customize messages for clarity and update regularly to streamline communication and minimize disruptions.
  • Essential Tools and Technologies for Project LeadersJun 06, 2024. Essential tools for project leaders include project management software like Trello, communication tools such as Slack, task automation platforms like Zapier, data analytics tools such as Tableau, and document management systems like Google Drive.
  • RabbitMQ Messaging for .NET 8 Web API with Windows Client Part 2Jun 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.
  • Integrating .NET Core API with WhatsApp for Push NotificationJun 03, 2024. Learn how to integrate .NET Core API with WhatsApp API to send push notifications and enhance user engagement with real-time messaging.
  • RabbitMQ Messaging for .NET 8 Web API with Windows Client Part 1May 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 QueueMay 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.
  • Real-time Streaming with .NET Core and KafkaMay 30, 2024. Unlock real-time data processing potential with .NET Core and Kafka, leveraging event-driven architecture for seamless integration. Scale effortlessly, harnessing Kafka's pub/sub messaging and stream processing capabilities for agile application development.
  • 554 5.2.2 mailbox full Error May 20, 2024. Encountering a 554 5.2.2 mailbox full error can disrupt email communication. This SMTP error occurs when the recipient's mailbox reaches its storage limit, preventing further message delivery.
  • Integrating Azure Service Bus with .NET ApplicationsMay 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 SubscriptionApr 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. RabbitMQApr 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.
  • Difference Between Kafka vs RabbitMQMar 26, 2024. Apache Kafka is an open-source platform built for handling real-time data streams efficiently. RedditMQ does not exist as a real technology or platform but could hypothetically refer to a messaging system tailored to Reddit's communication and interaction mechanisms.
  • A Comprehensive Guide to Utilizing the MQTT ProtocolMar 26, 2024. MQTT, also known as Message Queuing Telemetry Transport, is a messaging protocol specifically designed for efficient communication between devices in constrained environments. It is particularly useful in scenarios where network bandwidth and device resources are limited.
  • Effective Communication Between Executable Files Using Shared MemoryMar 18, 2024. In a WPF (Windows Presentation Foundation) application, inter-process connectivity typically involves communication between different components or modules within the same application or between separate WPF applications running on the same system or across different systems.
  • How to Generate a Popup Message Box in Power AppsFeb 16, 2024. This article guides us through implementing a popup message box in Power Apps for deleting gallery items. A standard gallery with a delete button is used. Clicking it triggers a confirmation alert. 'Delete' removes the item, 'Cancel' dismisses.
  • Develop a Customized MessageBox in .NET MAUIFeb 12, 2024. A message box, also known as a dialog or alert box, serves various functions within software applications, each with specific requirements aimed at improving user interaction
  • How to Develop a Custom Message Box in .NET 6,7,8 for WPF?Jan 18, 2024. As used in software development, the term "custom message box" describes a dialog box or pop-up window that is created and implemented with unique features, looks, and functionality instead of depending on the built-in or operating system-provided standard message box.
  • Publish and Subscribe Messages using VM Connector in MuleSoftDec 28, 2023. In this article, you will learn how to publish and subscribe messages using VM Connector in the MuleSoft application. In this sample, we will exchange the message from one mule flow to another mule flow, and the message will be passed from the postman.
  • Display Loading or Processing Message Inside DataTableNov 27, 2023. displays a loading screen while data is being loaded into a DataTable using JavaScript, you can use a combination of HTML, CSS, and JavaScript. Below is a simple example demonstrating how you can achieve this using the DataTables library and a loading spinner.
  • Learn to Receive Messages from Service Bus Queue to PostmanNov 20, 2023. Learn to Receive Messages from the Service Bus Queue to the Postman. This article provides a detailed walkthrough on configuring permissions for Azure Service Bus to enable message retrieval using Postman. It commences with an introduction to configuring permissions for the Service Bus. Subsequently, it outlines the steps for receiving messages via Postman.
  • How to set up Service Bus Queue Messages using Service Bus ExplorerNov 15, 2023. In this article, we will learn to Setup Service Bus Queue Message using Service Bus Explorer.
  • How to Trigger Service Bus using Azure Function?Nov 15, 2023. In this article, we will learn how to trigger service bus queue using azure function.
  • Send Messages from Postman to Service BusNov 15, 2023. Learn to Send Messages from Postman to Service Bus
  • New Features of Rust 1.73Nov 02, 2023. Rust 1.73 is a major release that includes a number of new features and improvements, such as impl Trait syntax, generic associated types, and improved borrow checker performance. These changes make Rust more expressive, efficient, and user-friendly.
  • What Is Number Pool In Twilio?Oct 06, 2023. Twilio has emerged as a pivotal player, providing a powerful platform that enables businesses and developers to integrate messaging, voice, and video into their applications. One of the essential components of Twilio's arsenal is the concept of a "Number Pool." In this article, we will delve into the world of Twilio's Number Pool, understanding what it is, why it's important, and how businesses can leverage it for their communication needs.
  • Sending Messages with RabbitMQ in .NET CoreSep 11, 2023. Here we will learn how to use RabbitMQ for sending message in dotnet core
  • How to Send Teams Messages with Mentions/Tag a User in Power Automate?Sep 08, 2023. Unlock the full potential of Microsoft Teams and Power Automate by learning how to send messages with mentions or tag users in your workflows. Discover the step-by-step process to automate communication, streamline collaboration, and keep your team informed in real time.
  • Real-time Communication with WebSocket Protocol in ASP.NET CoreSep 04, 2023. This example provides a foundational structure for real-time communication in ASP.NET Core using WebSockets. You can expand upon this foundation to create more complex real-time applications, such as chat rooms, notifications, or collaborative editing tools, by adding features like authentication, user management, and message persistence.
  • How To Display Alert Message In React.jsAug 24, 2023. How to Display Alert Message in React.js is a concise guide that walks you through the process of implementing alert messages or notifications in your React.js application. With this guide, you'll learn how to effectively communicate important information to users in a user-friendly manner.
  • How to Set Up Twilio WhatsApp API?Aug 01, 2023. Learn how to set up a Twilio account and sandbox environment for sending WhatsApp messages. An easy step-by-step guide is provided.
  • 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
  • Message Panes and Confirm Panes in Advance JFCJul 11, 2023. Of all the options panes, the easiest option pane to create is a message pane. And Confirm pane is slightly different from the message option pane. This type of pane is used to request a decision from the user.
  • What is BIMI?Jul 05, 2023. BIMI, short for Brand Indicators for Message Identification, is an email authentication standard that allows organizations to display their brand logos alongside authenticated email messages. It builds upon existing email authentication protocols like DMARC (Domain-based Message Authentication, Reporting, and Conformance) and leverages the Verified Mark Certificate (VMC) system to validate the ownership and authenticity of a brand's logo.
  • Confluent Apache Kafka Registration PaaS ServicesMay 01, 2023. Kafka is managed and monitored through Confluent Control Center, a GUI-based solution. You can create, amend, and manage connections to other systems, as well as administer Kafka Connect, with ease. Additionally, it enables you to keep an eye on data streams going from the producer to the consumer, guaranteeing that each message is sent and timing the delivery of messages. Without writing a single line of code, you can use Control Center to construct a production data pipeline based on Kafka. Control Center also provides the ability to create warnings based on the latency and completeness statistics of data streams, which may be sent via email or accessed via a centralized alerting system.
  • Processing & Handling multiple messages from WebHookApr 28, 2023. When we try to process a message from webhook, and do we need to process the message in queue or priority queue should be processed first
  • Send Push Notifications From .NET 6 Application To Firebase Using The Firebase Cloud Messaging APIApr 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 KafkaApr 04, 2023. In this article, you will learn about Azure Messaging and Event Streaming Services: An Overview and Comparison with Kafka.
  • How To Create Node Red Flow For MQTT Message PublishApr 04, 2023. In this article, you will learn how to create node red flow for mqtt message publish.
  • How To Use MQTT Client In .Net 7Mar 31, 2023. In this article, you will learn how to use MQTT Client in .Net 7.
  • How To Send Microsoft Teams Self-Message Using Graph SDKMar 19, 2023. Learn how to send Microsoft Teams self-messages using Graph SDK in a .NET 6 console application with this step-by-step tutorial.
  • Power Automate Flow To Post Scheduled Message In Microsoft TeamsFeb 27, 2023. In this blog post, we will discuss the process of scheduling messages in Microsoft Teams using Power Automate.
  • How to Send SMS Messages Directly from Your WebsiteFeb 26, 2023. Learn how to send SMS messages directly from your web application without relying on third-party services or APIs. In this tutorial, we'll show you how to integrate SMS functionality into your website using simple, straightforward code. Improve your communication with users and streamline your messaging process with this step-by-step guide.
  • Azure Service Bus implementation using .NET Core 6 and Queue Trigger to fetch messagesJan 23, 2023. Azure Service Bus implementation using .NET Core 6 and Queue Trigger to fetch messages.
  • WhatsApp Message Using CommandLineJan 10, 2023. In this article, you will learn about WhatsApp Message Using CommandLine.
  • Use Of Invoke Workflow File And Arguments In UiPath Dec 22, 2022. Simple explanation of Invoke Workflow File activity and use of Arguments in UiPath
  • Apache Kafka Introduction, Installation, And Implementation Using .NET Core 6Dec 12, 2022. In this article, you will learn about Apache Kafka Introduction, Installation, and Implementation Using .NET Core 6.
  • Adding Branch Name In The Commit Message Automatically Using Git HooksDec 01, 2022. In this article, you will learn how to create a hook in git in order to include the branch name in the commit message automatically
  • Apache Kafka Basics And ArchitectureNov 28, 2022. In this lesson we learn basics of Apache Kafka, its Architecture and use cases and Setting up Kafka on a windows System
  • Function To Show Error Message Using jQueryNov 02, 2022. In this article, you will learn about input validation using Javascript at the bottom of input field.
  • How To Display Alert Message In Vue.jsSep 27, 2022. In this article, I will guide you through the process of adding alert message in Vue.js.
  • Pushing Messages To Azure ServiceBus Queue From Azure PipelineAug 29, 2022. This is about pushing payloads to azure services bus queue from any pipeline using powershell script
  • How To Send Queue Message To Azure Service Bus Using ASP.Net Core MVC 6Aug 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.
  • What Is DMARC ? | Why DMARC Is Important ? | Understanding DMARC RecordsAug 15, 2022. In this article we will learn about DMARC, why it is important for email, and also how to get the best understanding of DMARC records.
  • MQTT Vs AMQP - A Basic ComparisonAug 02, 2022. In this article, we will compare the fundamental differences between MQTT and AMQP.
  • Microservice Architecture, Its Design Patterns And ConsiderationsJul 25, 2022. This article is about microservices architecture and its comparison with monolith, as well as design patterns that are important, and benefits and drawbacks.
  • RabbitMQ Message Queue Using .NET Core 6 Web APIJul 25, 2022. In this article, you will learn about RabbitMQ Introduction and Implementation using .NET Core 6 Web API.
  • Getting Started With MassTransit And RabbitMqJul 19, 2022. MassTransit provides a layer of abstraction over the most commonly used message broker services. In this article, we will explore how to use MassTransit with RabbitMq.
  • Create Random Text Action In Desktop Flow Using Microsoft Power AutomateJun 28, 2022. Reading this article, you can learn how to Create random text Action in Desktop flow using Microsoft Power Automate.
  • Random Number Action in Desktop flow using Microsoft Power AutomateJun 24, 2022. Reading this article, you can learn how to use Random Number Action in Desktop flow using Microsoft Power Automate.
  • Display Message Action In Desktop Flow Using Microsoft Power AutomateJun 22, 2022. Reading this article, you can learn how to Display Message in Desktop flow using Microsoft Power Automate.
  • Receiving Azure Service Bus Messages Using QueuesApr 06, 2022. Receiving Azure Service Bus Messages using Queues used by Enterprises
  • How To Block Bot To Post Messages In Channel In MS TeamsFeb 07, 2022. How to block bot to post messages in Channel in MS Teams
  • How To Create Action Based Messaging Extension As Teams AppJan 31, 2022. In this article, you will learn how to create action based messaging extension as teams app.
  • Restrict @channel Mentions In Microsoft Team MessagingJan 19, 2022. In this article, you will learn how to block or restrict the @channel mentions in Chat messaging for particular Microsoft Team.
  • How To Create A Popup Message Or Alert Box In PowerAppsJan 18, 2022. In this article, we will see how to create a simple popup in PowerApps.
  • Restrict @team Mentions In Microsoft Team MessagingJan 13, 2022. How to block or restrict the @team mentions in Chat messaging for particular Microsoft Team
  • Restrict Owners From Deleting Chat Messages In TeamJan 11, 2022. How to block or restrict the team owners from deleting the messages from the Microsoft Team Chat for particular Team
  • Restrict Members From Deleting Chat Messages In TeamJan 10, 2022. How to block or restrict the team members from deleting their own messages from the Microsoft Team Chat for particular Team
  • Restrict Members From Editing Chat Messages In TeamJan 08, 2022. How to prevent or users/members from changing their own messages in Microsoft Team Chat for the particular Team
  • Asynchronous RPC Communication Using RabbitMqDec 06, 2021. This article provides a walk-through for creating an Asynchronous RPC communication between two applications using RabbitMq
  • Send Push Notification To Android Device From .Net Core Web APISep 17, 2021. In this article, you will learn about how to send push notifications to android devices using FCM from .Net Core Web API. You will also learn how to create a Firebase project and get Server Key and Sender ID step by step. Our main focus is how to handle send notification functionality at API side.
  • Business Rules With Actions Lock, Unlock And Show Error MessageAug 11, 2021. In Dynamics 365 CRM or Power Platform, Business rules provide a quick way of applying business conditions every business rule starts with a condition. In this article we are going to see about 2 Actions Lock/Unlock and Show Error Message with a business scenario on contact entity if Vaccination is done, then lock discount field and if Vaccination is not done and when user tries to enter discount more than 50% then an error message will be shown to the user that maximum discount cannot exceed 20 % else no discount.
  • Sending Teams Message To Any User From A Specific User From PowerAutomateAug 04, 2021. In this article, we will learn how to send teams message to any user from a specific user(service account) from Power Automate.
  • RabbitMQ With ASP.NET Core - Microservice Communication With MassTransitJun 21, 2021. Learn how to establish communication between microservices using RabbitMQ and MassTransit in ASP.NET Core. Understand the concepts of message brokers, RabbitMQ setup, and advantages. Configure MassTransit using NuGet packages, create publisher and consumer components and test the application for message delivery.
  • Teams Application Testing With NgrokJun 14, 2021. This article explains how ngrok can be used for Teams App development.
  • Messaging In Microsoft Azure Service BusJun 03, 2021. In this article, you will learn about messaging in Microsoft Azure Service Bus.
  • What Is Java Message Service (JMS)Mar 01, 2021. In this article, you will learn about Java Message Service (JMS).
  • How to Send & Read Messages with Azure Service Bus Queues in Azure FunctionsJan 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 ServicesDec 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.
  • Using Message Queues In C#Dec 14, 2020. In this article, Learn how to implement message queues for asynchronous communication in C# using the System. Messaging namespace, specifically focusing on MSMQ (Microsoft Message Queuing).
  • Road To AZ-204 - Developing Message-Based SolutionDec 11, 2020. Embark on the journey towards AZ-204 certification by mastering message-based solutions in Azure. Explore Azure Service Bus, Azure Queues, and message queueing techniques for efficient message processing and cloud development, paving the way for your Azure Developer Certification.