CRUD using gRPC, EF Core, and ASPNET Core (Part - 3)

In Part -1 and Part - 2 of this article you created EmployeeCRUD service definition using Protocol Buffer language and also implemented it in EmployeeCRUDService class. So, our gRPC service is now ready. In this part we will consume the service in an ASP.NET Core MVC application. Begin by opening the GrpcService1 project you created earlier. Add a new ASP.NET Core MVC application in the same solution. Then copy the Protos folder from the GrpcService1 project into the newly created MVC application. At this stage your Solution Explorer will look like this.

http://www.binaryintellect.net/articles/4de0bca9-1c65-4e4e-925e-b825b11bcb7e.aspx