Section 1: Basics of gRPC on .NET
This part teaches how to build a basic .NET application that uses gRPC. The chapters cover the most fundamental parts of gRPC functionality. After completing this part, you will know how to enable gRPC inside an ASP.NET Core application and how to connect to it from external applications. This part contains the following chapters:
- Chapter 1, Creating a Basic gRPC Application on ASP.NET Core
- Chapter 2, When gRPC Is the Best Tool and When It Isn't
- Chapter 3, Protobuf – the Communication Protocol of gRPC