Tag: web-api
All the articles with the tag "web-api".
-
Implementing Memory Guard in ASP.NET Core API - Tips for Setting Optimal Thresholds
A practical guide to adding a custom Memory Guard middleware in ASP.NET Core APIs, with real‑world advice on choosing threshold values
-
Store and retrieve settings using IOptions pattern in C#
Manage app settings in .NET using IOptions for type safety, validation, and dynamic configuration updates
-
Cancellation Token in C# - Explained
A blog post about how to use cancellation tokens in C# for managing and cancelling asynchronous operations, with examples and best practices
-
JWT authentication in ASP.NET Core Web API
Learn how to implement JWT authentication and role-based authorization in ASP.NET Core Web API with complete example code