#web-api
Read more stories on Hashnode
Articles with this tag
Why Memory Guard Matters in Real‑World APIs If you’ve been running ASP.NET Core APIs in production for any length of time, you’ll know that memory...
Introduction - Importance of managing settings in applications Storing and reading settings/configurations is a common scenario in any application....
Have you come across any scenario where you started long-running asynchronous tasks in C# but want to cancel in the middle of the execution? Either...
Authentication and role-based authorization with example code · What is JSON Web Token (JWT)? JSON Web Token (JWT) is a secure and compact way of...