CRUD using gRPC, EF Core, and ASP.NET Core (Part - 2)

In Part -1 of this article you created EmployeeCRUD service definition using Protocol Buffer language. The EmployeeCRUD.proto file and EF Core model is now ready. In this part you will create the EmployeeCRUD service based on the structure defined in the .proto file. To begin, open the project created in Part -1 and expand the Services folder. Rename the service file to EmployeeCRUDService.cs. At this point the Solutions Explorer will look like this.

http://www.binaryintellect.net/articles/25d426ea-4c7a-4efe-a729-168e527aa612.aspx