FileMood

Download Udemy - C# Ultimate Masterclass From Absolute Beginner to Expert (02.2024)

Udemy Ultimate Masterclass From Absolute Beginner to Expert 02 2024

Name

Udemy - C# Ultimate Masterclass From Absolute Beginner to Expert (02.2024)

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

10.8 GB

Total Files

634

Last Seen

2025-07-18 00:14

Hash

20C4BEDF94490D2456088A19D46BF3BBA4515DC7

/1. Introduction Getting started with C#/

4. Introduction on how to use Visual Studio.mp4

44.9 MB

11. Keyboard shortcuts.mp4

38.9 MB

3. Installing Visual Studio.mp4

20.7 MB

8. Commenting code.mp4

20.0 MB

7. Hello world!.mp4

19.3 MB

10. Different error types.mp4

18.6 MB

1. What is this course.mp4

17.6 MB

5. Understanding Using statements.mp4

15.2 MB

9. Understanding whitespace.mp4

14.8 MB

6. What is static void Main(string[] args).mp4

14.6 MB

12. Installing other packages in Visual Studio.mp4

7.3 MB

13. Summary.mp4

5.4 MB

4. Introduction on how to use Visual Studio.srt

14.4 KB

11. Keyboard shortcuts.srt

9.1 KB

3. Installing Visual Studio.srt

6.9 KB

7. Hello world!.srt

5.2 KB

8. Commenting code.srt

5.1 KB

10. Different error types.srt

4.8 KB

6. What is static void Main(string[] args).srt

4.3 KB

1. What is this course.srt

3.8 KB

9. Understanding whitespace.srt

3.7 KB

5. Understanding Using statements.srt

3.4 KB

12. Installing other packages in Visual Studio.srt

2.5 KB

13. Summary.srt

1.9 KB

2. Any questions Join the Discord server for instant access!.html

0.8 KB

/10. Interview Preparation/

2. Finding a Job.mp4

47.2 MB

3. Interview process.mp4

36.5 MB

1. Basics.mp4

30.6 MB

4. Technical test.mp4

22.8 MB

5. Final steps.mp4

21.3 MB

2. Finding a Job.srt

14.7 KB

3. Interview process.srt

13.1 KB

1. Basics.srt

10.1 KB

4. Technical test.srt

7.8 KB

5. Final steps.srt

5.9 KB

/11. Wrapping up!/

1. Summary.mp4

53.2 MB

2. What next.mp4

30.8 MB

1. Summary.srt

15.8 KB

2. What next.srt

8.4 KB

/12. Course finish/

1. Thank you & congratulations.mp4

2.1 MB

1. Thank you & congratulations.srt

1.0 KB

/2. Primitive Types/

2. Int, Long, Float, Double & Decimal.mp4

53.4 MB

6. Applying Operations to variables (+ - ).mp4

41.9 MB

4. Convert from String to Numbers.mp4

34.0 MB

8. Var keyword.mp4

29.2 MB

11. Summary.mp4

24.4 MB

7. Remainder operatorModulus (%).mp4

24.0 MB

9. Constants.mp4

23.4 MB

10. Advanced Datatypes.mp4

17.9 MB

3. String & Characters.mp4

17.0 MB

12. Exercise 1 - Storing user data.mp4

15.7 MB

15. Exercise 4 - Determine oddeven number.mp4

14.4 MB

13. Exercise 2 - Applying operators to 3 integers.mp4

8.5 MB

5. Boolean (truefalse).mp4

7.1 MB

14. Exercise 3 - Create & Print strings.mp4

4.8 MB

1. Introduction to variables.mp4

4.0 MB

2.1 Tutorial - Int, Long, Float, Double & Decimal.zip

16.6 KB

15.1 Exercise - Determine odd-even number - Blank.zip

13.2 KB

12.1 Exercise - Storing user data - Blank.zip

13.1 KB

12.2 Exercise - Storing user data - Solution.zip

13.0 KB

13.2 Exercise - Applying operators to 3 integers - Solution.zip

12.4 KB

14.1 Exercise - Create & Print strings - Blank.zip

12.3 KB

13.1 Exercise - Applying operators to 3 integers - Blank.zip

12.3 KB

8.1 Tutorial - Var.zip

12.2 KB

9.1 Tutorial - Constants.zip

12.2 KB

4.1 Tutorial - Convert from String to Numbers.zip

12.1 KB

6.1 Tutorial - Applying Operations to variables.zip

12.1 KB

10.1 Tutorial - Advanced Datatypes.zip

12.0 KB

7.1 Tutorial - Modulus.zip

11.9 KB

2. Int, Long, Float, Double & Decimal.srt

11.9 KB

15.2 Exercise - Determine odd-even number - Solution.zip

11.8 KB

3.1 Tutorial - String & Characters.zip

11.7 KB

14.2 Exercise - Create & Print strings - Solution.zip

11.2 KB

5.1 Tutorial - Boolean.zip

11.2 KB

6. Applying Operations to variables (+ - ).srt

9.6 KB

8. Var keyword.srt

7.5 KB

9. Constants.srt

7.1 KB

4. Convert from String to Numbers.srt

6.6 KB

11. Summary.srt

5.8 KB

7. Remainder operatorModulus (%).srt

