C# Software Development for Absolute Beginners

种子特征码 :
8b56b21d8a37bb11d23d7d2cfaa1b607a8b83b06
发布日期 :
2023-03-25
文件大小 :
6.92GB
文件数量 :
79
在线播放
🧲 磁力网盘 🅿️ PikPak网盘
APP推荐
🧝‍♀️ 海角乱伦   🧜‍♀️ 91暗网   🧚 妖精动漫  
文件列表
20. Misc Learning 4/2. Recursion and File Handling (File.IO).mp4 395.18MB
1. Introduction/2. About The Instructor.mp4 54.94MB
1. Introduction/3. What is C# and Why Learn C#.mp4 50.32MB
1. Introduction/4. Downloading and Installing Visual Studio (C# IDE).mp4 62.43MB
2. The Basics/1. Hello World (Mr. Beast Logo).mp4 109.01MB
2. The Basics/2. Variables.mp4 48.34MB
2. The Basics/3. Data Types.mp4 82.85MB
2. The Basics/4. C# - A Strongly Statically Typed Language.mp4 22.84MB
2. The Basics/5. Working with Strings and Substrings.mp4 86.99MB
2. The Basics/6. Working with Numbers.mp4 90.52MB
2. The Basics/7. Getting User Input.mp4 22.7MB
2. The Basics/8. EXERCISE - The Number Multiplier.mp4 43.75MB
3. Methods/1. Methods.mp4 35.12MB
3. Methods/2. Method Parameters.mp4 66MB
3. Methods/3. Method Returns.mp4 44.36MB
3. Methods/4. Method Overloading.mp4 40.75MB
4. Comments and XML Summary Tags/1. Comments and XML Summary Tags.mp4 96.07MB
5. Conditions and Operators/1. If and Else Statements.mp4 77.62MB
5. Conditions and Operators/2. Else If Statements.mp4 36.01MB
5. Conditions and Operators/3. Equality and Inequality Operators.mp4 15.36MB
5. Conditions and Operators/4. Comparison Operators.mp4 37.62MB
5. Conditions and Operators/5. Boolean Operators.mp4 53.45MB
5. Conditions and Operators/6. EXERCISE - Building a Calculator.mp4 73.47MB
5. Conditions and Operators/7. Switch Statements.mp4 96.84MB
5. Conditions and Operators/8. Conditional Operators.mp4 41.18MB
6. Arrays/1. Arrays.mp4 69.69MB
7. Loops and Iteration/1. While Loops.mp4 91.38MB
7. Loops and Iteration/2. Do While Loops.mp4 24.47MB
7. Loops and Iteration/3. For Loops.mp4 41.77MB
7. Loops and Iteration/4. For Loops vs While Loops.mp4 19.2MB
7. Loops and Iteration/5. Foreach Loops.mp4 41.9MB
7. Loops and Iteration/6. EXERCISE - Draw a Cube.mp4 63.89MB
8. Control Flow/1. The break Statement.mp4 55.3MB
8. Control Flow/2. The continue Statement.mp4 36.74MB
9. Misc Learning/1. Exception Handling (try, catch, finally).mp4 149.83MB
9. Misc Learning/2. 2D, 3D and Multidimensional Arrays.mp4 45.41MB
9. Misc Learning/3. EXERCISE - Chess - Find the Queen.mp4 65.55MB
9. Misc Learning/4. Lists.mp4 66.38MB
10. Object Orientating Programming (O-O)/1. O-O, Classes and Objects.mp4 154.87MB
10. Object Orientating Programming (O-O)/2. Constructors.mp4 88.36MB
10. Object Orientating Programming (O-O)/3. Object Methods.mp4 87.18MB
10. Object Orientating Programming (O-O)/4. Access Modifiers (public, private, etc).mp4 132.93MB
10. Object Orientating Programming (O-O)/5. Properties.mp4 188.57MB
10. Object Orientating Programming (O-O)/6. Inheritance.mp4 77.31MB
10. Object Orientating Programming (O-O)/7. Method Overriding (Polymorphism).mp4 64.5MB
10. Object Orientating Programming (O-O)/8. Multilevel Inheritance.mp4 54.64MB
10. Object Orientating Programming (O-O)/9. The sealed Keyword.mp4 32.48MB
10. Object Orientating Programming (O-O)/10. Abstract Classes and Abstract Methods.mp4 95.48MB
10. Object Orientating Programming (O-O)/11. The this Keyword.mp4 46.96MB
10. Object Orientating Programming (O-O)/12. The base Keyword and base Class Constructors.mp4 73.32MB
10. Object Orientating Programming (O-O)/13. Interfaces.mp4 133.03MB
10. Object Orientating Programming (O-O)/14. O-O Summary.mp4 75.18MB
11. Misc Learning 2/1. EXERCISE - Drawing Pyramids.mp4 217.66MB
11. Misc Learning 2/2. Solutions, Multiple Projects and Namespaces.mp4 120.86MB
12. Debugging/1. Breakpoints and Code Stepping (Also Run to Click and Run to Cursor).mp4 390.37MB
12. Debugging/2. Immediate Window.mp4 148.4MB
12. Debugging/3. Locals and Autos Windows.mp4 102.09MB
12. Debugging/4. Watch Windows and Quick Watch.mp4 88.96MB
13. Misc Learning 3/1. The protected Access Modifier.mp4 85.94MB
13. Misc Learning 3/2. The static Keyword.mp4 139.2MB
14. Immutable Data Types/1. The readonly Keyword.mp4 72.48MB
14. Immutable Data Types/2. The const Keyword.mp4 82.87MB
15. The Stack and Heap/1. 14-1. Stack and Heap Memory (Stack Overflow and the Call Stack).mp4 141.13MB
15. The Stack and Heap/2. Method Parameters - Passing by Value.mp4 147.04MB
15. The Stack and Heap/3. Method Parameters - Passing by Reference (The ref Keyword).mp4 75.49MB
16. Structures/1. The struct Keyword.mp4 119.16MB
17. Objects, Dynamic and Anonymous/1. The object Data Type - Boxing and Unboxing.mp4 97.16MB
17. Objects, Dynamic and Anonymous/2. The dynamic keyword and Dynamic Type Checking.mp4 195.5MB
17. Objects, Dynamic and Anonymous/3. The var Keyword and Type Inference.mp4 149.94MB
17. Objects, Dynamic and Anonymous/4. Anonymous Types.mp4 80.39MB
18. null/1. The null Keyword.mp4 85.46MB
18. null/2. Nullable Value Types.mp4 63.6MB
18. null/3. The null-coalescing Operators.mp4 123.73MB
19. Method Parameters/1. Named and Optional Parameters.mp4 109.58MB
19. Method Parameters/2. The out Keyword.mp4 68.01MB
19. Method Parameters/3. The in Keyword.mp4 23.07MB
19. Method Parameters/4. The params Keyword.mp4 37.5MB
20. Misc Learning 4/1. Enumerations - The enum Type.mp4 125.92MB
1. Introduction/1. Is This The C# Course For You.mp4 135.77MB