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 requirements. In a previous tutorial, …
Read MoreLearn. 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 requirements. In a previous tutorial, …
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
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
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
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 a .NET project. It offers …
Read More
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 prepare your app or site …
Read More
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, secure and reliable RESTful API …
Read More
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 curated spam-free resources. Also, the …
Read More
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 environment. For this article, I …
Read More