Using gRPC in ASP.NET Core
gRPC is a new way to build APIs based on contracts and binary serialization. This course will show you how to write and use these APIs in a variety of different clients.
What you'll learn
While other API techniques have their own benefits, gRPC represents a contract-based, high-performance way to build APIs for use inside the cloud and from a variety of different clients. In this course, Using gRPC with ASP.NET Core, you’ll learn to build your own gRPC endpoints. First, you’ll explore designing APIs with Protocol Buffers. Next, you’ll discover how to implement a service that implements the API contract. Finally, you’ll learn how to consume the gRPC API using C# and JavaScript. When you’re finished with this course, you’ll have the skills and knowledge of gRPC needed to build your own services
Table of contents
- Introduction 1m
- Demo: Creating the Client Project 9m
- Demo: Implement the Worker 6m
- Demo: Creating the Python Client 6m
- Demo: Implementing the Python Client 5m
- Introducing gRPC-Web 8m
- Demo: Implement the JavaScript gRPC Client 13m
- Demo: Supporting gRPC-Web 3m
- Streaming Support in gRPC 9m
- Demo: Using Server-side Streaming 5m
- What You’ve Learned 1m