Build High Performance Services with gRPC and .NET 5
gRPC is a modern open source high performance Remote Procedure Call (RPC) framework that can run in any environment. It can efficiently connect services in and across data centers with pluggable support for load balancing, tracing, health checking and authentication. It is also applicable in last mile of distributed computing to connect devices, mobile applications and browsers to backend services.[About gRPC | gRPC]
This week at .NET Docs Show I have talked about various aspects of gRPC in .NET 5 such as different communication patterns including: Unary, Server Streaming, Client Streaming and Bidirectional Streaming. I have also talked about Authentication & Authorization, Security considerations, Deadlines and Cancellation, Transient Fault Handling and Testing gRPC services using gRPCurl.
You can watch this show’s video at dotnet YouTube channel:
You can also access this video at Visual Studio’s twitch channel:
Source code of this session is available using my GitHub at: VahidFarahmandian/jinget-grpc (github.com)