Mid ASP.NET Core Rate limiting / throttling strategies? Protect APIs from abuse using rate limits (requests per second/minute).Use libraries like AspNetCoreRateLimit or API Gateway features.Implement IP-based or user-based throttling.