A .NET console app demonstrating the usage of gRPC
- Build the whole project
- Go to the output folder for the Server (
project_name\CarInventoryServer\bin\Debug
) and runCarInventoryServer.exe
- Go to the output folder of the Client (
project_name\CarInventoryClient\bin\Debug
) and runCarInventoryClient.exe
You should as output two cars being added and then one of them being removed