#shorts
One of the new features of .NET 7 is the Rate Limiter. It can reduce the number of Web API calls to a controller endpoint.
It involves using an ASP.NET Core Web API to configure the settings in the Program.cs file.
Then it can be used in a controller using the EnableRateLimiting attribute.