dev-resources.site
for different kinds of informations.
โ ASP.NET Core API Gateway with Ocelot Part 4 (Rate Limiting)
Published at
11/17/2024
Categories
microservices
ocelo
apigateway
aspnetcore
Author
dot_nettips_a4e90828daa4
Author
24 person written this
dot_nettips_a4e90828daa4
open
In this fourth part of our series on ASP.NET Core API Gateway with Ocelot, we dive deep into the concept of Rate Limiting.
Rate limiting is a critical feature for maintaining the stability and security of your APIs by controlling the number of requests a client can make within a specified time period.
๐กThis prevents abuse, ensures fair usage among clients, and protects your backend services from being overwhelmed by excessive traffic.
๐ Check out the video and get the full project code on my GitHub:
๐API Gateway with Ocelot Part 4 (Rate Limiting)
aspnetcore Article's
30 articles in total
[ASP.NET Core] Try reading a word processing file by OpenXML 2
read article
Deploy Your Bot to Azure in 5 Minutes with Azure Developer CLI (azd)
read article
How to Implement Passkey in ASP.NET Core with Fido2-net-lib?
read article
Building Async APIs in ASP.NET Core - The Right Way
read article
How To Improve Performance Of My ASP.NET Core Web API In 18x Times Using HybridCache In .NET 9
read article
Using React for the client-side of an ASP.NET Core application
read article
.NET 9 Improvements for ASP.NET Core: Open API, Performance, and Tooling
read article
๐Build, Implement, and Test gRPC Services with .NET9
read article
[ASP.NET Core] Try reading a word processing file by OpenXML 1
read article
[Vite + React] Running an ASP.NET Core application behind a reverse proxy
read article
Implementing Idempotent REST APIs in ASP.NET Core
read article
โ
ASP.NET Core API Gateway with Ocelot Part 4 (Rate Limiting)
currently reading
Problem Details for ASP.NET Core APIs
read article
[ASP.NET Core][EntityFramework Core] Update from .NET 6 to .NET 8
read article
HybridCache in ASP.NET Core - New Caching Library
read article
Link Many To Many entities with shadow join-table using Entity Framework Core
read article
๐ ๐๐จ๐จ๐ฌ๐ญ ๐๐จ๐ฎ๐ซ ๐๐๐ ๐๐ค๐ข๐ฅ๐ฅ๐ฌ ๐ฐ๐ข๐ญ๐ก ๐๐ฒ ๐๐๐๐ฅ๐จ๐ญ ๐๐๐ญ๐๐ฐ๐๐ฒ ๐๐ฌ๐ฌ๐๐ง๐ญ๐ข๐๐ฅ๐ฌ!
read article
Implementing HTTP Request and Response Encryption in ASP.NET Core with Custom Attributes
read article
Reducing Database Load Without Relying on MARS
read article
Task Cancellation Pattern
read article
Custom Role-Based Authorization with JWT in ASP.NET Core
read article
Flexibilidad y Escalabilidad: Usando Strategy y Factory Patterns
read article
Building a Custom Logging Provider in ASP.NET Core
read article
ASP.NET Core Middleware
read article
How to Use .NET Aspire (Part2)
read article
How To Test Integrations with APIs Using WireMock in .NET
read article
Connecting NestJS and ASP.NET Core with gRPC: A Step-by-Step Guide
read article
Implementing ASP.NET Identity for a Multi-Tenant Application: Best Practices
read article
Welcome to .NET 9 Preview
read article
How use a Blazor QuickGrid with GraphQL
read article
Featured ones: