Loading...
gRPC in .NET: Basics and More
Poornima Nayar
|
GOTO Amsterdam 2024
You need to be signed in to add a collection
gRPC is Google's implementation of RPC. With .NET Core 3.0, gRPC has become a first-class support in .NET. In my session, we will look at what gRPC is, and how to both create a gRPC service and consume it. We will also discuss the four modes or methods of gRPC, versioning and also talk about options when it comes to hosting gRPC services.
Transcript
gRPC is Google's implementation of RPC. With .NET Core 3.0, gRPC has become a first-class support in .NET.
In my session, we will look at what gRPC is, and how to both create a gRPC service and consume it. We will also discuss the four modes or methods of gRPC, versioning and also talk about options when it comes to hosting gRPC services.