© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
R. AstburyMicrosoft Orleans for Developershttps://doi.org/10.1007/978-1-4842-8167-3_3

3. Hello World

Richard Astbury1  
(1)
Woodbridge, UK
 

In this chapter, we discuss and build the various projects needed for a simple “Hello, World” program in Orleans. While we could build a Hello World in a single C# file, it is important to understand how to separate concerns and improve maintainability by organizing Orleans code into separate projects.

Project Structure

A solution built with Orleans typically comprises several projects:
  • Grains classes: At the heart of an Orleans solution are the classes that implement the grains logic. These classes are typically located together ...

Get Microsoft Orleans for Developers: Build Cloud-Native, High-Scale, Distributed Systems in .NET Using Orleans now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.