# Get Starting C# Following [freecodecamp](https://www.freecodecamp.org/learn/foundational-c-sharp-with-microsoft/) ## Foundational C# with Microsoft - [First Code](./001_first_code/001_csharp.md) - [Store and retrieve data](./002_Store_retrieve_data_using_literal_and_variable/002_csharp.md) - [Basic String Formating](./003_Basic_string_formatting/003_csharp.md) - [Basic operations on numbers](./004_Basic_operation_on_numbers/004_csharp.md) - [Calculate and print student grades](./005_Calc_and_print_grades/005_csharp.md) - [Calculate students final GPA](./006_Calc_final_GPA/006_csharp.md) - [Call methods from the .NET Class Library](./007_Methods_net_class/007_csharp.md) - [if and if else](./008_if_else/008_csharp.md) - [array and foreach](./009_arrays_forearc/009_csharp.md) - [Conventions](./010_conventions/010_csharp.md) - [Guided Project - foreach](./011_foreach_array_1/011_csharp.md) - [Challenge Project - foreach](./012_foreach_array_2/012_csharp.md) - [Evaluate Boolean expressions](/013_eval_boolean_expressions/013_csharp.md) - [Control variable scope and logic](/014_scope_and_logic/014_csharp.md) - [switch case construct](./015_switch_case/015_csharp.md) - [FizzBuzz Challenge](./016_Iterate_using_for_statement/016_csharp.md) - [Looping logic using the do-while and while](./017_Looping_logic_using_do-while_and_while/017_csharp.md)