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 …
Learn. Code. Listen
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 …
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 …
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 this article, we will be highlighting a key feature of Dapper Plus, the Bulk Extensions, the fastest way to perform bulk operations in .NET. …
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 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 is a very important topic when you are planning to build an app or a site targeting multiple cultures and languages. You have to …
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, …
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 …
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 …