Exploring Redis cache with Docker using asp.net core- Part 1

Recap In my previous article, we have gone through the concept of Docker and Docker vs Container. In case if you haven't read yet, I encourage you to read from here. Prerequisites Docker desktop installed on your local machineVisual Studio/ Visual Studio Code Intro Redis cache is an in-memory data structure store and can be …

Continue reading Exploring Redis cache with Docker using asp.net core- Part 1

Microsoft Azure Service Bus-Topic

Recap In our previous article, I have covered about the overview of service bus especially on queue & topics and finally we saw how queue works from the coding perspective. In case, you have not read about Service Bus Queues, I highly recommend you to go through the article by referring to https://anuphosur.wordpress.com/2020/05/17/microsoft-service-bus-queue/ In case, …

Continue reading Microsoft Azure Service Bus-Topic

Microsoft Service Bus-Queue

Overview Microsoft service bus is a fully managed enterprise integration message broker and it can decouple applications and services. Service bus offer secure communication using asynchronous transfer of data and state. Source Code here Data is transferred from sender to an receiver using a concept called message; however, message is in binary format and can …

Continue reading Microsoft Service Bus-Queue