PreviousNext

Using Azure Service Bus Queues with ASP.NET Core Services

by bill-s, 2019-04-25T06:48:29.135Z

This article shows how to implement two ASP.NET Core API applications to communicate with each other using Azure Service Bus. The ASP.NET Core APIs are implemented with Swagger support and uses an Azure Service Bus Queue to send data from one service to the other ASP.NET Core application.

Read More