Tag: web-development
All the articles with the tag "web-development".
-
API Design: Filtering, Searching, Sorting, and Pagination
Learn how to design RESTful APIs with filtering, searching, sorting, and pagination features.
-
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
-
Implementing Windows Authentication in .NET Core Web API (short guide with examples)
Learn how to add Windows Authentication to your .NET Core Web API easily. Step-by-step guide with practical examples
-
Parallel.ForEach with HttpClient in C#
Learn how to use Parallel.ForEach with HttpClient in C# (avoid data issues)