.NET Core and More

VTH14 Fast Focus: Getting gRPC

08/06/2020

11:30am - 11:50am

Level: Intermediate

Jason Bock

MVP (C#)

Staff Software Engineer

Rocket Mortgage

gRPC is a fast RPC framework that is gaining traction in distributing computing scenarios. With .NET Core 3.0 gRPC is supported out of the box for you to use in your own applications. In this Fast Focus session, you'll see how gRPC works in C# so you can leverage its capabilities in your own projects.

You will learn:

  • Understand the core concepts of gRPC
  • See what Protocol Buffers are
  • Gain insight into using gRPC in C#