You learned everything you need to know in the previous chapters to build an ASP.NET Core gRPC server application. Now we will tackle the client part: how to create a client, consume data coming from a gRPC server, handle errors, and much more (in fact, the whole base of gRPC on the client side) with a console application in .NET 6 before going more into the concrete task of building a complete web application in the following chapters. In this chapter, you’ll learn how to