Browsing Tag
aspnet
6 posts
What is inside Rate Limiting for .NET
The Rate Limiting API debuted in .NET 7. It implements several popular algorithms for limiting the number of…
AuthenticationHandler in ASPNET
In ASP.NET Core Identity, an AuthenticationHandler is a component that implements the logic for authenticating users based on…
MY NEW PROJECT IS NOW ON GITHUB : NOSHII
What is Noshii ? It’s a website for a virtual Chines restaurant, Where you can order Chinese Food,…
Day 22 of 30-Day .NET Challenge: Use Array Pool
ArrayPool , a mechanism to recycle temporary buffers and optimize performance by reducing garbage collection cycles. Introduction Frequent…
ASP.Net 9.0: Authentication Enhancements
The article demonstrates new features related to authentication and authorization. These enhancements aim to improve security and streamline…
ASP.NET: CRON Service Worker
Introducción En este artículo veremos como crear un servicio en segundo plano que se ejecutará según un programa…