Webservices written using Microsoft Orleans
From the Silo project execute command dotnet run
From the Client project execute command dotnet run
Open a web browser to http://localhost:5001/home/bob
Review the logs and look for the grain reporting it's name as bob
From the GrainTests project execute command dotnet test