© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
A. GirettiBeginning gRPC with ASP.NET Core 6 https://doi.org/10.1007/978-1-4842-8008-9_7

7. Create a gRPC Client

Anthony Giretti1  
(1)
La Salle, QC, Canada
 
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
  • Create a console application

  • Compile ...

Get Beginning gRPC with ASP.NET Core 6: Build Applications using ASP.NET Core Razor Pages, Angular, and Best Practices in .NET 6 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.