All the code for Grafana and a demo API can be found here. All runnable.
Introduction
Today we are going to learn how to setup a dotnet API which sends logs...
In the world of software architecture, the choice of a web framework is not simply about syntax or ecosystem — it’s about understanding the performance dynamics, scalability limits, and architectural paradigms each framework embodies. ASP.NET Core 8,...
Performance bottlenecks can disable an application’s efficiency, scalability, and user experience. Many .NET developers unknowingly fall into anti-patterns that degrade performance over time. In this article, we’ll explore the top 10 .NET performance anti-patterns, explain why they...
Though many easy-to-use resources are available to help with refactoring, you may not know about them. Check out these 10 tips to help you with efficient refactoring.
Something we can say with certainty is...
We will be exploring Caching in .NET Core and its functionality. We will take a step-by-step approach to cover the following aspects:
Introduction to CachingWhat is CacheTypes of CacheCache Implementation
This is a simple walk-through for anyone to get an idea about what's happening in these 2 leading technologies. I was wondering about the same issue and wanted to find out if there is a real winner
You may or may not have heard of this statistic from Google:
53% of mobile site visits leave a page that takes longer than three seconds to loadhttps://www.thinkwithgoogle.com/marketing-resources/data-measurement/mobile-page-speed-new-industry-benchmarks/
With that in...
What is this buzz word ‘Docker’? Let’s understand this.
In the image, we can see that whale is carrying so many boxes and going very happily. These boxes are called...
In this article, we’ll learn how to perform CRUD operations with .NET Core 3.0 and Visual Studio 2019. We will use dapper to perform the CRUD operations.
Recommended Prerequisites
.NET Core...
This article on microservices focused on what microservices are and their advantages over monolithic services architecture.
The term microservices portrays a software development style that has grown from contemporary trends to set up practices...