Orleans documentation
Orleans makes distributed application development approachable by extending familiar .NET concepts across a cluster. Start with the programming model, follow a quickstart, or jump directly to the area you need.
Build your first Orleans appCreate a local silo and client, define a grain, and make your first call.
Understand grainsLearn grain identity, references, lifecycle, placement, persistence, and concurrency.
Configure and hostConfigure clients and silos using the .NET generic host and dependency injection.
Deploy OrleansRun Orleans on Kubernetes, Azure services, virtual machines, or your own infrastructure.
Process streamsConnect producers and consumers using Orleans' virtual stream programming model.
Browse the C# APIExplore packages, types, and members generated directly from Orleans assemblies.
