Section 2: Best Practices of Using gRPC
This part covers best practices of using gRPC. It will show you how to use it in the most optimal way in code, how to scale it, and how to apply API versioning. The following chapters will be covered in this part:
- Chapter 4, Performance Best Practices of Using gRPC on .NET
- Chapter 5, How to Apply Versioning to the gRPC API
- Chapter 6, Scaling a gRPC Application