Summary of What We Learned
Get a summary of the course.
We'll cover the following...
In this course, we have learned all the main features of the gRPC implementation on ASP.NET Core. We started with the basic project setup for the gRPC server and gRPC client. Then, we gradually moved to more advanced topics.
We learned the fundamentals of Protobuf, which is the serialization format for the messages used in gRPC communication. We became familiar with its structure, its keywords, and ...