Showing results for ASP.NET - .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.NETASP.NET Core
May 31, 2022
32
1

Incremental ASP.NET to ASP.NET Core Migration

Taylor Southwick
Taylor Southwick

Introducing a simple pattern to apply the Strangler Fig pattern to migrating ASP.NET to ASP.NET Core applications with the help of some new adapters.

.NETASP.NETASP.NET Core
May 11, 2022
14
1

Announcing gRPC JSON transcoding for .NET

James Newton-King
James Newton-King

gRPC JSON transcoding is a new feature for .NET that allows gRPC services to be called with REST + JSON. Try it now in .NET 7 preview 4.

.NETASP.NETASP.NET Core
May 3, 2022
6
1

Microsoft Graph’s Journey to .NET 6

Joao Paiva
Joao Paiva

Read about the journey of Microsoft Graph on upgrading from .NET Framework 4.6 to .NET 6 and all the impact that came with it.

.NETASP.NETASP.NET Core