part one
In chapter 1, you’ll learn what .NET is, what kinds of applications you can build with it, and the key features of the .NET runtime.
In chapter 2, you’ll start building console applications and writing code. Chapter 2 also covers some important fundamentals, such as namespaces, classes, records, properties, command-line arguments, packages, and top-level statements. You’ll build a command-line application that turns input strings into ASCII art.