Learning Path Details
Legacy C# Training from Tim Corey
Description:
The Legacy C# Training Bonus Couse, available only when purchasing Tim's C# Mastercourse, covers the differences in the fundamentals between the latest and greatest (covered in the C# Mastercourse) and the older .NET Framework.
Key Takeaways:
The skills covered in this course are the universal basics of using an IDE, and creating a basic console application in C# using the .NET Framework.
We cover the primitive data types in C#: string, bool, int (regular 32-bit, short 16-bit, and long 64-bit, signed and unsigned), double (and float), decimal, and byte. We cover the use of if and else statements and the switch-case statement, including the comparison and join operators.
Tim demonstrates the basic syntax and use of do/while (and while) loops, for loops, foreach loops, and the creation and use of arrays, Lists, and Dictionaries. Finally, the concept of methods, which is central to object-oriented programming, is introduced.
Technologies Learned:
- .NET;
- .NET Framework;
- .NET Framework 4.5;
- .NET Framework 4.6.1;
- .NET Framework 4.7;
- .NET Framework 4.7.2;
- arrays;
- booleans;
- C#;
- Console Application;
- decimal floating point values;
- Dictionaries;
- do/while loops;
- double-precision floating point values;
- for loops;
- foreach loops;
- if/else;
- integer values;
- Lists;
- methods;
- string interpolation;
- strings;
- switch/case;
- type conversion;
- while loops;
This learning resource was completed on 1/29/2022.