Write your first code using C# (Get started with C#, Part 1)

At a glance

Learn the basic syntax and thought processes required to build simple applications using C#.

Prerequisites

None

Modules in this learning path

Get started by writing code examples to learn the basics of the C# syntax.

Use data in your applications by creating literal values and variable values of different data types.

Learn the operators and techniques used to perform basic math operations on numeric data.

Learn to branch your code's execution path by evaluating Boolean expressions.