Dapper Plus Options Beyond the Basics

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 …

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 …

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 …

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. …

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 …

NDepend – The Ultimate Code Quality and Analytics Tool for .NET

NDepend is a comprehensive code quality and analytics tool for .NET applications, it relies on static analysis of the code to provide insightful details about …

Localization in ASP.NET Core Web API

Localization is a very important topic when you are planning to build an app or a site targeting multiple cultures and languages. You have to …

Apply JWT Access Tokens and Refresh Tokens in ASP.NET Core Web API

In this tutorial we will learn how to Apply JWT Access Tokens and Refresh Tokens in ASP.NET Core Web API. We will build a simple, …

Most Active .NET Facebook Groups to Follow in 2021

Sharing with you the most active .NET Facebook Groups to follow in 2021. These group have strict policies and rules to only allow fine-tuned and …

Deploy ASP.NET Core Web API on IIS

Deploying ASP.NET Core Web API on IIS is an easy task once you understand and follow the correct steps to prepare your development and deployment …