Creating a Basic gRPC Server Application on ASP.NET Core

Learn how to create a basic gRPC application and register its endpoints.

In this lesson, we'll set up a basic gRPC service application, which will act as a server for incoming gRPC requests. We'll use a BasicGrpcService that is based on the ASP.NET Core gRPC service project template. The required files are already set up on the platform for us. However, if we want to duplicate the project setup on our own local development environment, all the necessary instructions are provided in the appendix.

Setting up a gRPC service project

Below, we have a code widget that represents a newly created project based on the gRPC service template:

Get hands-on with 1200+ tech skills courses.