1. Урок 1. 00:06:57
    Windows Presentation Foundation
  2. Урок 2. 00:04:24
    Getting the Tools Ready
  3. Урок 3. 00:05:55
    The Structure of a WPF project
  4. Урок 4. 00:07:30
    Hello World with WPF
  5. Урок 5. 00:07:17
    What is XAML?
  6. Урок 6. 00:06:55
    The XAML Syntax
  7. Урок 7. 00:08:16
    Setting Property Values
  8. Урок 8. 00:15:15
    The Grid
  9. Урок 9. 00:05:58
    Communication with Code Behind
  10. Урок 10. 00:05:34
    How XAML to C# Linking Works
  11. Урок 11. 00:05:56
    Creating Event Handlers from XAML
  12. Урок 12. 00:07:05
    The C# Language
  13. Урок 13. 00:12:54
    Creating Event Handlers from C#
  14. Урок 14. 00:11:27
    Working with Methods
  15. Урок 15. 00:13:52
    Creating Custom Types
  16. Урок 16. 00:03:17
    Testing the App
  17. Урок 17. 00:05:16
    Displaying a Message Box
  18. Урок 18. 00:08:23
    Percentage Challenge
  19. Урок 19. 00:05:36
    Styling XAML Controls
  20. Урок 20. 00:06:40
    XAML Static Resources
  21. Урок 21. 00:04:16
    Application-Wide Resources
  22. Урок 22. 00:06:11
    Implicit Styles
  23. Урок 23. 00:10:52
    Explicit Styles
  24. Урок 24. 00:06:52
    Creating a Console Project
  25. Урок 25. 00:05:52
    Variables and Scope
  26. Урок 26. 00:11:13
    Classes and Namespaces
  27. Урок 27. 00:08:53
    Properties of a Class
  28. Урок 28. 00:08:34
    Objects
  29. Урок 29. 00:07:19
    Inheritance
  30. Урок 30. 00:06:36
    Method Overloading
  31. Урок 31. 00:06:53
    Method Overriding
  32. Урок 32. 00:06:30
    Interfaces
  33. Урок 33. 00:11:58
    Implementing an Interface
  34. Урок 34. 00:04:51
    Working with Mode Windows
  35. Урок 35. 00:07:40
    Opening and Closing Windows
  36. Урок 36. 00:04:43
    Adding SQLite
  37. Урок 37. 00:06:06
    The Contacts Class
  38. Урок 38. 00:08:49
    More SQLite Attributes
  39. Урок 39. 00:10:16
    Inserting into a Table
  40. Урок 40. 00:06:51
    The Using Statement
  41. Урок 41. 00:12:01
    Reading from the Table
  42. Урок 42. 00:09:20
    Defining a ListView
  43. Урок 43. 00:05:57
    The ToString method
  44. Урок 44. 00:07:00
    Intro to DataBinding
  45. Урок 45. 00:08:24
    Using an ItemTemplate
  46. Урок 46. 00:09:12
    Filtering a List
  47. Урок 47. 00:11:57
    Linq
  48. Урок 48. 00:10:04
    Deleting from the Table
  49. Урок 49. 00:06:12
    Update the SQLite Table
  50. Урок 50. 00:11:47
    Creating a Custom User Control
  51. Урок 51. 00:06:20
    Using Custom Controls
  52. Урок 52. 00:13:51
    Binding to a Custom Control - Dependency Properties
  53. Урок 53. 00:04:57
    Microsoft's CustomVision API
  54. Урок 54. 00:05:27
    Creating a Custom Vision Project
  55. Урок 55. 00:08:41
    Training the AI
  56. Урок 56. 00:13:42
    Selecting a File from the Computer
  57. Урок 57. 00:14:59
    Sending a request to the REST Service
  58. Урок 58. 00:13:05
    Reading the Response as JSON
  59. Урок 59. 00:06:09
    Deserializing JSON
  60. Урок 60. 00:11:28
    Displaying the Results using a GridView
  61. Урок 61. 00:08:04
    Intro to the MVVM pattern
  62. Урок 62. 00:05:33
    AccuWeather API
  63. Урок 63. 00:06:24
    The Endpoints that We Will Use
  64. Урок 64. 00:06:23
    The Model
  65. Урок 65. 00:09:26
    Defining the Classes
  66. Урок 66. 00:06:34
    The View Model
  67. Урок 67. 00:19:20
    Requests to the AccuWeather API
  68. Урок 68. 00:05:53
    The View
  69. Урок 69. 00:06:19
    Defining the UI
  70. Урок 70. 00:06:10
    The INotifyPropertyChanged interface
  71. Урок 71. 00:08:34
    Implementing the INotifyPropertyChanged interface
  72. Урок 72. 00:15:40
    Binding Context and Design Time Binding
  73. Урок 73. 00:05:16
    Using Design Mode Bindings
  74. Урок 74. 00:04:44
    The ICommand interface
  75. Урок 75. 00:08:42
    Implementing the ICommand interface
  76. Урок 76. 00:07:25
    Binding the ICommand
  77. Урок 77. 00:09:19
    Using a Command Parameter
  78. Урок 78. 00:05:36
    The ObservableCollection<T> class
  79. Урок 79. 00:07:22
    Using the Observable Collection class - PART 1
  80. Урок 80. 00:12:44
    Using the Observable Collection class - PART 2
  81. Урок 81. 00:05:52
    The IValueConverter interface
  82. Урок 82. 00:09:00
    Implementing the IValueConverter
  83. Урок 83. 00:07:20
    The Model
  84. Урок 84. 00:11:29
    The SQLite Functionality
  85. Урок 85. 00:10:56
    The View Model
  86. Урок 86. 00:17:30
    Working with Menus
  87. Урок 87. 00:19:22
    Using a Toolbar
  88. Урок 88. 00:12:07
    The RichTextBox and StatusBar
  89. Урок 89. 00:15:47
    Speech Recognizer
  90. Урок 90. 00:13:00
    Working with a ToggleButton
  91. Урок 91. 00:15:45
    Working with a ComboBox
  92. Урок 92. 00:16:14
    Creating Custom Controls
  93. Урок 93. 00:14:14
    Adding Login and Register Functionality
  94. Урок 94. 00:12:04
    Adding Login and Register Functionality
  95. Урок 95. 00:11:24
    Adding a Context Menu - PART 1
  96. Урок 96. 00:15:46
    Adding a Context Menu - PART 2
  97. Урок 97. 00:19:29
    Saving and Reading files
  98. Урок 98. 00:06:06
    Intro to Microsoft Azure
  99. Урок 99. 00:04:27
    Creating your Azure Account with 200 USD of credit
  100. Урок 100. 00:12:00
    Configuring the SQL Database
  101. Урок 101. 00:09:50
    Getting the App Service Ready
  102. Урок 102. 00:22:32
    Creating the Backend code
  103. Урок 103. 00:06:35
    Connecting the WPF app to the App Service
  104. Урок 104. 00:15:14
    Implementing User Registration in the Cloud
  105. Урок 105. 00:04:12
    Changes on Azure Services
  106. Урок 106. 00:05:56
    Implementing User Login with the Cloud
  107. Урок 107. 00:08:35
    Inserting Notebooks and Notes
  108. Урок 108. 00:12:18
    Reading Notebooks and Notes
  109. Урок 109. 00:04:33
    Creating a Storage Account Service
  110. Урок 110. 00:05:11
    Creating a Container
  111. Урок 111. 00:05:38
    Connecting WPF to the Storage Account
  112. Урок 112. 00:13:34
    Uploading a File to a Storage Account blob
  113. Урок 113. 00:08:41
    Syncing the Storage blob with the App Service
  114. Урок 114. 00:07:50
    Downloading a File from the Storage Account
  115. Урок 115. 00:07:33
    Intro to Blend
  116. Урок 116. 00:07:38
    Exploring Blend for Visual Studio
  117. Урок 117. 00:12:31
    Storyboards and Keyframes
  118. Урок 118. 00:07:24
    Triggers for interactivity
  119. Урок 119. 00:08:10
    Adding Easing Functions
  120. Урок 120. 00:10:39
    Adding a Window Icon
  121. Урок 121. 00:16:11
    Complete the App Challenge
  122. Урок 122. 00:08:36
    Preparing the Project
  123. Урок 123. 00:10:44
    AppxUpload Package
  124. Урок 124. 00:05:35
    The Microsoft Windows Store
  125. Урок 125. 00:09:49
    The Model
  126. Урок 126. 00:09:17
    The View Model
  127. Урок 127. 00:11:44
    The View
  128. Урок 128. 00:10:02
    Creating the Interface
  129. Урок 129. 00:18:19
    Unity Containers
  130. Урок 130. 00:04:50
    Bonus Lecture and Information