Описание тега orleans

An implementation of the Virtual Actor model in .NET, designed for building high scale, concurrent, distributed systems in the cloud.

Orleans is a framework that provides a straightforward 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 in Microsoft Azure by several Microsoft product groups, most notably by 343 Industries as a platform for all of Halo Reach, Halo 4 and Halo 5 cloud services, as well as by a number of other companies.

Orleans source code and documentation is hosted on GitHub.

Orleans project announcements are posted on Twitter @msftorleans

Version 2 was released 2018 Mar 28 Orleans 2.0 released, github release completing the move to full netstandard2.0, including builder patterns and full Microsoft.Extensions.DependencyInjection

Version 3 was released 2019 Oct 25 Orleans 3.0 with ASP.NET Bedrock networking, transactions, performance improvements, TLS