1. Урок 1.00:02:11
    Course overview
  2. Урок 2.00:06:30
    Create and run the first program
  3. Урок 3.00:09:02
    Display a message with a label
  4. Урок 4.00:09:55
    Creating and using a single variable
  5. Урок 5.00:10:36
    Describing objects with multiple data types
  6. Урок 6.00:08:28
    Reading input, applying methods, and producing output
  7. Урок 7.00:08:11
    Reading, converting and displaying values
  8. Урок 8.00:11:15
    Doing practical math on two variables
  9. Урок 9.00:11:47
    Representing unchanging quantities with constants
  10. Урок 10.00:06:43
    General Visual Studio usage tips
  11. Урок 11.00:05:56
    Using if/else blocks with check boxes
  12. Урок 12.00:10:13
    Using if/else blocks with strings and methods
  13. Урок 13.00:07:54
    Changing variable values using "x++" and "++x", Part 1
  14. Урок 14.00:09:11
    Changing variable values using "x++" and "++x", Part 2
  15. Урок 15.00:10:27
    Printing 1,2,3,4,5 with while loops and radio buttons, Part 1
  16. Урок 16.00:05:25
    Printing 5,4,3,2,1 with while loops and radio buttons, Part 2
  17. Урок 17.00:09:19
    Updating progress bars with for loops
  18. Урок 18.00:10:12
    Iterating over collections with foreach loops, Part 1
  19. Урок 19.00:05:24
    Iterating over collections with foreach loops, Part 2
  20. Урок 20.00:07:35
    Using the ternary operator, Part 1
  21. Урок 21.00:11:34
    Using the ternary operator, Part 2
  22. Урок 22.00:11:45
    Creating more stable programs with TryParse
  23. Урок 23.00:07:21
    Operators that evaluate and assign in place
  24. Урок 24.00:10:06
    Checking two conditions with the logical and operator
  25. Урок 25.00:11:16
    Checking two conditions with the logical or operator
  26. Урок 26.00:09:01
    Combining logical operators to express more complex logic
  27. Урок 27.00:12:51
    Making decisions with switch blocks and methods, Part 1
  28. Урок 28.00:13:26
    Making decisions with switch blocks and methods, Part 2
  29. Урок 29.00:09:51
    Create a static class for storing utility methods, Part 1
  30. Урок 30.00:08:46
    Create a static class for storing utility methods, Part 2
  31. Урок 31.00:09:16
    Folder browser project with arrays, Step 1
  32. Урок 32.00:08:02
    Folder browser project with arrays, Step 2
  33. Урок 33.00:12:56
    Datagrid view control project with loops, Step 1
  34. Урок 34.00:05:55
    Datagrid view control project with loops, Step 2
  35. Урок 35.00:13:04
    Using lists and out keyword, Part 1
  36. Урок 36.00:12:41
    Using lists and out keyword, Part 2
  37. Урок 37.00:09:39
    Making use of the Split method with params
  38. Урок 38.00:08:11
    Using Linq methods, Part 1
  39. Урок 39.00:10:55
    Using Linq methods, Part 2
  40. Урок 40.00:11:31
    Create the interface and add ability to save files
  41. Урок 41.00:09:33
    Add the ability to read files and prevent crashes
  42. Урок 42.00:11:44
    Add menu items that allow locating and highlighting a word
  43. Урок 43.00:12:49
    Add features to change font, preview and print
  44. Урок 44.00:06:55
    Add professional printing to printers and files
  45. Урок 45.00:10:29
    Break from programming: High level overview of the many pieces of a project
  46. Урок 46.00:04:58
    Get SQL Server 2014 with management console
  47. Урок 47.00:03:58
    Install SQL Server 2014
  48. Урок 48.00:11:16
    Make the database to be used with the project
  49. Урок 49.00:08:23
    Create the main form and the business forms
  50. Урок 50.00:06:25
    Add interface components to the business contacts form
  51. Урок 51.00:07:46
    Create the database model
  52. Урок 52.00:12:57
    Write code to connect to the database
  53. Урок 53.00:16:54
    Write code to save new records
  54. Урок 54.00:11:08
    Write code to edit existing records
  55. Урок 55.00:16:12
    Write code to delete existing records
  56. Урок 56.00:08:56
    Write code to search for records
  57. Урок 57.00:10:11
    Write code to save images, Part 1
  58. Урок 58.00:08:57
    Write code to save images, Part 2
  59. Урок 59.00:06:32
    Exporting the project as an installable file
  60. Урок 60.00:17:45
    Add ability to export records to Excel
  61. Урок 61.00:07:49
    Add ability to export records to text files
  62. Урок 62.00:17:23
    Add ability to export data to Microsoft Word
  63. Урок 63.00:11:37
    Download files synchronously and asynchronously
  64. Урок 64.00:19:03
    Image viewer project
  65. Урок 65.00:11:51
    File copier project, Part 1
  66. Урок 66.00:13:12
    File copier project, Part 2