A practical, chapter-based learning path with multiple runnable examples per chapter. Each chapter contains two console projects (ex01
, ex02
) plus exercises.
- .NET SDK 8 or 9
- VS Code + C# extension (recommended)
From the repository root:
cd 01-hello-cs/ex01 dotnet run
Repeat for other examples (ex02
, next chapters, etc.).