2.5 KiB
2.5 KiB
Get Starting C#
Following freecodecamp
Foundational C# with Microsoft
- First Code
- Store and retrieve data
- Basic String Formating
- Basic operations on numbers
- Calculate and print student grades
- Calculate students final GPA
- Call methods from the .NET Class Library
- if and if else
- array and foreach
- Conventions
- Guided Project - foreach
- Challenge Project - foreach
- Evaluate Boolean expressions
- Control variable scope and logic
- switch case construct
- FizzBuzz Challenge
- Looping logic using the do-while and while
- Conditional branching and looping
- Branching and looping structures
- Choose the correct data type
- Convert data types
- Array Operations
- Format alphanumeric data
- String data type methods
- Work with variable data
- Challenge - variable data
- Create methods
- Methods with parameters
- Methods that return values
- Guided project - Plan a Petting Zoo
- Challenge project - Create a mini-game
- Debug console applications 1
- Debug console applications 2