5.4 KB

10. Advanced Datatypes.srt

5.2 KB

3. String & Characters.srt

4.6 KB

12. Exercise 1 - Storing user data.srt

4.1 KB

15. Exercise 4 - Determine oddeven number.srt

3.2 KB

5. Boolean (truefalse).srt

2.2 KB

13. Exercise 2 - Applying operators to 3 integers.srt

1.8 KB

1. Introduction to variables.srt

1.6 KB

14. Exercise 3 - Create & Print strings.srt

1.2 KB

/3. Control Flow/

13. Formatting console output.mp4

110.5 MB

3. If Statements.mp4

107.0 MB

9. While & Do While + Situational discussion.mp4

82.1 MB

15. TryParse - Safely Convert Strings.mp4

70.4 MB

2. Console InputOutput.mp4

64.1 MB

7. For loops.mp4

61.1 MB

29. Exercise 10 - Read and sum multiple values.mp4

55.9 MB

21. Exercise 2 - Age check output.mp4

54.4 MB

10. Task 4 - While, option selection.mp4

48.2 MB

26. Exercise 7 - Day number to day text.mp4

46.3 MB

4. Task 1 - If statement with time of day output.mp4

45.2 MB

5. Switch Statements.mp4

42.9 MB

25. Exercise 6 - Total number of days.mp4

42.1 MB

16. Task 7 - TryParse, read age value and validate.mp4

39.0 MB

23. Exercise 4 - Factorial.mp4

38.3 MB

24. Exercise 5 - Fizz buzz.mp4

34.2 MB

6. Task 2 - Switch statements with grade output.mp4

29.7 MB

22. Exercise 3 - Convert Fahrenheit to Celsius.mp4

28.3 MB

17. Console Text Color & Cursor customisation.mp4

27.4 MB

31. Exercise 12 - Outputting biggest integer from 3 values.mp4

26.5 MB

27. Exercise 8 - Print all even odd numbers from 0-100.mp4

24.2 MB

28. Exercise 9 - Validate triangle.mp4

24.2 MB

20. Exercise 1 - Times table.mp4

23.6 MB

11. Conditional Operator Question mark Ternary operator.mp4

22.8 MB

32. Exercise 13 - Read & check oddeven number.mp4

21.5 MB

14. Task 6 - Console output, format currency.mp4

20.3 MB

19. Summary.mp4

17.5 MB

30. Exercise 11 - Read and multiply values.mp4

14.4 MB

12. Task 5 - Conditional operator, integer compare.mp4

13.8 MB

8. Task 3 - For loop, summation of numbers.mp4

12.5 MB

18. Console window size and text size customisation.mp4

11.6 MB

1. Introduction.mp4

9.9 MB

21.2 Exercise - Age check output - Solution.zip

23.1 KB

13. Formatting console output.srt

21.8 KB

21.1 Exercise - Age check output - Blank.zip

21.7 KB

3. If Statements.srt

21.4 KB

32.1 Exercise - Read & check odd-even number - Blank.zip

20.9 KB

26.1 Exercise - Day number to day text - Blank.zip

18.0 KB

28.1 Exercise - Validate triangle - Blank.zip

17.9 KB

14.1 Tutorial - Console output, format currency - Blank.zip

17.9 KB

31.1 Exercise - Outputting biggest integer from 3 values - Blank.zip

17.8 KB

9. While & Do While + Situational discussion.srt

17.7 KB

24.1 Exercise - Fizz buzz - Blank.zip

17.7 KB

26.2 Exercise - Day number to day text- Solution.zip

17.7 KB

28.2 Exercise - Validate triangle - Solution.zip

17.7 KB

29.1 Exercise - Read and sum multiple values - Blank.zip

17.7 KB

9.1 Tutorial - While & Do While + Situational discussion.zip

17.5 KB

23.1 Exercise - Factorial - Blank.zip

17.5 KB

8.1 Tutorial - For loop, summation of numbers - Blank.zip

17.4 KB

8.2 Tutorial - For loop, summation of numbers - Solution.zip

17.4 KB

27.1 Exercise - Print all even-odd numbers from 0-100 - Blank.zip

17.4 KB

25.2 Exercise - Total number of days - Solution.zip

17.4 KB

3.1 Tutorial - If statements.zip

17.3 KB

22.1 Exercise - Convert Fahrenheit to Celsius - Blank.zip

17.2 KB

25.1 Exercise - Total number of days - Blank.zip

17.1 KB

13.1 Tutorial - Formatting console output.zip

17.1 KB

22.2 Exercise - Convert Fahrenheit to Celsius - Solution.zip

17.1 KB

30.1 Exercise - Read and multiply values - Blank.zip

17.1 KB

12.1 Tutorial - Conditional operator, integer compare - Blank.zip

17.0 KB

7.1 Tutorial - For loops.zip

17.0 KB

20.2 Exercise - Times table - Solution.zip

17.0 KB

27.2 Exercise - Print all even-odd numbers from 0-100 - Solution.zip

16.9 KB

24.2 Exercise - Fizz buzz - Solution.zip

16.9 KB

14.2 Tutorial - Console output, format currency - Solution.zip

16.8 KB

31.2 Exercise - Outputting biggest integer from 3 values - Solution.zip

