Hi, my name is Marc and I am an enthusiastic Software Developer and Lecturer.
A lot of ⏱️ time and many years of iteration went into the preparation of this class material.
Please Leave a ⭐️ on this repository if you found this course helpful!
Feel free to open Issues for 💡 Feedback as well!
This material is available for free under the terms of Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0). Check the LICENSE
file on this repository for details.
This course will introduce you to the basics of C# Console Programming. We will start with a classic Hello World
-Application, make our way through concepts like types, operations, code-flow and finish this course with our first game.
P09Operators
completed
P13GoTo
completed
- Implemented the game of Nim
- Clone a Repository
- Shortcuts
- Comment/Uncomment Code
- Reformat Code
- Debugging
- Breakpoint
- Step Over
- Local Variables
- Open
- Change Directory
- CLI
- New Project
- Code Execution
- Console
- WriteLine
- Write
- ReadLine
- Comments
- Single-Line
- Multi-Line
- XML-Style
- Variable
- Definition
- Initialization
- Assignment
- Type
- int
- float
- double
- bool
- byte
- char
- string
- multiline
@
- interpolated
$
- multiline
- Conversion
- Implicit Cast
- Explicit Cast
- Conversion
- Parsing
- CultureInfo
- Operators
- Binary Arithmetic
- Precedence
- Arithmetic Assignment
- Pre/Post Increment
- Pre/Post Decrement