Exploring Bulk Operations in EF Core

Exploring Bulk Operations in EF Core

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 you start dealing with large …

Read More
7 Types of Authorization in ASP.NET Core Web API

7 Types of Authorization in ASP.NET Core Web API

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 types of authorization in ASP.NET …

Read More
Structured Logging in ASP.NET Core

Structured Logging in ASP.NET Core

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 and critical features in development …

Read More
Options Pattern in ASP.NET Core

Options Pattern in ASP.NET Core

Since the beginning of ASP.NET Core, there has been a great addition in the main features, one of which is the appsettings.json file. In this tutorial you will learn how …

Read More
ASP.NET Core Data Protection API

ASP.NET Core Data Protection API

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 the days of .NET Framework …

Read More
Bulk Extensions with Dapper Plus

Unleash the Power of Bulk Extensions with Dapper Plus

In this article, we will be highlighting a key feature of Dapper Plus, the Bulk Extensions, the fastest way to perform bulk operations in .NET. But before going further with …

Read More
Top 10 Middleware in ASP.NET Core Web API

Top 10 Middleware in ASP.NET Core Web API

Middleware is the heartbeat of ASP.NET Core Applications. To build a clear, scalable, and secure APIs, you have to know about the key collection of middleware that you should use. …

Read More
Early Access to .NET 10 in Visual Studio 2022 - CodingSonata.com

Early Access to .NET 10 in Visual Studio 2022

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 releases of the .NET SDKs. …

Read More
6 Strategies to Build Resilience in ASP.NET Core

6 Strategies to Build Resilience in ASP.NET Core

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 of Polly via the new …

Read More
Hot Design By Uno Platform

Hot Design: The Next-Generation Visual Designer for .NET Apps

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 the way you can design …

Read More