16.8 KB

5.1 Tutorial - Switch statements.zip

16.7 KB

29.2 Exercise - Read and sum multiple values - Solution.zip

16.7 KB

17.1 Tutorial - Console Text Color & Cursor customisation.zip

16.7 KB

20.1 Exercise - Times table - Blank.zip

16.7 KB

15.1 Tutorial - TryParse.zip

16.7 KB

32.2 Exercise - Read & check odd-even number - Solution.zip

16.6 KB

23.2 Exercise - Factorial - Solution.zip

16.5 KB

30.2 Exercise - Read and multiply values - Solution.zip

16.5 KB

2.1 Tutorial - Console IO.zip

16.4 KB

12.2 Tutorial - Conditional operator, integer compare - Solution.zip

16.2 KB

15. TryParse - Safely Convert Strings.srt

16.1 KB

2. Console InputOutput.srt

14.4 KB

7. For loops.srt

13.5 KB

10.1 Tutorial - While, option selection - Blank.zip

13.0 KB

4.2 Tutorial - If statement with time of day output - Solution.zip

13.0 KB

16.1 Tutorial - TryParse, read age value and validate - Blank.zip

12.9 KB

4.1 Tutorial - If statement with time of day output - Blank.zip

12.9 KB

6.1 Tutorial - Switch statements with grade output - Blank.zip

12.9 KB

10.2 Tutorial - While, option selection - Solution.zip

12.7 KB

6.2 Tutorial - Switch statements with grade output - Solution.zip

12.5 KB

16.2 Tutorial - TryParse, read age value and validate - Solution.zip

12.5 KB

29. Exercise 10 - Read and sum multiple values.srt

12.5 KB

11.1 Tutorial - Conditional Operator.zip

12.3 KB

21. Exercise 2 - Age check output.srt

10.6 KB

10. Task 4 - While, option selection.srt

9.3 KB

5. Switch Statements.srt

9.3 KB

23. Exercise 4 - Factorial.srt

8.7 KB

25. Exercise 6 - Total number of days.srt

8.7 KB

16. Task 7 - TryParse, read age value and validate.srt

8.6 KB

24. Exercise 5 - Fizz buzz.srt

8.3 KB

4. Task 1 - If statement with time of day output.srt

8.1 KB

26. Exercise 7 - Day number to day text.srt

7.7 KB

6. Task 2 - Switch statements with grade output.srt

6.5 KB

22. Exercise 3 - Convert Fahrenheit to Celsius.srt

6.1 KB

27. Exercise 8 - Print all even odd numbers from 0-100.srt

6.0 KB

17. Console Text Color & Cursor customisation.srt

6.0 KB

11. Conditional Operator Question mark Ternary operator.srt

6.0 KB

20. Exercise 1 - Times table.srt

5.8 KB

31. Exercise 12 - Outputting biggest integer from 3 values.srt

5.2 KB

32. Exercise 13 - Read & check oddeven number.srt

4.8 KB

28. Exercise 9 - Validate triangle.srt

4.6 KB

19. Summary.srt

4.4 KB

14. Task 6 - Console output, format currency.srt

4.0 KB

12. Task 5 - Conditional operator, integer compare.srt

3.2 KB

1. Introduction.srt

3.2 KB

8. Task 3 - For loop, summation of numbers.srt

3.1 KB

18. Console window size and text size customisation.srt

2.9 KB

30. Exercise 11 - Read and multiply values.srt

2.6 KB

/4. String Functions/

20. StringBuilder.mp4

149.0 MB

13. Substring.mp4

106.0 MB

26. Exercise 5 - Reverse string case.mp4

92.7 MB

14. Iterate through a string.mp4

73.2 MB

24. Exercise 3 - Password checker.mp4

71.7 MB

4. Interpolation (@).mp4

63.2 MB

12. Remove.mp4

61.5 MB

25. Exercise 4 - Read & print full name.mp4

60.4 MB

23. Exercise 2 - Read & print in reverse.mp4

57.7 MB

19. Trim.mp4

56.2 MB

17. ToUpper & ToLower.mp4

48.9 MB

3. Composite Formatting {0}.mp4

41.8 MB

5. Concatenation & Plus operator.mp4

38.4 MB

7. Equals.mp4

37.9 MB

18. StartsWith & EndsWith.mp4

37.4 MB

15. IsNullOrEmpty.mp4

36.9 MB

9. Insert.mp4

32.4 MB

11. IndexOf.mp4

32.1 MB

10. Replace.mp4

27.0 MB

22. Exercise 1 - Read string & print length.mp4

24.3 MB

16. ToString.mp4

21.5 MB

2. Interpolation ($).mp4

21.2 MB

8. Contains.mp4

18.2 MB

6. Empty.mp4

14.1 MB

1. Introduction.mp4

8.6 MB

21. Summary.mp4

2.4 MB

20. StringBuilder.srt

31.6 KB

13. Substring.srt

22.6 KB

26. Exercise 5 - Reverse string case.srt

19.3 KB

14. Iterate through a string.srt

17.5 KB

7.1 Tutorial - Equals.zip

17.1 KB

26.2 Exercise - Reverse string case - Solution.zip

17.0 KB

3.1 Tutorial - Composite Formatting.zip

