Orleans framework has moved over to the .NET team.

This page summarizes the projects mentioned and recommended in the original post on /r/dotnet

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • practical-aspnetcore

    Practical samples of ASP.NET Core 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.

  • Your live objects can pretty much do everything, querying a database, reading from files, etc - just like normal C# objects. They are really easy to use (https://github.com/dodyg/practical-aspnetcore/blob/net5.0/projects/orleans/hello-world-3/Program.cs).

  • Orleans

    Cloud Native application framework for .NET

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • realtimemap-dotnet

    A showcase for Proto.Actor - an ultra-fast distributed actors solution for Go, C#, and Java/Kotlin.

  • Distributed stateful services. E.g think iot devices, each represented by a virtual actor (grain), having its state in memory. When new message arrives, you don't have to look up this state in database to make decisions and take actions. All of that on a cluster of nodes but you don't need to worry about the location of particular grain. See proto.actor realtimemap sample https://github.com/asynkron/realtimemap-dotnet

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts