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

If you have read about the new features of ASP.NET core 3.0, you are probably aware that it supports gRPC, a framework for building services using Remote Procedure Call (RPC). I won't go into the dry information about what gRPC is and how it can help you solve software problems in this article. This multipart article creates a simple yet complete example that performs CRUD operations on the Employees table of Northwind database. As you develop this example you will get chance to familiarize yourself with the basics of gRPC as implemented in .NET Core 3.0.

http://www.binaryintellect.net/articles/df0b00f2-e36d-4bd2-a0e6-b0251434c36b.aspx