17.0 KB

24.2 Exercise - Password checker - Solution.zip

16.8 KB

4.1 Tutorial - Interpolation (@).zip

16.8 KB

26.1 Exercise - Reverse string case - Blank.zip

16.7 KB

24.1 Exercise - Password checker - Blank.zip

16.5 KB

24. Exercise 3 - Password checker.srt

16.4 KB

25.2 Exercise - Read & print full name - Solution.zip

16.4 KB

23.2 Exercise - Read & print in reverse - Solution.zip

16.4 KB

11.1 Tutorial - IndexOf.zip

16.3 KB

25.1 Exercise - Read & print full name - Blank.zip

16.2 KB

23.1 Exercise - Read & print in reverse - Blank.zip

16.1 KB

17.1 Tutorial - ToUpper & ToLower.zip

16.1 KB

20.1 Tutorial - StringBuilder.zip

16.0 KB

14.1 Tutorial - Iterate through a string.zip

16.0 KB

8.1 Tutorial - Contains.zip

16.0 KB

19.1 Tutorial - Trim.zip

15.9 KB

18.1 Tutorial - StartsWith & EndsWith.zip

15.9 KB

5.1 Tutorial - Concatenation & Plus operator.zip

15.9 KB

13.1 Tutorial - Substring.zip

15.6 KB

10.1 Tutorial - Replace.zip

15.5 KB

12.1 Tutorial - Remove.zip

15.5 KB

23. Exercise 2 - Read & print in reverse.srt

15.3 KB

12. Remove.srt

15.0 KB

4. Interpolation (@).srt

13.7 KB

19. Trim.srt

13.6 KB

25. Exercise 4 - Read & print full name.srt

13.1 KB

17. ToUpper & ToLower.srt

12.4 KB

15.1 Tutorial - IsNullOrEmpty.zip

12.3 KB

16.1 Tutorial - ToString.zip

11.8 KB

2.1 Tutorial - Interpolation ($).zip

11.7 KB

22.2 Exercise - Read string & print length - Solution.zip

11.6 KB

22.1 Exercise - Read string & print length - Blank.zip

11.3 KB

9.1 Tutorial - Insert.zip

11.2 KB

6.1 Tutorial - Empty.zip

11.1 KB

3. Composite Formatting {0}.srt

9.2 KB

18. StartsWith & EndsWith.srt

9.2 KB

9. Insert.srt

8.5 KB

7. Equals.srt

8.5 KB

5. Concatenation & Plus operator.srt

8.3 KB

15. IsNullOrEmpty.srt

8.3 KB

11. IndexOf.srt

7.6 KB

10. Replace.srt

6.7 KB

2. Interpolation ($).srt

5.9 KB

22. Exercise 1 - Read string & print length.srt

5.3 KB

16. ToString.srt

5.2 KB

8. Contains.srt

4.6 KB

6. Empty.srt

4.1 KB

1. Introduction.srt

3.3 KB

21. Summary.srt

1.2 KB

/5. Data Structures/

13. Multidimensional Arrays.mp4

215.0 MB

2. Arrays (Static).mp4

169.7 MB

15. Task 6 - Add, Find, Remove & Iterate List.mp4

163.6 MB

17. Task 7 - Dictionary Scoreboard.mp4

109.6 MB

25. Exercise 6 - Read values & search.mp4

105.4 MB

18. Dissecting a comma-separated list (CSV).mp4

102.7 MB

8. Copy Arrays.mp4

94.1 MB

23. Exercise 4 - Menu options.mp4

91.2 MB

12. Task 5 - Search & Print shopping list item.mp4

89.5 MB

16. Dictionary (Dynamic).mp4

88.9 MB

3. Task 1 - Array, shopping list.mp4

85.8 MB

11. IndexOf.mp4

71.8 MB

24. Exercise 5 - Read values & Print total.mp4

71.5 MB

22. Exercise 3 - TicTacToe board.mp4

57.4 MB

14. List (Dynamic).mp4

55.8 MB

21. Exercise 2 - Array of Multiples.mp4

49.9 MB

20. Exercise 1 - Split evenodd numbers.mp4

44.9 MB

10. Task 4 - Clear & Print shopping list.mp4

41.3 MB

9. Clear Array.mp4

40.0 MB

6. Reverse Arrays.mp4

22.6 MB

5. Task 2 - Sort & Print shopping list.mp4

20.2 MB

1. Introduction.mp4

19.5 MB

4. Sorting Arrays.mp4

17.7 MB

7. Task 3 - Reverse & Print shopping list.mp4

13.5 MB

19. Summary.mp4

3.1 MB

2. Arrays (Static).srt

37.4 KB

15. Task 6 - Add, Find, Remove & Iterate List.srt

36.3 KB

18. Dissecting a comma-separated list (CSV).srt

27.0 KB

15.2 Tutorial - Add, Find, Remove & Iterate List - Solution.zip

26.8 KB

15.1 Tutorial - Add, Find, Remove & Iterate List - Blank.zip

26.5 KB

17. Task 7 - Dictionary Scoreboard.srt

25.4 KB

20.1 Exercise - Split even-odd numbers - Blank.zip

24.8 KB

25.2 Exercise - Read values & search - Solution.zip

24.8 KB

