/OrleansGettingStarted

Repository for blog posts pertaining to Orleans "Getting Started"

Primary LanguageC#MIT LicenseMIT

OrleansGettingStarted

Join the chat at https://gitter.im/Kritner-Blogs/OrleansGettingStarted

Code companion to a series of blog posts related to Orleans.

To Run

The application is run with two separate "runnable" apps - the SiloHost (Orleans Server) and the Client. Both of these are console apps and can be run with a similar command:

  • From "/src/Kritner.OrleansGettingStarted.SiloHost/" run dotnet run.
  • from "/src/Kritner.OrleansGettingStarted.Client" run dotnet run.