ms_learn_csharp/README.md

20 lines
974 B
Markdown
Raw Normal View History

2024-07-19 20:30:50 -04:00
# 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)