EF Core Tricks for Bulk Reading Large Data Sets
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 of the of the Entity …
Read MoreLearn. Code. Listen
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 of the of the Entity …
Read More
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
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
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
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
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 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
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 be exploring the top 5 …
Read More
.NET 8 brought a set of new language features with the introduction of C# 12, check this article to learn about the top 5 Features added to the amazing language …
Read More