Concurrency

.NET Hidden Gems: System.Threading.RateLimiting

.NET Hidden Gems: System.Threading.RateLimiting

A Library Hiding in Plain Sight Sometimes the best tools are the ones you walk past every day without noticing. System.Threading.RateLimiting is one of those tools. It shipped as part of the ASP.NET Core rate limiting middleware, and most developers assume it only works in that context. They would be wrong.

Read More