AWS with .NET Interapplication Messaging Tutorials



How to Create Amazon SES Email Identities and Contact Lists Using the AWS CLI

Learn how to create and verify Amazon SES email identities and manage contact lists using the AWS CLI. Step-by-step commands for developers using SES.


Introduction to Amazon Simple Email Service (SES) with .NET

Learn Amazon Simple Email Service -- SES. Amazon SES is a cloud-based email service that can integrate into any application to generate single emails like order invoices and account confirmations as well as high volume marketing campaigns.


Using Amazon Simple Email Service (SES) to Send Bulk Emails with .NET

Learn how to send bulk templated emails with Amazon SES using .NET and the AWS SDK. Build contact lists, create SES templates, and send newsletters with C#.


Using Amazon Simple Email Service (SES) to Send Single Emails with .NET

Learn how to send single emails with Amazon Simple Email Service (SES) using .NET and the AWS SDK. Includes C# code examples and a simple implementation.


How to Implement the Pub/Sub Pattern with .NET, Amazon SNS and CloudEvents

Learn how to implement the Pub/Sub pattern using .NET, Amazon SNS, Amazon SQS and CloudEvents. Understand how SNS, as a managed service, offers scalability.


Create an SQS Queue and an SNS Topic and Subscription using the AWS CLI

An in-depth tutorial on using AWS CLI to create an SQS Queue and an SNS Topic and Subscription. Learn how to set up your AWS SNS and AWS SQS infrastructure.


Create an AWS SQS Queue from the Console

Learn to create an Amazon Simple Queue Service (SQS) Queue from the console through this comprehensive tutorial.


Create a Simple .NET Application to Consume an Amazon SQS Queue

Learn to create a simple .NET application to consume an Amazon SQS queue. This detailed guide includes setting up .NET SDK, AWS IAM, SQS SDK and consuming SQS messages.


Creating a Simple .NET Amazon SQS Message Producer Application

Learn to create a .NET Amazon SQS Message Producer Application. Explore interapplication messaging, AWS IAM, .NET SQS SDK, and the SendMessageAsync method.


Simple Interapplication Messaging with .NET and Amazon Simple Queue Service

Explore interapplication messaging with .NET and AWS Simple Queue Service (SQS) to create and configure a highly available, loosely coupled queue service.


Developing .NET Core Applications for Apache Kafka and Amazon MSK

Tutorial on Developing .NET Core Applications for Apache Kafka and Amazon MSK. Learn how to build high performance, real-time streaming data pipelines and apps.


How to Build a Distributed Apache Kafka Development Cluster

Step-by-step guide on building a distributed Apache Kafka development cluster using Amazon Linux 2. Includes configuring Kafka Brokers and Zookeepers.


How to Build an Apache Kafka Development Server

Learn how to build, setup and test an Apache Kafka development server on Amazon Linux 2. Discusses Apache Kafka Zookeepers and Brokers.