Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Learn C# With Windows Forms and SQL Server, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:02:11
    Course overview
  • Урок 2. 00:06:30
    Create and run the first program
  • Урок 3. 00:09:02
    Display a message with a label
  • Урок 4. 00:09:55
    Creating and using a single variable
  • Урок 5. 00:10:36
    Describing objects with multiple data types
  • Урок 6. 00:08:28
    Reading input, applying methods, and producing output
  • Урок 7. 00:08:11
    Reading, converting and displaying values
  • Урок 8. 00:11:15
    Doing practical math on two variables
  • Урок 9. 00:11:47
    Representing unchanging quantities with constants
  • Урок 10. 00:06:43
    General Visual Studio usage tips
  • Урок 11. 00:05:56
    Using if/else blocks with check boxes
  • Урок 12. 00:10:13
    Using if/else blocks with strings and methods
  • Урок 13. 00:07:54
    Changing variable values using "x++" and "++x", Part 1
  • Урок 14. 00:09:11
    Changing variable values using "x++" and "++x", Part 2
  • Урок 15. 00:10:27
    Printing 1,2,3,4,5 with while loops and radio buttons, Part 1
  • Урок 16. 00:05:25
    Printing 5,4,3,2,1 with while loops and radio buttons, Part 2
  • Урок 17. 00:09:19
    Updating progress bars with for loops
  • Урок 18. 00:10:12
    Iterating over collections with foreach loops, Part 1
  • Урок 19. 00:05:24
    Iterating over collections with foreach loops, Part 2
  • Урок 20. 00:07:35
    Using the ternary operator, Part 1
  • Урок 21. 00:11:34
    Using the ternary operator, Part 2
  • Урок 22. 00:11:45
    Creating more stable programs with TryParse
  • Урок 23. 00:07:21
    Operators that evaluate and assign in place
  • Урок 24. 00:10:06
    Checking two conditions with the logical and operator
  • Урок 25. 00:11:16
    Checking two conditions with the logical or operator
  • Урок 26. 00:09:01
    Combining logical operators to express more complex logic
  • Урок 27. 00:12:51
    Making decisions with switch blocks and methods, Part 1
  • Урок 28. 00:13:26
    Making decisions with switch blocks and methods, Part 2
  • Урок 29. 00:09:51
    Create a static class for storing utility methods, Part 1
  • Урок 30. 00:08:46
    Create a static class for storing utility methods, Part 2
  • Урок 31. 00:09:16
    Folder browser project with arrays, Step 1
  • Урок 32. 00:08:02
    Folder browser project with arrays, Step 2
  • Урок 33. 00:12:56
    Datagrid view control project with loops, Step 1
  • Урок 34. 00:05:55
    Datagrid view control project with loops, Step 2
  • Урок 35. 00:13:04
    Using lists and out keyword, Part 1
  • Урок 36. 00:12:41
    Using lists and out keyword, Part 2
  • Урок 37. 00:09:39
    Making use of the Split method with params
  • Урок 38. 00:08:11
    Using Linq methods, Part 1
  • Урок 39. 00:10:55
    Using Linq methods, Part 2
  • Урок 40. 00:11:31
    Create the interface and add ability to save files
  • Урок 41. 00:09:33
    Add the ability to read files and prevent crashes
  • Урок 42. 00:11:44
    Add menu items that allow locating and highlighting a word
  • Урок 43. 00:12:49
    Add features to change font, preview and print
  • Урок 44. 00:06:55
    Add professional printing to printers and files
  • Урок 45. 00:10:29
    Break from programming: High level overview of the many pieces of a project
  • Урок 46. 00:04:58
    Get SQL Server 2014 with management console
  • Урок 47. 00:03:58
    Install SQL Server 2014
  • Урок 48. 00:11:16
    Make the database to be used with the project
  • Урок 49. 00:08:23
    Create the main form and the business forms
  • Урок 50. 00:06:25
    Add interface components to the business contacts form
  • Урок 51. 00:07:46
    Create the database model
  • Урок 52. 00:12:57
    Write code to connect to the database
  • Урок 53. 00:16:54
    Write code to save new records
  • Урок 54. 00:11:08
    Write code to edit existing records
  • Урок 55. 00:16:12
    Write code to delete existing records
  • Урок 56. 00:08:56
    Write code to search for records
  • Урок 57. 00:10:11
    Write code to save images, Part 1
  • Урок 58. 00:08:57
    Write code to save images, Part 2
  • Урок 59. 00:06:32
    Exporting the project as an installable file
  • Урок 60. 00:17:45
    Add ability to export records to Excel
  • Урок 61. 00:07:49
    Add ability to export records to text files
  • Урок 62. 00:17:23
    Add ability to export data to Microsoft Word
  • Урок 63. 00:11:37
    Download files synchronously and asynchronously
  • Урок 64. 00:19:03
    Image viewer project
  • Урок 65. 00:11:51
    File copier project, Part 1
  • Урок 66. 00:13:12
    File copier project, Part 2