Community

Writing the Code for a gRPC Service and Client in ASP.NET Core 3.0

(Peter Vogel) Once you’ve got a contract that describes a gRPC service, creating the service itself and a client that can call the service is easy. In fact, Visual Studio will do most of the work for you … once you’ve got your projects set up correctly, that is.