20.2 Exercise - Split even-odd numbers - Solution.zip

24.8 KB

13.1 Tutorial - Multidimensional Arrays.zip

24.7 KB

24.2 Exercise - Read values & Print total - Solution.zip

24.6 KB

10.1 Tutorial - Clear & Print shopping list - Blank.zip

24.6 KB

10.2 Tutorial - Clear & Print shopping list - Solution.zip

24.5 KB

25.1 Exercise - Read values & search - Blank.zip

24.3 KB

18.1 Tutorial - Dissecting a comma-separated list (CSV).zip

24.2 KB

24.1 Exercise - Read values & Print total - Blank.zip

24.2 KB

22.2 Exercise - TicTacToe board - Solution.zip

24.1 KB

21.2 Exercise - Array of Multiples - Solution.zip

23.8 KB

22.1 Exercise - TicTacToe board - Blank.zip

23.8 KB

14.1 Tutorial - Lists (Dynamic).zip

23.8 KB

23.2 Exercise - Menu options - Solution.zip

23.5 KB

21.1 Exercise - Array of Multiples - Blank.zip

23.5 KB

23.1 Exercise - Menu options - Blank.zip

23.1 KB

11.1 Tutorial - IndexOf.zip

22.9 KB

9.1 Tutorial - Clear.zip

22.7 KB

25. Exercise 6 - Read values & search.srt

22.4 KB

16. Dictionary (Dynamic).srt

22.2 KB

23. Exercise 4 - Menu options.srt

20.9 KB

5.2 Tutorial - Sort & Print shopping list - Solution.zip

19.7 KB

5.1 Tutorial - Sort & Print shopping list - Blank.zip

19.6 KB

7.1 Tutorial - Reverse & Print shopping list - Blank.zip

19.6 KB

3. Task 1 - Array, shopping list.srt

19.2 KB

12. Task 5 - Search & Print shopping list item.srt

18.5 KB

7.2 Tutorial - Reverse & Print shopping list - Solution.zip

18.2 KB

24. Exercise 5 - Read values & Print total.srt

16.4 KB

14. List (Dynamic).srt

16.3 KB

6.1 Tutorial - Reverse Arrays.zip

16.2 KB

17.2 Tutorial - Dictionary Scoreboard - Solution.zip

14.6 KB

22. Exercise 3 - TicTacToe board.srt

14.6 KB

12.2 Tutorial - Search & Print shopping list item - Solution.zip

14.5 KB

17.1 Tutorial - Dictionary Scoreboard - Blank.zip

14.5 KB

12.1 Tutorial - Search & Print shopping list item - Blank.zip

14.4 KB

3.1 Tutorial - Array, shopping list - Blank.zip

13.9 KB

3.2 Tutorial - Array, shopping list - Solution.zip

13.9 KB

16.1 Tutorial - Dictionary (Dynamic).zip

13.6 KB

21. Exercise 2 - Array of Multiples.srt

12.7 KB

20. Exercise 1 - Split evenodd numbers.srt

12.4 KB

8.1 Tutorial - Copy Arrays.zip

12.1 KB

2.1 Tutorial - Arrays.zip

11.4 KB

4.1 Tutorial - Sorting Arrays.zip

11.1 KB

6. Reverse Arrays.srt

6.3 KB

1. Introduction.srt

6.1 KB

4. Sorting Arrays.srt

4.8 KB

19. Summary.srt

1.2 KB

/6. Functions Methods/

7. Return type methods.mp4

139.2 MB

15. Out parameter.mp4

128.9 MB

9. Parameters.mp4

99.4 MB

29. Exercise 8 - Sum of int array.mp4

85.4 MB

16. Task 7 - Remainder return.mp4

65.1 MB

17. Passing by reference.mp4

61.3 MB

25. Exercise 4 - SquareCubed functions.mp4

56.7 MB

4. Variable Scope.mp4

50.9 MB

19. Functional overloading.mp4

45.1 MB

8. Task 3 - Return Welcome & Goodbye functions.mp4

43.8 MB

5. Void methods.mp4

38.8 MB

18. Task 8 - Remainder ref return.mp4

38.3 MB

22. Exercise 1 - Sum of numbers.mp4

36.3 MB

23. Exercise 2 - Count spaces.mp4

34.3 MB

2. Function introduction.mp4

32.3 MB

26. Exercise 5 - Area of a Triangle.mp4

32.2 MB

11. Optional Parameters.mp4

31.6 MB

24. Exercise 3 - Swap ints.mp4

28.8 MB

12. Task 5 - Inline Console Print.mp4

28.3 MB

28. Exercise 7 - Factorial.mp4

22.3 MB

3. Task 1 - Print name in function.mp4

21.9 MB

20. Task 9 - Combine remainder returns.mp4

21.6 MB

27. Exercise 6 - Minutes conversion.mp4

20.2 MB

13. Named parameters.mp4

19.0 MB

10. Task 4 - Console Print.mp4

17.6 MB

21. Summary.mp4

15.0 MB

6. Task 2 - Welcome & Goodbye functions.mp4

10.9 MB

1. Introduction.mp4

9.3 MB

14. Task 6 - Named Console Print.mp4

9.2 MB

7. Return type methods.srt

33.7 KB

15. Out parameter.srt

