#web-api
Read more stories on Hashnode
Articles with this tag
In this guide, we'll walk you through implementing file downloads in a .NET Web API project, covering scenarios such as normal file downloads and...
If you are short on time, you can directly view the code repo here. Introduction In this article, we will go over how to implement CRUD operations in...
Certificate authentication is a robust method of securing APIs and services by using digital certificates. This approach ensures that only clients...
Authentication is a critical aspect of securing APIs and ensuring that only authorized clients can access the resources they are entitled to. One...
API gateways have become an essential component in modern microservices architectures, acting as a central entry point for handling API requests,...
Hi there! In a previous article, we learnt how to create a Web API with JWT Authentication and ASP.NET Core Identity. Let us now see how we can call...