
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 the days of .NET Framework …
Read MoreLearn. Code. Listen
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 MoreIn 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 MoreMiddleware 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 MoreNDepend 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 MoreLocalization 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 MoreIn 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 MoreSharing 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 MoreDeploying 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