1.1 TODO List - requirements.html
1. Section introduction
2. Our first C# program
3. From a text file to an executable program
4. Programmers most important skill
5.1 TODO List - requirements.html
5. The goal for this section
6. Variables
7.1 Microsoft-recommended C# coding convention.html
7.2 Reserved keywords.html
7. Naming variables & introduction to clean code
8. Variables.html
9.1 Operators precedence.html
9. Operators
10. Implicitly typed variables
11.1 Code snippets.html
11. User input
12. Debugging with breakpoints
13. Coding exercises introduction
14. Variables and operators.html
15. Comments
16. Boolean type. Logical negation, equality, comparison, and modulo operators
17. Bools & operators.html
18. AND and OR logical operators
19. Boolean type and operators.html
20. ifelse conditional statement
21. ifelse conditional statement.html
22. The scope of local variables
23. Booleans, operators and ifelse conditional statement..html
24. Methods - part 1 - void methods
25. Methods - part 2 - non-void methods
26. Methods - AbsoluteOfSum method.html
27. Methods - part 3 - parameters types and the return type. Static typing in C#
28. Methods and typing.html
29. Parsing a string to an int (int.Parse method)
30. The first exception
31. Adding a new project to a solution
32. Assignments - Introduction
33.1 Requirements.html
33. Assignment - Simple Calculator - Description and requirements
34. Assignment - Simple Calculator - Its time for you to implement it.html
35. Assignment - Simple Calculator - Solution
36. String interpolation
37. String interpolation - FormatDate.html
38. Switch statement
39. Switch statement - DescribeDay.html
40. Char
41. A need for loops
42. While loop - part 1
43.1 ++i vs i++.html
43. += and ++ operators. Infinite loops
44. While loop - part 2
45. While loop - CalculateSumOfNumbersBetween.html
46. Do while loop
47. Do-while loop - RepeatCharacter.html
48. For loop
49. For loop - Factorial.html
50. Break
51. Continue
52. Break and continue.html
53. Nested loops
54. Loops performance
55. Arrays
56. Arrays.html
57. Arrays (1) - BuildHelloString.html
58. Arrays (2) - IsWordPresentInCollection.html
59. Multi-dimensional arrays
60. Multi-dimensional arrays - FindMax.html
61. Foreach loop
62. Foreach loop - IsAnyWordLongerThan.html
63. Lists
64. Lists - GetOnlyUpperCaseWords.html
65. out keyword
66. TryParse method
67.1 Requirements.html
67. Assignment - TODO List - Description and requirements
68. Assignment - TODO List - Its time for you to try to solve it.html
69. Assignment - TODO List - Implementation - User options & adding a TODO
70. Assignment - TODO List - Implementation - Listing and Removing TODOs
71. Assignment - TODO List - Refactoring
72. Section final quiz.html