A simple Greeter that uses the core IceRPC APIs - and encodes request/response payloads with JSON.
You can build the client and server applications with:
dotnet build
First start the Server program:
cd Server
dotnet run
In a separate terminal, start the Client program:
cd Client
dotnet run