Rate Limiting in an ASP.NET Core Web API with AspNetCoreRateLimit Library
Everything has finite resources, Services and Apis need to protect themselves from excessive use to maintain service availability. Even highly scalability systems should have limits on consumption at some level.
Rate Limiting is the answer and is a w...
koraytug.hashnode.dev3 min read