00:00:00 – 1. Introduction
00:01:46 – 2. What Do You Want To Achieve
00:03:56 – 4. Downloading and Installing Visual Studio
00:08:08 – 7. Creating our First Project and Hello World
00:12:06 – 8. Hello World on a Mac
00:14:11 – 10. History of Csharp
00:21:33 – 11. Understanding Frameworks and Compiling
00:27:10 – 12. Single line comments
00:28:31 – 13. Top Level Statements – Documentation
00:35:46 – 14. Using System Directives
00:37:59 – 15. Using variables – String
00:43:32 – 16. Understanding User Input and the Data Type String
00:51:27 – 17. Take control over our console
00:53:15 – 18. Quick VS UI overview, Folder Structure and understanding Compiler errors vs RunT
00:58:58 – 21. High Level Overview of Variables and Datatypes
01:03:24 – 22. Coding Standards
01:07:18 – 23. Naming Conventions
01:11:07 – 24. Overview of Datatypes
01:18:32 – 25. Data Types and ChatGPT
01:24:12 – 26. Value vs Reference Type
01:27:32 – 27. Variable Definition, Initialization and Assigning
01:30:13 – 29. Intro Mini Project Addition Calculator
01:31:12 – 31. Understanding Int Number Datatype and why we cant fit a string into it
01:36:00 – 32. Using the Parse Method to Convert from String to Int
01:40:09 – 34. Finalizing our Addition Calculator
01:46:02 – 35. String Concatenation vs String Interpolation
01:48:48 – 36. Using Decimal Numbers instead with Double
01:54:53 – 37. Dots and commas with doubles
01:57:57 – 38. Fixing some more bugs
02:03:56 – 39. Implicit Conversion
02:07:51 – 40. Explicit Conversion
02:14:17 – 41. Conversion Helpers Parse and Convert
02:19:59 – 42. Implicitly Typed Variables vs Explicitly Typed Variables
02:23:10 – 43. Operators, order of Evaluation and some math basics
02:32:38 – 44. Debugging, Breakpoints, Runtime Error and Compile time Error
02:41:52 – 47. Char Datatype and UTF16 Smiley
02:45:49 – 48. More String Manipulation with String Formatting
02:50:01 – 51. How to use special characters in strings with the escape character