Mid ASP.NET Core

Rate limiting / throttling?

ASP.NET Core doesn't include rate limiting out of the box (pre-.NET 8).

Use libraries like:

  • AspNetCoreRateLimit
  • YARP, Azure API Management

.NET 8 introduced built-in RateLimiterMiddleware.

More from ASP.NET Core Tutorial

All questions for this course