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 …
Learn. 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 …
Today, we will be diving deep beyond the basics of Dapper Plus and exploring how we can customize its powerful bulk methods to fit your …
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 …
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 …
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 …
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 …
JWT is short for JSON Web Tokens It is a standard format to transmit data between systems in a secure way through JSON objects This …
This is an in-depth review article on book: Software Architecture for .NET 8 and C# 12 Ready to take your development job to the next …
This is an in-depth review article on book: Apps and Services in .NET 8 by Mark J. Price: A book for Intermediate .NET Developers Presenting …
A shoutout for ilovedotnet.org, a great initiative to share the knowledge of .NET and its related technologies through a platform that provides live demos crafted …