Beginning gRPC on ASP.NET Core

Summary

Your browser needs to be JavaScript capable to view this video

Try reloading this page, or reviewing your browser settings

Autoplay:
View previous videoPrevious video

This video summarizes what you learned about gRPC in ASP.NET Core.

Keywords

  • gRPC
  • ASP.NET Core
  • summary

About this video

Author(s)
Fiodar Sazanavets
First online
06 August 2020
DOI
https://doi.org/10.1007/978-1-4842-6211-5_6
Online ISBN
978-1-4842-6211-5
Publisher
Apress
Copyright information
© Fiodar Sazanavets 2020

Related content

Video Transcript

Well done. You have now completed the video on airspeed of Net Core gRPC implementation. You will now be able to use it in your own software development project. In this video, you have learned the overall structure of gRPC, and how to use it on the client and on the server in gRPC services running on the server. You became familiar with the protocol format, and you know how to use this format to facilitate communication between clients and the services.

You made yourself familiar with how to make different types of gRPC calls. You have been taught how to make gRPC call in a standard request response format, and you have also been taught how to stream from both clients and the services. You have been taught how to secure your application by both enabling SSL and use a login, and you have also been taught how to apply diagnostics to your application, how to make your applications on both clients and the services, output data into logs.