Section 3: In-Depth Look at gRPC on .NET
This part delves deeper into gRPC functionality on .NET. It covers all supported types of gRPC calls, gRPC security, and different ways of debugging gRPC applications. This section comprises the following chapters:
- Chapter 7, Using Different Call Types That gRPC Supports
- Chapter 8, Using Well-Known Types to Make Protobuf More Handy
- Chapter 9, Securing gRPC Endpoints in Your ASP.NET Core Application with SSL/TLS
- Chapter 10, Applying Authentication and Authorization to gRPC Endpoints
- Chapter 11, Using Logging, Metrics, and Debugging in gRPC on .NET