Showing results for July 2022 - .NET Blog

Jul 13, 2022
25
17

Announcing Rate Limiting for .NET

Brennan Conroy
Brennan Conroy

We're excited to announce built-in Rate Limiting support as part of .NET 7. Rate limiting provides a way to protect a resource in order to avoid overwhelming your app and keep traffic at a safe level.

.NETASP.NET.NET Core
Jul 12, 2022
6
0

Announcing .NET 7 Preview 6

Jon Douglas
Jon Douglas

.NET 7 Preview 6 is now available with improvements to type converters, JSON contract customization, System.Formats.Tar API updates, constraints to .NET template authoring, and performance enhancements in the CodeGen area.

.NET