Community

Something to Know about gRPC in ASP.NET Core 3

(K. Scott Allen) gRPC is a framework you can use in ASP.NET Core 3 to build APIs. The gRPC framework offers both advantages and disadvantages compared to the HTTP based APIs we’ve always been able to build using ASP.NET Core controllers.