1.8 KiB
1.8 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