C Sharp Programming/Basics
From Wikibooks, the open-content textbooks collection
[edit] Basics
- Basic syntax
- Describes the basics in how the applications you write will be interpreted.
- Variables
- The entities used to store data of various shapes.
- Operators
- Summarizes the operators, such as the '+' in addition, available in C#.
- Data structures
- Enumerations, structs, and more.
- Control statements
- Loops, conditions, and more. How the program flow is controlled.