Intro to gRPC in C# - How To Get Started,

There is a lot of buzz around gRPC right now. The biggest thing I hear is that it is confusing and people aren’t sure when or how to use it. In this video, I am going to introduce gRPC in C#, show you how to set it up, and how to consume a gRPC service. We will also discuss when gRPC might be the right choice and when it probably isn’t the right choice. Source Code: Patreon (the $10 or more level gets you the gRPC Tips and Tricks handout): Newsletter signup (with exclusive discounts, giveaways, and more): 0:00 - Intro 2:31 - Creating Demo gRPC app 4:13 - RPC app template overview 17:48 - Creating gRPC Client console app 28:59 - Custom gRPC Service 45:23 - Updating gRPC Service: streaming multiple data sets to client 58:26 - When to use gRPC, summary and concluding remarks Thanks to Ralfs HBK for the chapters breakdown
Back to Top