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...
In this article, we will see how dependency injection works in .net core using Microsoft.Extension.DependencyInjection.
Consider a scenario where you want to fetch all the categories from the database and want to show that...
This project is a basic gym project developed using Angular 7, ASP.NET Core APIs, and SQL Server database.
Link to download the project source codehere.
Let’s see...