This course will give you a full introduction into all of the core concepts of C#.
🎓C# Ultimate masterclass course with tasks & projects - 5 day flash sale! ⬇️
https://www.udemy.com/course/csharp-complete-masterclass/?couponCode=LE4RN-CSHARP
💖 Become a Patron: Show support & get perks!
https://www.patreon.com/coffeencode
💻 Community Discord server
https://discord.gg/nv3ukXaSvt
When you join the server, you can get your own personal help channel for FREE where you can post anything you're stuck with and I will help you 😊
☕ Buy me a Coffee
https://ko-fi.com/coffeencode
https://www.buymeacoffee.com/coffeencode
⭐ Chapters ⭐
⌨️ (0:00:00) Introduction
⌨️ (0:01:28) Installing Visual Studio 2022
⌨️ (0:04:56) Creating your first project
⌨️ (0:07:18) Hello world
⌨️ (0:10:27) Numeric data types
⌨️ (0:17:39) Text based data types
⌨️ (0:20:02) Udemy Course
⌨️ (0:20:13) Converting string to numbers
⌨️ (0:24:08) Boolean data type
⌨️ (0:25:17) Operators
⌨️ (0:31:18) Remainder
⌨️ (0:34:50) Var keyword
⌨️ (0:38:54) Const keyword
⌨️ (0:42:56) Exercise - Storing user data
⌨️ (0:44:47) Exercise - Odd/Even checker
⌨️ (0:46:41) Console Input/Output
⌨️ (0:55:14) If statements
⌨️ (1:08:55) Switch statements
⌨️ (1:14:11) For loops
⌨️ (1:22:10) While loops
⌨️ (1:32:34) Conditional operator
⌨️ (1:36:03) Numeric formatting
⌨️ (1:49:17) TryParse function
⌨️ (1:59:23) Exercise - Times table
⌨️ (2:02:52) Exercise - Fizz buzz game
⌨️ (2:08:06) Verbatim string literal
⌨️ (2:16:42) String formatting
⌨️ (2:22:17) String interpolation
⌨️ (2:25:41) String concatenation
⌨️ (2:30:23) Empty string
⌨️ (2:32:41) String Equals function
⌨️ (2:37:44) String iteration looping
⌨️ (2:47:37) String IsNullOrEmpty function
⌨️ (2:52:48) Exercise - Print string in reverse
⌨️ (3:01:26) Exercise - Password checker
⌨️ (3:10:44) Arrays
⌨️ (3:32:40) Array sorting
⌨️ (3:35:30) Array reversal
⌨️ (3:39:02) Array clearing
⌨️ (3:45:20) Array IndexOf
⌨️ (3:54:41) Lists
⌨️ (4:03:39) Dictionary
⌨️ (4:16:12) Exercise - Odd/Even number split
⌨️ (4:22:53) Exercise - Array of multiples
⌨️ (4:29:41) Functions
⌨️ (4:35:20) Void functions
⌨️ (4:41:14) Return type functions
⌨️ (4:59:30) Function parameters
⌨️ (5:12:06) Optional parameters
⌨️ (5:17:01) Named parameters
⌨️ (5:19:32) Out parameters
⌨️ (5:37:10) Reference parameters
⌨️ (5:45:54) Exercise - Area of a Triangle
⌨️ (5:49:55) Exercise - Sum of int Array
⌨️ (6:00:51) Exception handling
⌨️ (6:03:09) Try…catch
⌨️ (6:12:29) Printing error messages
⌨️ (6:17:13) Exercise - Custom TryParse
⌨️ (6:25:41) Debugging
⌨️ (6:37:37) Local/auto window
⌨️ (6:41:17) Watch window
⌨️ (6:46:21) Exercise - Fix logic error
⌨️ (6:49:55) Structures
⌨️ (7:06:38) Classes
⌨️ (7:15:38) Class functions
⌨️ (7:21:49) Class fields
⌨️ (7:37:08) Class variable/function scope
⌨️ (7:41:12) Class properties
⌨️ (8:00:51) Class ToString function override
⌨️ (8:16:26) Outro