Skip to content

Files

Latest commit

 

History

History

example

Examples

This folder contains various usage example of Orleans.Client.CommonLib:

  • localhost: Demo using local development hosting.
  • mongodb: Demo using MongoDB silo host membership provider.
  • mysql: Demo using MySQL as silo host membership provider via ADO.NET Providers.
  • netcore2call3: Demo .NET Core 2.1 client calling .NET Core 3.1 silo host.
  • netcore3call2: Demo .NET Core 3.1 client calling .NET Core 2.1 silo host.
  • sqldb: Demo using SQLServer DB as silo host membership provider via ADO.NET Providers.
  • static_route: Demo using static routing to call silo host.
  • stub_codegen: Demo both client and silo host using on-the-spot Grain code generation instead of during Build.