32.0 KB

19.1 Tutorial - Functional overloading.zip

25.0 KB

8.1 Tutorial - Return welcome & goodbye - Blank.zip

25.0 KB

20.2 Tutorial - Combine remainder returns - Solution.zip

25.0 KB

8.2 Tutorial - Return welcome & goodbye - Solution.zip

24.9 KB

29.2 Exercise - Sum of int array - Solution.zip

24.5 KB

20.1 Tutorial - Combine remainder returns - Blank.zip

24.5 KB

9.1 Tutorial - Parameters.zip

24.2 KB

29.1 Exercise - Sum of int array - Blank.zip

24.1 KB

9. Parameters.srt

23.8 KB

25.2 Exercise - Square-cubed functions - Solution.zip

23.8 KB

26.2 Exercise - Area of a Triangle - Solution.zip

23.6 KB

22.2 Exercise - Sum of numbers - Solution.zip

23.5 KB

15.1 Tutorial - Out parameter.zip

23.5 KB

23.2 Exercise - Count spaces - Solution.zip

23.4 KB

25.1 Exercise - Square-cubed functions - Blank.zip

23.4 KB

26.1 Exercise - Area of a Triangle - Blank.zip

23.3 KB

12.2 Tutorial - Inline Console Print - Solution.zip

23.3 KB

22.1 Exercise - Sum of numbers - Blank.zip

23.1 KB

23.1 Exercise - Count spaces - Blank.zip

23.1 KB

12.1 Tutorial - Inline Console Print - Blank.zip

23.0 KB

27.2 Exercise - Minutes conversion - Solution.zip

23.0 KB

28.2 Exercise - Factorial - Solution.zip

22.8 KB

27.1 Exercise - Minutes conversion - Blank.zip

22.7 KB

28.1 Exercise - Factorial - Blank.zip

22.4 KB

24.2 Exercise - Swap ints - Solution.zip

22.3 KB

11.1 Tutorial - Optional Parameters.zip

22.1 KB

24.1 Exercise - Swap ints - Blank.zip

22.0 KB

29. Exercise 8 - Sum of int array.srt

20.9 KB

17. Passing by reference.srt

16.6 KB

3.2 Tutorial - Print name in function - Solution.zip

14.1 KB

3.1 Tutorial - Print name in function - Blank.zip

13.9 KB

16. Task 7 - Remainder return.srt

13.7 KB

4. Variable Scope.srt

13.7 KB

17.1 Tutorial - Passing by reference.zip

13.6 KB

10.2 Tutorial - Console Print - Solution.zip

13.5 KB

18.2 Tutorial - Remainder ref return - Solution.zip

13.4 KB

4.1 Tutorial - Variable Scope.zip

13.3 KB

2.1 Tutorial - Function introduction.zip

13.3 KB

16.2 Tutorial - Remainder return - Solution.zip

13.3 KB

10.1 Tutorial - Console Print - Blank.zip

13.2 KB

6.2 Tutorial - Welcome & Goodbye functions - Solution.zip

13.2 KB

18.1 Tutorial - Remainder ref return - Blank.zip

13.1 KB

14.2 Tutorial - Named Console Print - Solution.zip

13.0 KB

6.1 Tutorial - Welcome & Goodbye functions - Blank.zip

13.0 KB

16.1 Tutorial - Remainder return - Blank.zip

12.9 KB

14.1 Tutorial - Named Console Print - Blank.zip

12.8 KB

25. Exercise 4 - SquareCubed functions.srt

12.7 KB

7.1 Tutorial - Return type methods.zip

12.6 KB

13.1 Tutorial - Named parameters.zip

12.3 KB

5.1 Tutorial - Void methods.zip

12.1 KB

2. Function introduction.srt

10.3 KB

19. Functional overloading.srt

10.3 KB

5. Void methods.srt

10.3 KB

11. Optional Parameters.srt

8.9 KB

18. Task 8 - Remainder ref return.srt

8.8 KB

24. Exercise 3 - Swap ints.srt

8.2 KB

23. Exercise 2 - Count spaces.srt

7.9 KB

26. Exercise 5 - Area of a Triangle.srt

7.5 KB

22. Exercise 1 - Sum of numbers.srt

7.3 KB

12. Task 5 - Inline Console Print.srt

6.5 KB

28. Exercise 7 - Factorial.srt

5.8 KB

3. Task 1 - Print name in function.srt

5.5 KB

20. Task 9 - Combine remainder returns.srt

4.8 KB

13. Named parameters.srt

4.7 KB

27. Exercise 6 - Minutes conversion.srt

4.6 KB

10. Task 4 - Console Print.srt

4.0 KB

1. Introduction.srt

3.8 KB

21. Summary.srt

3.6 KB

6. Task 2 - Welcome & Goodbye functions.srt

3.1 KB

14. Task 6 - Named Console Print.srt

1.8 KB

/7. Exception Handling/

5. Throwing Exceptions.mp4

101.5 MB

3. Try...catch.mp4

75.9 MB

9. Exercise 2 - Custom TryParse function.mp4

65.0 MB

6. Discussion - when to use TryX over if.mp4

40.5 MB

4. Printing error messages.mp4

34.4 MB

10. Exercise 3 - Dividing by Zero.mp4

