ØMagnet

C# Software Development for Absolute Beginners

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

相关资源:

STARS-731 3.88 GB
18 丰乳肥臀一线天美穴!全身精油spa!油光程亮大奶子,翘起屁股特写,摆弄各种姿势诱惑 1.03 GB
CJOD-292 6.87 GB
fc3075051 1.73 GB
18bt.net_AARM-136C.mp4 1.83 GB
HMN-294-C_X1080X 5.26 GB