Using gRPC in ASP.NET Core 6

Go to class
Write Review

Free Online Course: Using gRPC in ASP.NET Core 6 provided by Pluralsight is a comprehensive online course, which lasts for 2-3 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Pluralsight. Using gRPC in ASP.NET Core 6 is taught by Shawn Wildermuth.

Overview
  • 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.

    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 6, 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