Cache-aside pattern using ASP.NET Core and Azure Redis Cache

In the software development cycle, often the focus is on the performance of the application. There are many ways to improve the performance and one of the most commonly used pattern to improve the performance in modern cloud application is Cache-aside pattern. In this post, I will describe briefly about Cache-aside pattern and it's implementation …

Continue reading Cache-aside pattern using ASP.NET Core and Azure Redis Cache

Logging with ElasticSearch, Kibana, Serilog using ASP.NET Core Docker

In this article, I'll show you how to set up and run your application using ElasticSearch, Kibana and Serilog. Before diving deep into implementation, let's understand the basics of ElasticSearch, Kibana and Serilog. You can find the source code here What is ElasticSearch? Elasticsearch is a distributed, open source search and analytics engine for all …

Continue reading Logging with ElasticSearch, Kibana, Serilog using ASP.NET Core Docker