Showing results for gRPC - .NET Blog

Aug 24, 2022
13
4

A Heavy Lift: Bringing Kestrel + YARP to Azure App Services

Byron Tardif
Byron Tardif

In this post, we get a behind-the-scenes look at the engineering work required to change a critical platform component with code paths that are exercised billions of times a day while minimizing service disruptions and maintaining SLA for our customers.

.NET.NET CoreASP.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