Orleans is a framework that provides a straight-forward approach to building distributed high-scale computing applications, without the need to learn and apply complex concurrency or other scaling patterns. It was created by Microsoft Research and designed for use in the cloud. Orleans has been used extensively running in Microsoft Azure by several Microsoft product groups, most notably by 343 Industries as a platform for all of Halo 4 cloud services, as well as by a number of other projects and companies.
The stable production-quality release v1.0.0 is located here.
The latest development branch build from CI is orleans_setup.msi located: here
Alternatively, you can clone the sources, run build.cmd to build and install orleans_setup.msi.
Documentation is located here
-
List of Ideas for Contributions
-
The coding standards / style guide used for Orleans code is the .NET Framework Design Guidelines
You are also encouraged to start a discussion by filing an issue.
This project is licensed under the MIT license.