29.8 MB

8. Exercise 1 - Array out of bounds.mp4

24.8 MB

11. Exercise 4 - Int overflow.mp4

18.3 MB

2. Exception Handling.mp4

15.6 MB

7. Summary.mp4

6.6 MB

1. Introduction.mp4

5.6 MB

5. Throwing Exceptions.srt

23.5 KB

8.2 Exercise - Array out of bounds - Solution.zip

22.9 KB

11.2 Exercise - Int overflow - Solution.zip

22.9 KB

11.1 Exercise - Int overflow - Blank.zip

22.6 KB

8.1 Exercise - Array out of bounds - Blank.zip

22.6 KB

4.1 Tutorial - Printing error messages.zip

22.3 KB

5.1 Tutorial - Throwing.zip

21.9 KB

9. Exercise 2 - Custom TryParse function.srt

15.7 KB

10.2 Exercise - Dividing by Zero - Solution.zip

13.6 KB

9.2 Exercise - Custom TryParse function - Solution.zip

13.5 KB

10.1 Exercise - Dividing by Zero - Blank.zip

13.4 KB

9.1 Exercise - Custom TryParse function - Blank.zip

13.2 KB

6.1 Tutorial - Exception Handling Discussion.zip

12.8 KB

2.1 Tutorial - Exception Handling.zip

12.2 KB

3.1 Tutorial - Try...catch.zip

11.9 KB

6. Discussion - when to use TryX over if.srt

9.3 KB

4. Printing error messages.srt

8.6 KB

8. Exercise 1 - Array out of bounds.srt

6.4 KB

7. Summary.srt

2.5 KB

/8. Debugging/

3. Debugging.mp4

89.6 MB

2. Console Debugging.mp4

61.2 MB

9. Exercise 2 - Find the error.mp4

50.9 MB

4. Call stack.mp4

48.3 MB

6. Watch list.mp4

36.2 MB

5. Local-auto windows.mp4

27.4 MB

8. Exercise 1 - Logic error.mp4

26.3 MB

7. Summary.mp4

5.5 MB

1. Introduction.mp4

4.3 MB

9.1 Exercise - Find the error - Blank.zip

23.3 KB

8.1 Exercise - Logic error - Blank.zip

22.5 KB

8.2 Exercise - Logic error - Solution.zip

22.2 KB

3. Debugging.srt

22.0 KB

3.1 Tutorial - Debugging.zip

21.9 KB

2. Console Debugging.srt

15.0 KB

9.2 Exercise - Find the error - Solution.zip

13.8 KB

9. Exercise 2 - Find the error.srt

13.8 KB

5.1 Tutorial - Local-auto window.zip

13.3 KB

4.1 Tutorial - Call stack.zip

13.0 KB

2.1 Tutorial - Console debugging.zip

12.3 KB

6.1 Tutorial - Watch list.zip

12.0 KB

4. Call stack.srt

10.8 KB

6. Watch list.srt

10.0 KB

5. Local-auto windows.srt

6.9 KB

8. Exercise 1 - Logic error.srt

6.2 KB

7. Summary.srt

2.2 KB

1. Introduction.srt

1.8 KB

/9. Object Oriented Programming (OOP)/

14. Task 6 - Box operator overloading.mp4

227.0 MB

31. Exercise 1 - Book Storage.mp4

220.6 MB

25. Enums.mp4

182.9 MB

34. Exercise 4 - Person Student Staff.mp4

180.0 MB

29. Object Oriented Recap.mp4

178.3 MB

23. Static functions.mp4

176.5 MB

17. Inheritance.mp4

166.9 MB

11. Properties.mp4

159.2 MB

32. Exercise 2 - Customer w Invoices.mp4

150.9 MB

12. Task 5 - Limit Box property values.mp4

147.3 MB

33. Exercise 3 - Employee.mp4

145.4 MB

13. Operator Overloading.mp4

145.2 MB

2. Structures.mp4

141.7 MB

20. Task 9 - Box Abstract Class.mp4

130.1 MB

8. Fields.mp4

126.4 MB

15. Overriding ToString().mp4

124.4 MB

19. Abstract Classes.mp4

118.6 MB

9. Task 4 - Box Fields.mp4

103.3 MB

18. Task 8 - BoxSquareRectangle inheritance.mp4

89.2 MB

26. Task 12 - Enum Weekdays.mp4

75.7 MB

16. Task 7 - Override Box ToString().mp4

72.3 MB

24. Task 11 - CreateBox helper function.mp4

70.8 MB

4. Class Constructor.mp4

70.1 MB

22. Task 10 - Box interface.mp4

68.9 MB

3. Task 1 - Box Structure.mp4

66.4 MB

21. Interface.mp4

59.4 MB

6. Methods Functions.mp4

56.5 MB

27. Protected keyword.mp4

50.1 MB

7. Task 3 - Box details function.mp4

47.8 MB

28. Sealed keyword.mp4

34.7 MB

10. Variable Scope.mp4

34.0 MB

5. Task 2 - Box class.mp4

23.7 MB

1. Introduction.mp4

12.7 MB

30. Summary.mp4

7.0 MB

31. Exercise 1 - Book Storage.srt

47.5 KB

14. Task 6 - Box operator overloading.srt

