.NET Core and More

W09 Fast Focus: Getting gRPC

10/21/2020

1:30pm - 1:50pm

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#