PreviousNext

C# to C# Communication: REST, gRPC and everything in between

by bill-s, 2020-02-19T16:34:07.828Z

There are many ways to communicate between a C# client and a C# server. Some are robust, others not so much. Some are very fast, others aren’t. It’s important to know the different options so you can decide what’s best for you. This article will go through the most popular technologies today and why they got to be so widely used. We’ll talk about REST, gRPC, and everything in between.

Read More