Building CRUD API with Dapper and Dapper Plus in ASP.NET Core
When it comes to building CRUD API, you do not have to choose between control and productivity. You can have both. That can be simply …
Learn. Code. Listen
When it comes to building CRUD API, you do not have to choose between control and productivity. You can have both. That can be simply …
In this tutorial, we will dive into the EF Core Tricks for Bulk reading Large Data Sets. We will be highlighting the powerful read operations …
Working with databases is at the heart of most .NET apps, and Entity Framework Core makes it easy to query and persist data. But when …
Many developers are stuck in 1 or 2 types of authorization in ASP.NET Core: simple and RBAC. But did you know there are 5 more …
In this tutorial we will learn how to implement structured logging in ASP.NET Core Web API using Serilog. Logging is one of the most important …
In this article we will learn about the Data Protection API in ASP.NET Core. This API is not considered something new; It has existed since …
Currently .NET 10 is under Preview mode. The current version is preview 5, released on 10-June-2025 By default, Visual Studio 2022 doesn’t support the early …
In the evolving world of cloud-native and distributed systems, resilience is no longer optional, it’s essential. This article explores how developers can leverage the power …
Hot Design is the latest and greatest tool introduced by Uno Platform as part of Uno Platform Studio. It is an evolutionary innovation that transforms …
So C# 13 is now generally available, completely released and ready for production with full support from Microsoft and the community, this article we will …