C# Learning - https://learn.microsoft.com/
001_first_code | ||
002_Store_retrieve_data_using_literal_and_variable | ||
003_Basic_string_formatting | ||
004_Basic_operation_on_numbers | ||
005_Calc_and_print_grades | ||
006_Calc_final_GPA | ||
007_Methods_net_class | ||
008_if_else | ||
009_arrays_forearc | ||
010_conventions | ||
011_foreach_array_1 | ||
012_foreach_array_2 | ||
013_eval_boolean_expressions | ||
014_scope_and_logic | ||
015_switch_case | ||
016_Iterate_using_for_statement | ||
.editorconfig | ||
.gitignore | ||
README.md |
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
- switch case construct