Completed
Headofline blocking
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
gRPC for ASP.NET Core - A New Framework for High Performance APIs
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 What is gRPC
- 3 protobuf
- 4 binary format
- 5 Conceptual differences
- 6 Demo
- 7 greet proto
- 8 generated code
- 9 startup file
- 10 service references
- 11 calling the service
- 12 launching the service
- 13 routes
- 14 Why use gRPC
- 15 gRPC vs protobuf
- 16 Headofline blocking
- 17 HGP vs OH
- 18 Cogeneration
- 19 References
- 20 Server
- 21 Client
- 22 Supported languages
- 23 Streaming
- 24 GRPC on the wire
- 25 GRPC response
- 26 Service streaming
- 27 Why isnt gRPC everywhere
- 28 Resources
- 29 GRPC with load balancers
- 30 Google protobuf
- 31 Versioning
- 32 Reconnecting
- 33 Async
- 34 HTTP Poly
- 35 Publish Contracts
- 36 Sharing Options
- 37 Authentication
- 38 Azure Functions