README.md

April 21, 2018 ยท View on GitHub

Creative Commons License

This project is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License

Microsoft Orleans v2.0

A comprehensive guide for beginners and experts alike

repo: https://github.com/dotnet/orleans

This is an infodeck (~150 slides, and counting), a combined presentation/cheatsheet/tutorial, depending on how many slide do you hide.

:construction: The following chapters are still under construction: :construction:

  • Dependency injection :soon:
  • Telemetry :soon:
  • Configuration :soon:
  • Hosting
  • Deployment

Orleans.Activities v1.0

Workflow Foundation on Microsoft Orleans - Long lived transactions on cloud level

repo: https://github.com/OrleansContrib/Orleans.Activities

:construction: The presentation is about the planned v1.x version, the current v0.x version: :construction:

  • Uses Orleans v1.5 (and not v2.0) :soon:
  • Doesn't support .NET Standard v2.0 only .NET Framework 4.6.1 (soon, with Core WF) :soon:
  • Though, the current version fully implements the concepts in the presentation and is a functional POC code