The Tech PlatformJan 6, 2022AzureAzure Storage Queues vs Azure Service Bus Queues. Which one to use?Azure Storage Queue Azure Storage Queue is a type of message queuing services provided by Azure that provides queue storage...
The Tech PlatformJan 3, 2022.NETPublisher/Subscriber messaging with RedisThe first thing we need to do is to create a new service that will inherit from “BackgroundService”. In this class, we must implement an...