PreviousNext

Building gRPC service on ASP.NET Core

by bill-s, 2019-11-13T04:27:37.270Z

ASP.NET Core supports gRPC protocol that is about to replace legacy SOAP services with more performant and powerful protocol that is easier to use and support. This blog post shows how to build gRPC service and client on Visual Studio and ASP.NET Core.

Read More