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

Recap In the previous article, we have witnessed about adding Redis to the Docker container and learnt about connecting Redis container with asp.net core web-api. If you haven't read my previous article yet, I highly recommend you to read it by clicking here. DockerFile Before going into details of creating a DockerFile, let's deep dive …

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

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

Docker-Introduction

Overview In the microservices world, developing apps is not merely about writing code. It comes with complexity of involving multiple programming languages, frameworks and disconnected interface between tools. Here is where the Docker comes into the picture as it provides freedom to the developers to innovate with their choice of tools, application stacks and deployment …

Continue reading Docker-Introduction