589689.xyz

WPF 6 Fundamentals

  • 收录时间:2024-03-03 08:21:18
  • 文件大小:948MB
  • 下载次数:1
  • 最近下载:2024-03-03 08:21:18
  • 磁力链接:

文件列表

  1. 02. Creating Your First WPF Application/06. Understand How Files Are Generated.mp4 27MB
  2. 06. Applying Data Binding and MVVM/13. Convert Values with an IValueConverter.mp4 24MB
  3. 08. Creating Reusable Resources/02. Understand XAML Resources.mp4 24MB
  4. 03. Instantiating Objects in XAML/04. Set Properties with the Content Syntax.mp4 21MB
  5. 10. Setting up Dependency Injection/04. Register and Use Another Type.mp4 21MB
  6. 04. Building a User Interface/03. Build a Layout with the Grid.mp4 19MB
  7. 04. Building a User Interface/09. Set Attached Properties in C#.mp4 18MB
  8. 06. Applying Data Binding and MVVM/05. Create a CustomersViewModel.mp4 18MB
  9. 07. Executing Code with Commands/03. Create a DelegateCommand Class.mp4 18MB
  10. 12. Mastering Control Templates/03. Create a ControlTemplate for the CheckBox.mp4 18MB
  11. 05. Organizing Code with UserControls/04. Create a UserControl for Customers.mp4 18MB
  12. 10. Setting up Dependency Injection/03. Set up Dependency Injection.mp4 18MB
  13. 09. Working with Data Templates/03. Use a Data Template with an ItemsControl.mp4 17MB
  14. 08. Creating Reusable Resources/03. Define a Binding Converter as a Resource.mp4 16MB
  15. 03. Instantiating Objects in XAML/03. Set Properties with the Property Element Syntax.mp4 16MB
  16. 06. Applying Data Binding and MVVM/11. Create a CustomerItemViewModel.mp4 16MB
  17. 07. Executing Code with Commands/04. Use the DelegateCommand in the ViewModel.mp4 15MB
  18. 07. Executing Code with Commands/05. Raise the Command’s CanExecuteChanged Event.mp4 15MB
  19. 04. Building a User Interface/02. Know the WPF Layout Panels.mp4 15MB
  20. 13. Validating User Input/08. Show the Error in the Tooltip.mp4 15MB
  21. 09. Working with Data Templates/10. Introduce Another Detail View.mp4 15MB
  22. 04. Building a User Interface/04. Understand the Size of Rows and Columns.mp4 14MB
  23. 04. Building a User Interface/05. Use Layout Properties to Position Elements.mp4 14MB
  24. 06. Applying Data Binding and MVVM/06. Use the ViewModel for the CustomersView.mp4 14MB
  25. 05. Organizing Code with UserControls/05. Understand the XAML Namespaces of WPF.mp4 14MB
  26. 06. Applying Data Binding and MVVM/02. Bind to Another Element.mp4 14MB
  27. 05. Organizing Code with UserControls/02. Extract the Header into a UserControl.mp4 14MB
  28. 13. Validating User Input/04. Create a ValidationViewModelBase Class.mp4 13MB
  29. 09. Working with Data Templates/06. Implement a MainViewModel.mp4 13MB
  30. 06. Applying Data Binding and MVVM/09. Notify About Property Changes.mp4 13MB
  31. 09. Working with Data Templates/07. Bind to the MainViewModel.mp4 13MB
  32. 11. Styling Your Application/07. Use Property Triggers in a Style.mp4 13MB
  33. 14. Debugging Your WPF Application/02. Explore the Live Visual Tree.mp4 13MB
  34. 11. Styling Your Application/03. Define Property Values with a Style.mp4 13MB
  35. 14. Debugging Your WPF Application/03. Inspect Properties at Runtime.mp4 13MB
  36. 02. Creating Your First WPF Application/05. Create and Explore a WPF Project.mp4 13MB
  37. 09. Working with Data Templates/09. Understand Implicit Data Templates.mp4 12MB
  38. 10. Setting up Dependency Injection/02. Instantiate the MainWindow in C#.mp4 12MB
  39. 05. Organizing Code with UserControls/03. Refactor the XAML Code in the MainWindow.mp4 12MB
  40. 13. Validating User Input/06. Validate the FirstName Property.mp4 11MB
  41. 09. Working with Data Templates/11. Create a SelectViewModelCommand.mp4 11MB
  42. 08. Creating Reusable Resources/05. Merge Multiple Resource Dictionaries.mp4 11MB
  43. 13. Validating User Input/09. Use the Validation Error Template.mp4 11MB
  44. 13. Validating User Input/05. Add Methods to Add and Remove Errors.mp4 11MB
  45. 09. Working with Data Templates/08. Use a Data Template with a ContentControl.mp4 11MB
  46. 04. Building a User Interface/07. Create a Nested Grid for the Navigation.mp4 11MB
  47. 06. Applying Data Binding and MVVM/12. Bind the Grid.Column Property.mp4 10MB
  48. 12. Mastering Control Templates/02. Define the Look of a Custom Control.mp4 10MB
  49. 06. Applying Data Binding and MVVM/07. Add a SelectedCustomer Property.mp4 10MB
  50. 04. Building a User Interface/10. Access Attached Properties with Static Methods.mp4 10MB
  51. 11. Styling Your Application/06. Define an Application-wide TextBox Style.mp4 9MB
  52. 11. Styling Your Application/02. Understand the Need for Styles.mp4 9MB
  53. wpf-6-fundamentals.zip 8MB
  54. 08. Creating Reusable Resources/04. Move Resources to a Separate File.mp4 8MB
  55. 07. Executing Code with Commands/02. Understand Commands and MVVM.mp4 8MB
  56. 13. Validating User Input/10. Show the Error in the User Interface.mp4 8MB
  57. 11. Styling Your Application/04. Inherit a Style from Another Style.mp4 7MB
  58. 11. Styling Your Application/05. Understand Explicit and Implicit Styles.mp4 7MB
  59. 12. Mastering Control Templates/04. Adjust the Size of the CheckBox.mp4 7MB
  60. 06. Applying Data Binding and MVVM/10. Refactor Logic into a ViewModelBase Class.mp4 7MB
  61. 03. Instantiating Objects in XAML/02. Work with Elements and Attributes.mp4 7MB
  62. 09. Working with Data Templates/04. Set the Navigation to a Fixed Width.mp4 7MB
  63. 06. Applying Data Binding and MVVM/08. Implement the Logic to Add a Customer.mp4 7MB
  64. 09. Working with Data Templates/12. Bind the Menu Items to the Command.mp4 7MB
  65. 09. Working with Data Templates/02. Understand WPF’s Flexible Content Model.mp4 7MB
  66. 06. Applying Data Binding and MVVM/04. The Model View ViewModel (MVVM) Pattern.mp4 6MB
  67. 02. Creating Your First WPF Application/03. What You Will Learn in This Course.mp4 6MB
  68. 13. Validating User Input/07. Remove the Red Border in the ListView.mp4 6MB
  69. 06. Applying Data Binding and MVVM/03. Know How the Data Context Works.mp4 5MB
  70. 04. Building a User Interface/06. Center the Header.mp4 5MB
  71. 02. Creating Your First WPF Application/02. What Is the Windows Presentation Foundation-.mp4 4MB
  72. 09. Working with Data Templates/05. The Plan with the ContentControl.mp4 4MB
  73. 03. Instantiating Objects in XAML/05. Use the Collection Syntax.mp4 4MB
  74. 13. Validating User Input/02. Understand Input Validation in WPF.mp4 4MB
  75. 04. Building a User Interface/08. Set Attached Properties in XAML.mp4 3MB
  76. 01. Course Overview/01. Course Overview.mp4 3MB
  77. 02. Creating Your First WPF Application/04. Set up Your Environment.mp4 3MB
  78. 02. Creating Your First WPF Application/01. Introduction.mp4 3MB
  79. 06. Applying Data Binding and MVVM/14. Summary.mp4 2MB
  80. 14. Debugging Your WPF Application/04. Summary.mp4 2MB
  81. 13. Validating User Input/03. The Plan with INotifyDataErrorInfo.mp4 2MB
  82. 13. Validating User Input/01. Introduction.mp4 2MB
  83. 02. Creating Your First WPF Application/07. Summary.mp4 2MB
  84. 04. Building a User Interface/01. Introduction.mp4 2MB
  85. 09. Working with Data Templates/13. Summary.mp4 2MB
  86. 05. Organizing Code with UserControls/01. Introduction.mp4 2MB
  87. 12. Mastering Control Templates/05. Summary.mp4 2MB
  88. 09. Working with Data Templates/01. Introduction.mp4 2MB
  89. 10. Setting up Dependency Injection/01. Introduction.mp4 2MB
  90. 11. Styling Your Application/08. Summary.mp4 2MB
  91. 11. Styling Your Application/01. Introduction.mp4 2MB
  92. 08. Creating Reusable Resources/06. Summary.mp4 2MB
  93. 06. Applying Data Binding and MVVM/01. Introduction.mp4 2MB
  94. 03. Instantiating Objects in XAML/06. Summary.mp4 2MB
  95. 07. Executing Code with Commands/06. Summary.mp4 2MB
  96. 13. Validating User Input/11. Summary.mp4 2MB
  97. 04. Building a User Interface/11. Summary.mp4 2MB
  98. 08. Creating Reusable Resources/01. Introduction.mp4 2MB
  99. 07. Executing Code with Commands/01. Introduction.mp4 1MB
  100. 03. Instantiating Objects in XAML/01. Introduction.mp4 1MB
  101. 14. Debugging Your WPF Application/01. Introduction.mp4 1MB
  102. 05. Organizing Code with UserControls/06. Summary.mp4 1MB
  103. 12. Mastering Control Templates/01. Introduction.mp4 1MB
  104. 10. Setting up Dependency Injection/05. Summary.mp4 1MB
  105. 04. Building a User Interface/02. Know the WPF Layout Panels.srt 11KB
  106. 02. Creating Your First WPF Application/06. Understand How Files Are Generated.srt 11KB
  107. 03. Instantiating Objects in XAML/04. Set Properties with the Content Syntax.srt 11KB
  108. 08. Creating Reusable Resources/02. Understand XAML Resources.srt 11KB
  109. 04. Building a User Interface/05. Use Layout Properties to Position Elements.srt 9KB
  110. 06. Applying Data Binding and MVVM/13. Convert Values with an IValueConverter.srt 9KB
  111. 04. Building a User Interface/04. Understand the Size of Rows and Columns.srt 9KB
  112. 10. Setting up Dependency Injection/04. Register and Use Another Type.srt 9KB
  113. 04. Building a User Interface/09. Set Attached Properties in C#.srt 9KB
  114. 04. Building a User Interface/03. Build a Layout with the Grid.srt 9KB
  115. 03. Instantiating Objects in XAML/03. Set Properties with the Property Element Syntax.srt 9KB
  116. 12. Mastering Control Templates/02. Define the Look of a Custom Control.srt 9KB
  117. 06. Applying Data Binding and MVVM/05. Create a CustomersViewModel.srt 8KB
  118. 07. Executing Code with Commands/03. Create a DelegateCommand Class.srt 8KB
  119. 07. Executing Code with Commands/02. Understand Commands and MVVM.srt 8KB
  120. 05. Organizing Code with UserControls/04. Create a UserControl for Customers.srt 8KB
  121. 14. Debugging Your WPF Application/02. Explore the Live Visual Tree.srt 8KB
  122. 12. Mastering Control Templates/03. Create a ControlTemplate for the CheckBox.srt 8KB
  123. 06. Applying Data Binding and MVVM/11. Create a CustomerItemViewModel.srt 7KB
  124. 09. Working with Data Templates/03. Use a Data Template with an ItemsControl.srt 7KB
  125. 08. Creating Reusable Resources/03. Define a Binding Converter as a Resource.srt 7KB
  126. 10. Setting up Dependency Injection/03. Set up Dependency Injection.srt 7KB
  127. 07. Executing Code with Commands/04. Use the DelegateCommand in the ViewModel.srt 7KB
  128. 07. Executing Code with Commands/05. Raise the Command’s CanExecuteChanged Event.srt 7KB
  129. 06. Applying Data Binding and MVVM/02. Bind to Another Element.srt 6KB
  130. 06. Applying Data Binding and MVVM/04. The Model View ViewModel (MVVM) Pattern.srt 6KB
  131. 02. Creating Your First WPF Application/05. Create and Explore a WPF Project.srt 6KB
  132. 06. Applying Data Binding and MVVM/09. Notify About Property Changes.srt 6KB
  133. 06. Applying Data Binding and MVVM/06. Use the ViewModel for the CustomersView.srt 6KB
  134. 13. Validating User Input/08. Show the Error in the Tooltip.srt 6KB
  135. 09. Working with Data Templates/06. Implement a MainViewModel.srt 6KB
  136. 05. Organizing Code with UserControls/05. Understand the XAML Namespaces of WPF.srt 6KB
  137. 09. Working with Data Templates/02. Understand WPF’s Flexible Content Model.srt 6KB
  138. 09. Working with Data Templates/07. Bind to the MainViewModel.srt 6KB
  139. 06. Applying Data Binding and MVVM/07. Add a SelectedCustomer Property.srt 6KB
  140. 05. Organizing Code with UserControls/03. Refactor the XAML Code in the MainWindow.srt 6KB
  141. 11. Styling Your Application/07. Use Property Triggers in a Style.srt 6KB
  142. 13. Validating User Input/04. Create a ValidationViewModelBase Class.srt 6KB
  143. 09. Working with Data Templates/10. Introduce Another Detail View.srt 6KB
  144. 02. Creating Your First WPF Application/03. What You Will Learn in This Course.srt 5KB
  145. 10. Setting up Dependency Injection/02. Instantiate the MainWindow in C#.srt 5KB
  146. 14. Debugging Your WPF Application/03. Inspect Properties at Runtime.srt 5KB
  147. 05. Organizing Code with UserControls/02. Extract the Header into a UserControl.srt 5KB
  148. 04. Building a User Interface/07. Create a Nested Grid for the Navigation.srt 5KB
  149. 09. Working with Data Templates/09. Understand Implicit Data Templates.srt 5KB
  150. 08. Creating Reusable Resources/05. Merge Multiple Resource Dictionaries.srt 5KB
  151. 13. Validating User Input/06. Validate the FirstName Property.srt 5KB
  152. 06. Applying Data Binding and MVVM/03. Know How the Data Context Works.srt 5KB
  153. 11. Styling Your Application/03. Define Property Values with a Style.srt 5KB
  154. 04. Building a User Interface/10. Access Attached Properties with Static Methods.srt 5KB
  155. 09. Working with Data Templates/08. Use a Data Template with a ContentControl.srt 5KB
  156. 06. Applying Data Binding and MVVM/12. Bind the Grid.Column Property.srt 5KB
  157. 13. Validating User Input/09. Use the Validation Error Template.srt 5KB
  158. 09. Working with Data Templates/11. Create a SelectViewModelCommand.srt 5KB
  159. 03. Instantiating Objects in XAML/02. Work with Elements and Attributes.srt 5KB
  160. 09. Working with Data Templates/05. The Plan with the ContentControl.srt 4KB
  161. 13. Validating User Input/05. Add Methods to Add and Remove Errors.srt 4KB
  162. 02. Creating Your First WPF Application/02. What Is the Windows Presentation Foundation-.srt 4KB
  163. 09. Working with Data Templates/04. Set the Navigation to a Fixed Width.srt 4KB
  164. 13. Validating User Input/02. Understand Input Validation in WPF.srt 4KB
  165. 11. Styling Your Application/02. Understand the Need for Styles.srt 4KB
  166. 08. Creating Reusable Resources/04. Move Resources to a Separate File.srt 4KB
  167. 11. Styling Your Application/06. Define an Application-wide TextBox Style.srt 4KB
  168. 13. Validating User Input/10. Show the Error in the User Interface.srt 4KB
  169. 12. Mastering Control Templates/04. Adjust the Size of the CheckBox.srt 3KB
  170. 06. Applying Data Binding and MVVM/08. Implement the Logic to Add a Customer.srt 3KB
  171. 11. Styling Your Application/04. Inherit a Style from Another Style.srt 3KB
  172. 03. Instantiating Objects in XAML/05. Use the Collection Syntax.srt 3KB
  173. 04. Building a User Interface/08. Set Attached Properties in XAML.srt 3KB
  174. 09. Working with Data Templates/12. Bind the Menu Items to the Command.srt 3KB
  175. 06. Applying Data Binding and MVVM/10. Refactor Logic into a ViewModelBase Class.srt 3KB
  176. 13. Validating User Input/07. Remove the Red Border in the ListView.srt 3KB
  177. 11. Styling Your Application/05. Understand Explicit and Implicit Styles.srt 3KB
  178. 04. Building a User Interface/06. Center the Header.srt 3KB
  179. 02. Creating Your First WPF Application/01. Introduction.srt 2KB
  180. 06. Applying Data Binding and MVVM/14. Summary.srt 2KB
  181. 02. Creating Your First WPF Application/04. Set up Your Environment.srt 2KB
  182. 14. Debugging Your WPF Application/04. Summary.srt 2KB
  183. 05. Organizing Code with UserControls/01. Introduction.srt 2KB
  184. 02. Creating Your First WPF Application/07. Summary.srt 2KB
  185. 13. Validating User Input/03. The Plan with INotifyDataErrorInfo.srt 2KB
  186. 04. Building a User Interface/01. Introduction.srt 2KB
  187. 10. Setting up Dependency Injection/01. Introduction.srt 2KB
  188. 09. Working with Data Templates/13. Summary.srt 2KB
  189. 13. Validating User Input/01. Introduction.srt 2KB
  190. 11. Styling Your Application/08. Summary.srt 2KB
  191. 09. Working with Data Templates/01. Introduction.srt 2KB
  192. 12. Mastering Control Templates/05. Summary.srt 2KB
  193. 01. Course Overview/01. Course Overview.srt 2KB
  194. 06. Applying Data Binding and MVVM/01. Introduction.srt 2KB
  195. 07. Executing Code with Commands/06. Summary.srt 2KB
  196. 03. Instantiating Objects in XAML/06. Summary.srt 2KB
  197. 11. Styling Your Application/01. Introduction.srt 2KB
  198. 04. Building a User Interface/11. Summary.srt 1KB
  199. 08. Creating Reusable Resources/06. Summary.srt 1KB
  200. 13. Validating User Input/11. Summary.srt 1KB
  201. 08. Creating Reusable Resources/01. Introduction.srt 1KB
  202. 07. Executing Code with Commands/01. Introduction.srt 1KB
  203. 03. Instantiating Objects in XAML/01. Introduction.srt 1KB
  204. 12. Mastering Control Templates/01. Introduction.srt 1KB
  205. 05. Organizing Code with UserControls/06. Summary.srt 1KB
  206. 14. Debugging Your WPF Application/01. Introduction.srt 1KB
  207. 10. Setting up Dependency Injection/05. Summary.srt 1KB