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