Learn C# - Full Course with Mini-Projects

Learn C# - Full Course with Mini-Projects

freeCodeCamp.org via freeCodeCamp Direct link

Introduction

1 of 69

1 of 69

Introduction

Class Central Classrooms beta

YouTube playlists curated by Class Central.

Classroom Contents

Learn C# - Full Course with Mini-Projects

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Introduction
  2. 2 Installing Visual Studio 2022
  3. 3 Creating your first project
  4. 4 Hello world
  5. 5 Numeric data types
  6. 6 Text based data types
  7. 7 Converting string to numbers
  8. 8 Boolean data type
  9. 9 Operators
  10. 10 Remainder
  11. 11 Var keyword
  12. 12 Const keyword
  13. 13 Exercise - Storing user data
  14. 14 Exercise - Odd/Even checker
  15. 15 Console Input/Output
  16. 16 If statements
  17. 17 Switch statements
  18. 18 For loops
  19. 19 While loops
  20. 20 Conditional operator
  21. 21 Numeric formatting
  22. 22 TryParse function
  23. 23 Exercise - Times table
  24. 24 Exercise - Fizz buzz game
  25. 25 Verbatim string literal
  26. 26 String formatting
  27. 27 String interpolation
  28. 28 String concatenation
  29. 29 Empty string
  30. 30 String Equals function
  31. 31 String iteration looping
  32. 32 String IsNullOrEmpty function
  33. 33 Exercise - Print string in reverse
  34. 34 Exercise - Password checker
  35. 35 Arrays
  36. 36 Array sorting
  37. 37 Array reversal
  38. 38 Array clearing
  39. 39 Array IndexOf
  40. 40 Lists
  41. 41 Dictionary
  42. 42 Exercise - Odd/Even number split
  43. 43 Exercise - Array of multiples
  44. 44 Functions
  45. 45 Void functions
  46. 46 Return type functions
  47. 47 Function parameters
  48. 48 Optional parameters
  49. 49 Named parameters
  50. 50 Out parameters
  51. 51 Reference parameters
  52. 52 Exercise - Area of a Triangle
  53. 53 Exercise - Sum of int Array
  54. 54 Exception handling
  55. 55 Try…catch
  56. 56 Printing error messages
  57. 57 Exercise - Custom TryParse
  58. 58 Debugging
  59. 59 Local/auto window
  60. 60 Watch window
  61. 61 Exercise - Fix logic error
  62. 62 Structures
  63. 63 Classes
  64. 64 Class functions
  65. 65 Class fields
  66. 66 Class variable/function scope
  67. 67 Class properties
  68. 68 Class ToString function override
  69. 69 Outro

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.