News

Practical ASP.NET Writing the Code for a gRPC Service and Client in ASP.NET Core 3.0 Once you've got a contract that describes a gRPC service, creating the service itself and a client that can call ...
With remote procedure calls your APIs don’t need to be RESTful. You build your server methods and client calls, and gRPC takes care of the rest It’s always interesting to delve into the protocols and ...
Practical ASP.NET Writing the Code for a gRPC Service and Client in ASP.NET Core 3.0 Once you've got a contract that describes a gRPC service, creating the service itself and a client that can call ...