.NET 5
How to Improve API Security in ASP.NET Core for Maximum safety?
.
An API handle private and delicate information, we really must take on demonstrated strategies to get them. We have numerous ways of securing APIs, beginning with firewalling them behind a Programming interface gateway and getting to them over secure associations….
Extracting Text from Images with Azure Cognitive Services
.
In this Azure article, we will discuss How to Extract Text from an Image Using Azure Cognitive Services, we will also see a few other topics like Azure Cognitive Services to Read Text from Images with Hand-written text. We will…
Level Up API Authentication with JWT Refresh Token in ASP.NET CORE and Angular
.
In this article, will see how can we refresh the JWT Token in Asp.Net Core Web API, once the access token has expired.We will see how the token works and how the JWT refresh token re-authenticates the user. To demonstrate…

.NET Core Web API Data validation with FluentValidation
.
In this article, we will learn .NET Core Web API Data validation with FluentValidation. What is Data Validation in Web API? Data Validation simply tells the rules and validation that we apply to Data. So, data Validation in Web API…
A Comprehensive Guide to Implementing In-Memory Caching in ASP.NET Core
.
This article focuses on “How to implement In-Memory Caching in ASP.NET Core?” What is Caching? Caching is a method to deliver data faster to the client so that information can be served a lot quicker for any future requests. So,…

