Blog

gRPC and .NET Core

September 7th, 2020 by Admin

In my previous post, I've made a brief introduction to gRPC. We went through basic notions of that technology and compared it to RESTful services. Now, it's time to write some code! Continue Reading

Introduction to gRPC

August 25th, 2020 by Admin

gRPC is gaining more and more popularity. In this post, I will explain what gRPC is and how RPC services look compared to "standard" RESTful approach. Continue Reading