资源详情

返回首页 | 相关搜索
WPF 6 Fundamentals
大小 948.3 MB
文件数 207
Info Hash: 78D512988E769364DA8A8D9599A388E5242B0E5C
收录时间 2025-12-22 18:26:38
更新时间 2025-12-26 08:04:53
文件列表 (207)
01. Course Overview/01. Course Overview.mp4
3.13 MB
01. Course Overview/01. Course Overview.srt
1.58 KB
02. Creating Your First WPF Application/01. Introduction.mp4
2.5 MB
02. Creating Your First WPF Application/01. Introduction.srt
2.38 KB
02. Creating Your First WPF Application/02. What Is the Windows Presentation Foundation-.mp4
4.47 MB
02. Creating Your First WPF Application/02. What Is the Windows Presentation Foundation-.srt
4.16 KB
02. Creating Your First WPF Application/03. What You Will Learn in This Course.mp4
6.27 MB
02. Creating Your First WPF Application/03. What You Will Learn in This Course.srt
5.47 KB
02. Creating Your First WPF Application/04. Set up Your Environment.mp4
2.96 MB
02. Creating Your First WPF Application/04. Set up Your Environment.srt
2.07 KB
02. Creating Your First WPF Application/05. Create and Explore a WPF Project.mp4
12.59 MB
02. Creating Your First WPF Application/05. Create and Explore a WPF Project.srt
6.29 KB
02. Creating Your First WPF Application/06. Understand How Files Are Generated.mp4
26.6 MB
02. Creating Your First WPF Application/06. Understand How Files Are Generated.srt
11.33 KB
02. Creating Your First WPF Application/07. Summary.mp4
1.99 MB
02. Creating Your First WPF Application/07. Summary.srt
1.84 KB
03. Instantiating Objects in XAML/01. Introduction.mp4
1.33 MB
03. Instantiating Objects in XAML/01. Introduction.srt
1.27 KB
03. Instantiating Objects in XAML/02. Work with Elements and Attributes.mp4
7.18 MB
03. Instantiating Objects in XAML/02. Work with Elements and Attributes.srt
4.62 KB
03. Instantiating Objects in XAML/03. Set Properties with the Property Element Syntax.mp4
16.06 MB
03. Instantiating Objects in XAML/03. Set Properties with the Property Element Syntax.srt
8.71 KB
03. Instantiating Objects in XAML/04. Set Properties with the Content Syntax.mp4
21.03 MB
03. Instantiating Objects in XAML/04. Set Properties with the Content Syntax.srt
11.24 KB
03. Instantiating Objects in XAML/05. Use the Collection Syntax.mp4
4.09 MB
03. Instantiating Objects in XAML/05. Use the Collection Syntax.srt
3.07 KB
03. Instantiating Objects in XAML/06. Summary.mp4
1.56 MB
03. Instantiating Objects in XAML/06. Summary.srt
1.53 KB
04. Building a User Interface/01. Introduction.mp4
1.82 MB
04. Building a User Interface/01. Introduction.srt
1.77 KB
04. Building a User Interface/02. Know the WPF Layout Panels.mp4
14.92 MB
04. Building a User Interface/02. Know the WPF Layout Panels.srt
11.4 KB
04. Building a User Interface/03. Build a Layout with the Grid.mp4
18.7 MB
04. Building a User Interface/03. Build a Layout with the Grid.srt
9.23 KB
04. Building a User Interface/04. Understand the Size of Rows and Columns.mp4
14.31 MB
04. Building a User Interface/04. Understand the Size of Rows and Columns.srt
9.42 KB
04. Building a User Interface/05. Use Layout Properties to Position Elements.mp4
14.02 MB
04. Building a User Interface/05. Use Layout Properties to Position Elements.srt
9.5 KB
04. Building a User Interface/06. Center the Header.mp4
4.56 MB
04. Building a User Interface/06. Center the Header.srt
2.59 KB
04. Building a User Interface/07. Create a Nested Grid for the Navigation.mp4
10.54 MB
04. Building a User Interface/07. Create a Nested Grid for the Navigation.srt
5.26 KB
04. Building a User Interface/08. Set Attached Properties in XAML.mp4
3.48 MB
04. Building a User Interface/08. Set Attached Properties in XAML.srt
2.98 KB
04. Building a User Interface/09. Set Attached Properties in C#.mp4
18.38 MB
04. Building a User Interface/09. Set Attached Properties in C#.srt
9.25 KB
04. Building a User Interface/10. Access Attached Properties with Static Methods.mp4
9.6 MB
04. Building a User Interface/10. Access Attached Properties with Static Methods.srt
4.88 KB
04. Building a User Interface/11. Summary.mp4
1.52 MB
04. Building a User Interface/11. Summary.srt
1.49 KB
05. Organizing Code with UserControls/01. Introduction.mp4
1.81 MB
05. Organizing Code with UserControls/01. Introduction.srt
1.84 KB
05. Organizing Code with UserControls/02. Extract the Header into a UserControl.mp4
13.52 MB
05. Organizing Code with UserControls/02. Extract the Header into a UserControl.srt
5.27 KB
05. Organizing Code with UserControls/03. Refactor the XAML Code in the MainWindow.mp4
11.69 MB
05. Organizing Code with UserControls/03. Refactor the XAML Code in the MainWindow.srt
5.79 KB
05. Organizing Code with UserControls/04. Create a UserControl for Customers.mp4
17.86 MB
05. Organizing Code with UserControls/04. Create a UserControl for Customers.srt
7.63 KB
05. Organizing Code with UserControls/05. Understand the XAML Namespaces of WPF.mp4
13.88 MB
05. Organizing Code with UserControls/05. Understand the XAML Namespaces of WPF.srt
5.89 KB
05. Organizing Code with UserControls/06. Summary.mp4
1.19 MB
05. Organizing Code with UserControls/06. Summary.srt
1.15 KB
06. Applying Data Binding and MVVM/01. Introduction.mp4
1.6 MB
06. Applying Data Binding and MVVM/01. Introduction.srt
1.56 KB
06. Applying Data Binding and MVVM/02. Bind to Another Element.mp4
13.76 MB
06. Applying Data Binding and MVVM/02. Bind to Another Element.srt
6.38 KB
06. Applying Data Binding and MVVM/03. Know How the Data Context Works.mp4
5.47 MB
06. Applying Data Binding and MVVM/03. Know How the Data Context Works.srt
4.9 KB
06. Applying Data Binding and MVVM/04. The Model View ViewModel (MVVM) Pattern.mp4
6.29 MB
06. Applying Data Binding and MVVM/04. The Model View ViewModel (MVVM) Pattern.srt
6.31 KB
06. Applying Data Binding and MVVM/05. Create a CustomersViewModel.mp4
18.11 MB
06. Applying Data Binding and MVVM/05. Create a CustomersViewModel.srt
8.3 KB
06. Applying Data Binding and MVVM/06. Use the ViewModel for the CustomersView.mp4
14.01 MB
06. Applying Data Binding and MVVM/06. Use the ViewModel for the CustomersView.srt
6.18 KB
06. Applying Data Binding and MVVM/07. Add a SelectedCustomer Property.mp4
10.09 MB
06. Applying Data Binding and MVVM/07. Add a SelectedCustomer Property.srt
5.79 KB
06. Applying Data Binding and MVVM/08. Implement the Logic to Add a Customer.mp4
6.7 MB
06. Applying Data Binding and MVVM/08. Implement the Logic to Add a Customer.srt
3.1 KB
06. Applying Data Binding and MVVM/09. Notify About Property Changes.mp4
13.21 MB
06. Applying Data Binding and MVVM/09. Notify About Property Changes.srt
6.2 KB
06. Applying Data Binding and MVVM/10. Refactor Logic into a ViewModelBase Class.mp4
7.23 MB
06. Applying Data Binding and MVVM/10. Refactor Logic into a ViewModelBase Class.srt
2.85 KB
06. Applying Data Binding and MVVM/11. Create a CustomerItemViewModel.mp4
15.62 MB
06. Applying Data Binding and MVVM/11. Create a CustomerItemViewModel.srt
7.38 KB
06. Applying Data Binding and MVVM/12. Bind the Grid.Column Property.mp4
10.36 MB
06. Applying Data Binding and MVVM/12. Bind the Grid.Column Property.srt
4.82 KB
06. Applying Data Binding and MVVM/13. Convert Values with an IValueConverter.mp4
24.16 MB
06. Applying Data Binding and MVVM/13. Convert Values with an IValueConverter.srt
9.47 KB
06. Applying Data Binding and MVVM/14. Summary.mp4
2.35 MB
06. Applying Data Binding and MVVM/14. Summary.srt
2.29 KB
07. Executing Code with Commands/01. Introduction.mp4
1.35 MB
07. Executing Code with Commands/01. Introduction.srt
1.3 KB
07. Executing Code with Commands/02. Understand Commands and MVVM.mp4
7.7 MB
07. Executing Code with Commands/02. Understand Commands and MVVM.srt
7.81 KB
07. Executing Code with Commands/03. Create a DelegateCommand Class.mp4
18.06 MB
07. Executing Code with Commands/03. Create a DelegateCommand Class.srt
8.09 KB
07. Executing Code with Commands/04. Use the DelegateCommand in the ViewModel.mp4
15.4 MB
07. Executing Code with Commands/04. Use the DelegateCommand in the ViewModel.srt
7.2 KB
07. Executing Code with Commands/05. Raise the Command’s CanExecuteChanged Event.mp4
14.94 MB
07. Executing Code with Commands/05. Raise the Command’s CanExecuteChanged Event.srt
6.9 KB
07. Executing Code with Commands/06. Summary.mp4
1.55 MB
07. Executing Code with Commands/06. Summary.srt
1.55 KB
08. Creating Reusable Resources/01. Introduction.mp4
1.51 MB
08. Creating Reusable Resources/01. Introduction.srt
1.3 KB
08. Creating Reusable Resources/02. Understand XAML Resources.mp4
23.8 MB
08. Creating Reusable Resources/02. Understand XAML Resources.srt
10.5 KB
08. Creating Reusable Resources/03. Define a Binding Converter as a Resource.mp4
16.42 MB
08. Creating Reusable Resources/03. Define a Binding Converter as a Resource.srt
7.23 KB
08. Creating Reusable Resources/04. Move Resources to a Separate File.mp4
8.29 MB
08. Creating Reusable Resources/04. Move Resources to a Separate File.srt
3.62 KB
08. Creating Reusable Resources/05. Merge Multiple Resource Dictionaries.mp4
11.18 MB
08. Creating Reusable Resources/05. Merge Multiple Resource Dictionaries.srt
5.07 KB
08. Creating Reusable Resources/06. Summary.mp4
1.6 MB
08. Creating Reusable Resources/06. Summary.srt
1.41 KB
09. Working with Data Templates/01. Introduction.mp4
1.77 MB
09. Working with Data Templates/01. Introduction.srt
1.63 KB
09. Working with Data Templates/02. Understand WPF’s Flexible Content Model.mp4
6.53 MB
09. Working with Data Templates/02. Understand WPF’s Flexible Content Model.srt
5.81 KB
09. Working with Data Templates/03. Use a Data Template with an ItemsControl.mp4
16.75 MB
09. Working with Data Templates/03. Use a Data Template with an ItemsControl.srt
7.3 KB
09. Working with Data Templates/04. Set the Navigation to a Fixed Width.mp4
6.81 MB
09. Working with Data Templates/04. Set the Navigation to a Fixed Width.srt
3.93 KB
09. Working with Data Templates/05. The Plan with the ContentControl.mp4
4.09 MB
09. Working with Data Templates/05. The Plan with the ContentControl.srt
4.42 KB
09. Working with Data Templates/06. Implement a MainViewModel.mp4
13.26 MB
09. Working with Data Templates/06. Implement a MainViewModel.srt
5.97 KB
09. Working with Data Templates/07. Bind to the MainViewModel.mp4
13.2 MB
09. Working with Data Templates/07. Bind to the MainViewModel.srt
5.8 KB
09. Working with Data Templates/08. Use a Data Template with a ContentControl.mp4
10.56 MB
09. Working with Data Templates/08. Use a Data Template with a ContentControl.srt
4.86 KB
09. Working with Data Templates/09. Understand Implicit Data Templates.mp4
12.08 MB
09. Working with Data Templates/09. Understand Implicit Data Templates.srt
5.2 KB
09. Working with Data Templates/10. Introduce Another Detail View.mp4
14.59 MB
09. Working with Data Templates/10. Introduce Another Detail View.srt
5.51 KB
09. Working with Data Templates/11. Create a SelectViewModelCommand.mp4
11.25 MB
09. Working with Data Templates/11. Create a SelectViewModelCommand.srt
4.66 KB
09. Working with Data Templates/12. Bind the Menu Items to the Command.mp4
6.57 MB
09. Working with Data Templates/12. Bind the Menu Items to the Command.srt
2.94 KB
09. Working with Data Templates/13. Summary.mp4
1.82 MB
09. Working with Data Templates/13. Summary.srt
1.73 KB
10. Setting up Dependency Injection/01. Introduction.mp4
1.74 MB
10. Setting up Dependency Injection/01. Introduction.srt
1.74 KB
10. Setting up Dependency Injection/02. Instantiate the MainWindow in C#.mp4
11.78 MB
10. Setting up Dependency Injection/02. Instantiate the MainWindow in C#.srt
5.44 KB
10. Setting up Dependency Injection/03. Set up Dependency Injection.mp4
17.66 MB
10. Setting up Dependency Injection/03. Set up Dependency Injection.srt
7.23 KB
10. Setting up Dependency Injection/04. Register and Use Another Type.mp4
20.7 MB
10. Setting up Dependency Injection/04. Register and Use Another Type.srt
9.27 KB
10. Setting up Dependency Injection/05. Summary.mp4
1.1 MB
10. Setting up Dependency Injection/05. Summary.srt
1.08 KB
11. Styling Your Application/01. Introduction.mp4
1.67 MB
11. Styling Your Application/01. Introduction.srt
1.5 KB
11. Styling Your Application/02. Understand the Need for Styles.mp4
8.8 MB
11. Styling Your Application/02. Understand the Need for Styles.srt
3.86 KB
11. Styling Your Application/03. Define Property Values with a Style.mp4
12.71 MB
11. Styling Your Application/03. Define Property Values with a Style.srt
4.89 KB
11. Styling Your Application/04. Inherit a Style from Another Style.mp4
7.32 MB
11. Styling Your Application/04. Inherit a Style from Another Style.srt
3.1 KB
11. Styling Your Application/05. Understand Explicit and Implicit Styles.mp4
7.3 MB
11. Styling Your Application/05. Understand Explicit and Implicit Styles.srt
2.78 KB
11. Styling Your Application/06. Define an Application-wide TextBox Style.mp4
9.31 MB
11. Styling Your Application/06. Define an Application-wide TextBox Style.srt
3.55 KB
11. Styling Your Application/07. Use Property Triggers in a Style.mp4
13.16 MB
11. Styling Your Application/07. Use Property Triggers in a Style.srt
5.63 KB
11. Styling Your Application/08. Summary.mp4
1.68 MB
11. Styling Your Application/08. Summary.srt
1.68 KB
12. Mastering Control Templates/01. Introduction.mp4
1.16 MB
12. Mastering Control Templates/01. Introduction.srt
1.17 KB
12. Mastering Control Templates/02. Define the Look of a Custom Control.mp4
10.17 MB
12. Mastering Control Templates/02. Define the Look of a Custom Control.srt
8.67 KB
12. Mastering Control Templates/03. Create a ControlTemplate for the CheckBox.mp4
17.97 MB
12. Mastering Control Templates/03. Create a ControlTemplate for the CheckBox.srt
7.57 KB
12. Mastering Control Templates/04. Adjust the Size of the CheckBox.mp4
7.28 MB
12. Mastering Control Templates/04. Adjust the Size of the CheckBox.srt
3.34 KB
12. Mastering Control Templates/05. Summary.mp4
1.78 MB
12. Mastering Control Templates/05. Summary.srt
1.62 KB
13. Validating User Input/01. Introduction.mp4
2 MB
13. Validating User Input/01. Introduction.srt
1.72 KB
13. Validating User Input/02. Understand Input Validation in WPF.mp4
3.65 MB
13. Validating User Input/02. Understand Input Validation in WPF.srt
3.92 KB
13. Validating User Input/03. The Plan with INotifyDataErrorInfo.mp4
2.19 MB
13. Validating User Input/03. The Plan with INotifyDataErrorInfo.srt
1.79 KB
13. Validating User Input/04. Create a ValidationViewModelBase Class.mp4
13.38 MB
13. Validating User Input/04. Create a ValidationViewModelBase Class.srt
5.6 KB
13. Validating User Input/05. Add Methods to Add and Remove Errors.mp4
10.57 MB
13. Validating User Input/05. Add Methods to Add and Remove Errors.srt
4.39 KB
13. Validating User Input/06. Validate the FirstName Property.mp4
11.37 MB
13. Validating User Input/06. Validate the FirstName Property.srt
4.97 KB
13. Validating User Input/07. Remove the Red Border in the ListView.mp4
5.76 MB
13. Validating User Input/07. Remove the Red Border in the ListView.srt
2.79 KB
13. Validating User Input/08. Show the Error in the Tooltip.mp4
14.7 MB
13. Validating User Input/08. Show the Error in the Tooltip.srt
6.03 KB
13. Validating User Input/09. Use the Validation Error Template.mp4
10.76 MB
13. Validating User Input/09. Use the Validation Error Template.srt
4.73 KB
13. Validating User Input/10. Show the Error in the User Interface.mp4
7.64 MB
13. Validating User Input/10. Show the Error in the User Interface.srt
3.51 KB
13. Validating User Input/11. Summary.mp4
1.54 MB
13. Validating User Input/11. Summary.srt
1.38 KB
14. Debugging Your WPF Application/01. Introduction.mp4
1.23 MB
14. Debugging Your WPF Application/01. Introduction.srt
1.11 KB
14. Debugging Your WPF Application/02. Explore the Live Visual Tree.mp4
12.81 MB
14. Debugging Your WPF Application/02. Explore the Live Visual Tree.srt
7.62 KB
14. Debugging Your WPF Application/03. Inspect Properties at Runtime.mp4
12.7 MB
14. Debugging Your WPF Application/03. Inspect Properties at Runtime.srt
5.34 KB
14. Debugging Your WPF Application/04. Summary.mp4
2.31 MB
14. Debugging Your WPF Application/04. Summary.srt
1.89 KB
wpf-6-fundamentals.zip
8.34 MB

免责声明

本网站仅提供DHT网络资源索引服务,不存储任何资源文件。所有资源均来自DHT网络,本站无法控制其内容。请遵守当地法律法规,合理使用网络资源。如涉及版权问题,请联系 fuckatgfw@protonmail.com。