45.2 KB

25. Enums.srt

39.7 KB

17. Inheritance.srt

37.1 KB

29. Object Oriented Recap.srt

36.3 KB

23. Static functions.srt

35.9 KB

11. Properties.srt

34.4 KB

13. Operator Overloading.srt

33.1 KB

34. Exercise 4 - Person Student Staff.srt

32.9 KB

31.2 Exercise - Book storage - Solution.zip

31.5 KB

23.1 Tutorial - Static functions.zip

31.0 KB

31.1 Exercise - Book storage - Blank.zip

30.7 KB

12. Task 5 - Limit Box property values.srt

30.2 KB

2. Structures.srt

30.0 KB

19.1 Tutorial - Abstract Classes.zip

29.5 KB

33. Exercise 3 - Employee.srt

29.4 KB

32.2 Exercise - Customer with invoices - Solution.zip

29.0 KB

34.2 Exercise - Person-Student-Staff - Solution.zip

29.0 KB

32. Exercise 2 - Customer w Invoices.srt

29.0 KB

15. Overriding ToString().srt

28.8 KB

32.1 Exercise - Customer with invoices - Blank.zip

28.4 KB

34.1 Exercise - Person-Student-Staff - Blank.zip

28.4 KB

17.1 Tutorial - Inheritance.zip

27.3 KB

13.1 Tutorial - Operator Overloading.zip

26.9 KB

8. Fields.srt

26.6 KB

33.2 Exercise - Employee - Solution.zip

25.4 KB

25.1 Tutorial - Enums.zip

25.3 KB

33.1 Exercise - Employee - Blank.zip

24.9 KB

19. Abstract Classes.srt

24.7 KB

20. Task 9 - Box Abstract Class.srt

24.6 KB

2.1 Tutorial - Structures.zip

24.3 KB

15.1 Tutorial - Overriding ToString().zip

24.3 KB

26.2 Tutorial - Enum weekdays - Solution.zip

23.9 KB

24.1 Tutorial - CreateBox helper function - Blank.zip

23.8 KB

24.2 Tutorial - CreateBox helper function - Solution.zip

23.6 KB

26.1 Tutorial - Enum weekdays - Blank.zip

23.5 KB

11.1 Tutorial - Properties.zip

23.4 KB

8.1 Tutorial - Fields.zip

23.4 KB

14.2 Tutorial - Box operator overloading - Solution.zip

23.1 KB

22.1 Tutorial - Box Interface - Blank.zip

22.9 KB

22.2 Tutorial - Box Interface - Solution.zip

22.8 KB

20.2 Tutorial - Box Abstract - Solution.zip

22.8 KB

20.1 Tutorial - Box Abstract - Blank.zip

22.0 KB

16.1 Tutorial - Box String Override - Blank.zip

21.9 KB

18.2 Tutorial - Inheritance - Solution.zip

21.7 KB

16.2 Tutorial - Box String Override - Solution.zip

21.6 KB

18.1 Tutorial - Inheritance - Blank.zip

21.5 KB

18. Task 8 - BoxSquareRectangle inheritance.srt

21.5 KB

14.1 Tutorial - Box operator overloading - Blank.zip

20.9 KB

12.2 Tutorial - Limit Box Properties - Solution.zip

20.4 KB

12.1 Tutorial - Limit Box Properties - Blank.zip

20.2 KB

9.2 Tutorial - Box Fields - Solution.zip

19.7 KB

7.2 Tutorial - Box details function - Solution.zip

19.7 KB

7.1 Tutorial - Box details function - Blank.zip

19.3 KB

9.1 Tutorial - Box Fields - Blank.zip

19.0 KB

9. Task 4 - Box Fields.srt

19.0 KB

3.2 Tutorial - Box Structure - Solution.zip

18.6 KB

5.1 Tutorial - Box class - Blank.zip

18.5 KB

5.2 Tutorial - Box class - Solution.zip

18.3 KB

3.1 Tutorial - Box Structure - Blank.zip

18.1 KB

26. Task 12 - Enum Weekdays.srt

17.6 KB

4. Class Constructor.srt

16.3 KB

16. Task 7 - Override Box ToString().srt

15.1 KB

24. Task 11 - CreateBox helper function.srt

14.8 KB

22. Task 10 - Box interface.srt

14.4 KB

3. Task 1 - Box Structure.srt

14.0 KB

6.1 Tutorial - Methods-Functions.zip

13.5 KB

10.1 Tutorial - Variable Scope.zip

13.5 KB

4.1 Tutorial - Class Constructor.zip

13.0 KB

21. Interface.srt

12.9 KB

27. Protected keyword.srt

12.8 KB

21.1 Tutorial - Interface.zip

12.5 KB

27.1 Tutorial - Protected.zip

12.2 KB

28.1 Tutorial - Sealed.zip

12.0 KB

6. Methods Functions.srt

11.4 KB

28. Sealed keyword.srt

10.8 KB

7. Task 3 - Box details function.srt

9.6 KB

10. Variable Scope.srt

7.2 KB

5. Task 2 - Box class.srt

5.9 KB

1. Introduction.srt

3.9 KB

30. Summary.srt

2.4 KB

 

Total files 634


Copyright © 2025 FileMood.com