
Tag: dotnetcore


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. But before going further with …
Read More
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 middleware that you should use. …
Read More
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 a .NET project. It offers …
Read More
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 prepare your app or site …
Read More
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, secure and reliable RESTful API …
Read More
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 curated spam-free resources. Also, the …
Read More
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 environment. For this article, I …
Read More