Tags
Language
Tags
September 2024
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5

From Zero to Hero: gRPC in .NET

Posted By: IrGens
From Zero to Hero: gRPC in .NET

From Zero to Hero: gRPC in .NET
.MP4, AVC, 1920x1080, 30 fps | English, AAC, 2 Ch | 3h 23m | 668 MB
Instructor: Irina Scurtu

Everything you need to know to build gRPC applications in .NET from the most basic concepts to the most advanced ones

Learn how to build gRPC applications in .NET using C#

gRPC (gRPC Remote Procedure Calls) is a high-performance remote procedure call framework initially created by Google. Since its public release, it has become one of the three most popular approaches to building APIs, not just in .NET but in any programming language (the other two being REST and GraphQL). Its use of Protocol Buffers, Bi-directional streaming, and integrated auth has made it one of the most performance and most popular frameworks, especially regarding internal service communication. It is used by companies like Google, Netflix, Square and Cisco, to name a few, and it is also part of the Cloud Native Computing Foundation. .NET has incredible first-party support for gRPC, and every .NET engineer should know how to utilize it to build scalable, clean and performance applications with gRPC.

In this course, Irina Scurtu will take you from the very basics of gRPC to some advanced concepts on how to build and run gRPC applications.


From Zero to Hero: gRPC in .NET