Other
[ CoursePig com ] WPF 6 Fundamentals
Torrent info
Name:[ CoursePig com ] WPF 6 Fundamentals
Infohash: 1AFC55830F8B8888CE7B72C28128F8E8BB3A17DC
Total Size: 946.01 MB
Magnet: Magnet Download
Seeds: 0
Leechers: 0
Stream: Watch Full Movies @ LimeMovies
Last Updated: 2025-10-04 17:14:19 (Update Now)
Torrent added: 2022-02-21 21:01:47
Alternatives:[ CoursePig com ] WPF 6 Fundamentals Torrents
Torrent Files List
Get Bonus Downloads Here.url (Size: 946.01 MB) (Files: 471)
Get Bonus Downloads Here.url
~Get Your Files Here !
01. Course Overview
01. Course Overview.mp4
02. Creating Your First WPF Application
02. Introduction.mp4
03. What Is the Windows Presentation Foundation.mp4
04. What You Will Learn in This Course.mp4
05. Set up Your Environment.mp4
06. Create and Explore a WPF Project.mp4
07. Understand How Files Are Generated.mp4
08. Summary.mp4
03. Instantiating Objects in XAML
09. Introduction.mp4
10. Work with Elements and Attributes.mp4
11. Set Properties with the Property Element Syntax.mp4
12. Set Properties with the Content Syntax.mp4
13. Use the Collection Syntax.mp4
14. Summary.mp4
04. Building a User Interface
15. Introduction.mp4
16. Know the WPF Layout Panels.mp4
17. Build a Layout with the Grid.mp4
18. Understand the Size of Rows and Columns.mp4
19. Use Layout Properties to Position Elements.mp4
20. Center the Header.mp4
21. Create a Nested Grid for the Navigation.mp4
22. Set Attached Properties in XAML.mp4
23. Set Attached Properties in C.Sharp.mp4
24. Access Attached Properties with Static Methods.mp4
25. Summary.mp4
05. Organizing Code with UserControls
26. Introduction.mp4
27. Extract the Header into a UserControl.mp4
28. Refactor the XAML Code in the MainWindow.mp4
29. Create a UserControl for Customers.mp4
30. Understand the XAML Namespaces of WPF.mp4
31. Summary.mp4
06. Applying Data Binding and MVVM
32. Introduction.mp4
33. Bind to Another Element.mp4
34. Know How the Data Context Works.mp4
35. The Model View ViewModel MVVM Pattern.mp4
36. Create a CustomersViewModel.mp4
37. Use the ViewModel for the CustomersView.mp4
38. Add a SelectedCustomer Property.mp4
39. Implement the Logic to Add a Customer.mp4
40. Notify About Property Changes.mp4
41. Refactor Logic into a ViewModelBase Class.mp4
42. Create a CustomerItemViewModel.mp4
43. Bind the Grid.Column Property.mp4
44. Convert Values with an IValueConverter.mp4
45. Summary.mp4
07. Executing Code with Commands
46. Introduction.mp4
47. Understand Commands and MVVM.mp4
48. Create a DelegateCommand Class.mp4
49. Use the DelegateCommand in the ViewModel.mp4
50. Raise the Commands CanExecuteChanged Event.mp4
51. Summary.mp4
08. Creating Reusable Resources
52. Introduction.mp4
53. Understand XAML Resources.mp4
54. Define a Binding Converter as a Resource.mp4
55. Move Resources to a Separate File.mp4
56. Merge Multiple Resource Dictionaries.mp4
57. Summary.mp4
09. Working with Data Templates
58. Introduction.mp4
59. Understand WPFs Flexible Content Model.mp4
60. Use a Data Template with an ItemsControl.mp4
61. Set the Navigation to a Fixed Width.mp4
62. The Plan with the ContentControl.mp4
63. Implement a MainViewModel.mp4
64. Bind to the MainViewModel.mp4
65. Use a Data Template with a ContentControl.mp4
66. Understand Implicit Data Templates.mp4
67. Introduce Another Detail View.mp4
68. Create a SelectViewModelCommand.mp4
69. Bind the Menu Items to the Command.mp4
70. Summary.mp4
10. Setting up Dependency Injection
71. Introduction.mp4
72. Instantiate the MainWindow in C.Sharp.mp4
73. Set up Dependency Injection.mp4
74. Register and Use Another Type.mp4
75. Summary.mp4
11. Styling Your Application
76. Introduction.mp4
77. Understand the Need for Styles.mp4
78. Define Property Values with a Style.mp4
79. Inherit a Style from Another Style.mp4
80. Understand Explicit and Implicit Styles.mp4
81. Define an Application-wide TextBox Style.mp4
82. Use Property Triggers in a Style.mp4
83. Summary.mp4
12. Mastering Control Templates
84. Introduction.mp4
85. Define the Look of a Custom Control.mp4
86. Create a ControlTemplate for the CheckBox.mp4
87. Adjust the Size of the CheckBox.mp4
88. Summary.mp4
13. Validating User Input
89. Introduction.mp4
90. Understand Input Validation in WPF.mp4
91. The Plan with INotifyDataErrorInfo.mp4
92. Create a ValidationViewModelBase Class.mp4
93. Add Methods to Add and Remove Errors.mp4
94. Validate the FirstName Property.mp4
95. Remove the Red Border in the ListView.mp4
96. Show the Error in the Tooltip.mp4
97. Use the Validation Error Template.mp4
98. Show the Error in the User Interface.mp4
99. Summary.mp4
14. Debugging Your WPF Application
100. Introduction.mp4
101. Explore the Live Visual Tree.mp4
102. Inspect Properties at Runtime.mp4
103. Summary.mp4
Bonus Resources.txt
Exercise Files
01
creating-your-first-wpf-application-slides.pdf
demos
after
WiredBrainCoffee.CustomersApp.sln
WiredBrainCoffee.CustomersApp
App.xaml
App.xaml.cs
AssemblyInfo.cs
MainWindow.xaml
MainWindow.xaml.cs
WiredBrainCoffee.CustomersApp.csproj
before
readme.txt
02
demos
after
WiredBrainCoffee.CustomersApp.sln
WiredBrainCoffee.CustomersApp
App.xaml
App.xaml.cs
AssemblyInfo.cs
Images
add.png
MainWindow.xaml
MainWindow.xaml.cs
WiredBrainCoffee.CustomersApp.csproj
before
WiredBrainCoffee.CustomersApp.sln
WiredBrainCoffee.CustomersApp
App.xaml
App.xaml.cs
AssemblyInfo.cs
Images
add.png
MainWindow.xaml
MainWindow.xaml.cs
WiredBrainCoffee.CustomersApp.csproj
instantiating-objects-in-xaml-slides.pdf
03
building-a-user-interface-slides.pdf
demos
after
WiredBrainCoffee.CustomersApp.sln
WiredBrainCoffee.CustomersApp
App.xaml
App.xaml.cs
AssemblyInfo.cs
Images
add.png
logo.png
move.png
MainWindow.xaml
MainWindow.xaml.cs
WiredBrainCoffee.CustomersApp.csproj
before
WiredBrainCoffee.CustomersApp.sln
WiredBrainCoffee.CustomersApp
App.xaml
App.xaml.cs
AssemblyInfo.cs
Images
add.png
logo.png
move.png
MainWindow.xaml
MainWindow.xaml.cs
WiredBrainCoffee.CustomersApp.csproj
04
demos
after
WiredBrainCoffee.CustomersApp.sln
WiredBrainCoffee.CustomersApp
App.xaml
App.xaml.cs
AssemblyInfo.cs
Controls
HeaderControl.xaml
HeaderControl.xaml.cs
Images
add.png
logo.png
move.png
MainWindow.xaml
MainWindow.xaml.cs
View
CustomersView.xaml
CustomersView.xaml.cs
WiredBrainCoffee.CustomersApp.csproj
before
readme.txt
organizing-code-with-usercontrols-slides.pdf
05
applying-data-binding-and-mvvm-slides.pdf
demos
after
WiredBrainCoffee.CustomersApp.sln
WiredBrainCoffee.CustomersApp
App.xaml
App.xaml.cs
AssemblyInfo.cs
Controls
HeaderControl.xaml
HeaderControl.xaml.cs
Converter
NavigationSideToGridColumnConverter.cs
Data
CustomerDataProvider.cs
Images
add.png
logo.png
move.png
MainWindow.xaml
MainWindow.xaml.cs
Model
Customer.cs
View
CustomersView.xaml
CustomersView.xaml.cs
ViewModel
CustomerItemViewModel.cs
CustomersViewModel.cs
ViewModelBase.cs
WiredBrainCoffee.CustomersApp.csproj
before
WiredBrainCoffee.CustomersApp.sln
WiredBrainCoffee.CustomersApp
App.xaml
App.xaml.cs
AssemblyInfo.cs
Controls
HeaderControl.xaml
HeaderControl.xaml.cs
Data
CustomerDataProvider.cs
Images
add.png
logo.png
move.png
MainWindow.xaml
MainWindow.xaml.cs
Model
Customer.cs
View
CustomersView.xaml
CustomersView.xaml.cs
WiredBrainCoffee.CustomersApp.csproj
06
demos
after
WiredBrainCoffee.CustomersApp.sln
WiredBrainCoffee.CustomersApp
App.xaml
App.xaml.cs
AssemblyInfo.cs
Command
DelegateCommand.cs
Controls
HeaderControl.xaml
HeaderControl.xaml.cs
Converter
NavigationSideToGridColumnConverter.cs
Data
CustomerDataProvider.cs
Images
add.png
logo.png
move.png
MainWindow.xaml
MainWindow.xaml.cs
Model
Customer.cs
View
CustomersView.xaml
CustomersView.xaml.cs
ViewModel
CustomerItemViewModel.cs
CustomersViewModel.cs
ViewModelBase.cs
WiredBrainCoffee.CustomersApp.csproj
before
readme.txt
executing-code-with-commands-slides.pdf
07
creating-reusable-resources-slides.pdf
demos
after
WiredBrainCoffee.CustomersApp.sln
WiredBrainCoffee.CustomersApp
App.xaml
App.xaml.cs
AssemblyInfo.cs
Command
DelegateCommand.cs
Controls
HeaderControl.xaml
HeaderControl.xaml.cs
Converter
NavigationSideToGridColumnConverter.cs
Data
CustomerDataProvider.cs
Images
add.png
logo.png
move.png
MainWindow.xaml
MainWindow.xaml.cs
Model
Customer.cs
Resources
Brushes.xaml
Converters.xaml
View
CustomersView.xaml
CustomersView.xaml.cs
ViewModel
CustomerItemViewModel.cs
CustomersViewModel.cs
ViewModelBase.cs
WiredBrainCoffee.CustomersApp.csproj
before
readme.txt
08
demos
after
WiredBrainCoffee.CustomersApp.sln
WiredBrainCoffee.CustomersApp
App.xaml
App.xaml.cs
AssemblyInfo.cs
Command
DelegateCommand.cs
Controls
HeaderControl.xaml
HeaderControl.xaml.cs
Converter
NavigationSideToGridColumnConverter.cs
Data
CustomerDataProvider.cs
Images
add.png
logo.png
move.png
MainWindow.xaml
MainWindow.xaml.cs
Model
Customer.cs
Resources
Brushes.xaml
Converters.xaml
View
CustomersView.xaml
CustomersView.xaml.cs
ProductsView.xaml
ProductsView.xaml.cs
ViewModel
CustomerItemViewModel.cs
CustomersViewModel.cs
MainViewModel.cs
ProductsViewModel.cs
ViewModelBase.cs
WiredBrainCoffee.CustomersApp.csproj
before
readme.txt
working-with-data-templates-slides.pdf
09
demos
after
WiredBrainCoffee.CustomersApp.sln
WiredBrainCoffee.CustomersApp
App.xaml
App.xaml.cs
AssemblyInfo.cs
Command
DelegateCommand.cs
Controls
HeaderControl.xaml
HeaderControl.xaml.cs
Converter
NavigationSideToGridColumnConverter.cs
Data
CustomerDataProvider.cs
ProductDataProvider.cs
Images
add.png
logo.png
move.png
MainWindow.xaml
MainWindow.xaml.cs
Model
Customer.cs
Product.cs
Resources
Brushes.xaml
Converters.xaml
View
CustomersView.xaml
CustomersView.xaml.cs
ProductsView.xaml
ProductsView.xaml.cs
ViewModel
CustomerItemViewModel.cs
CustomersViewModel.cs
MainViewModel.cs
ProductsViewModel.cs
ViewModelBase.cs
WiredBrainCoffee.CustomersApp.csproj
before
WiredBrainCoffee.CustomersApp.sln
WiredBrainCoffee.CustomersApp
App.xaml
App.xaml.cs
AssemblyInfo.cs
Command
DelegateCommand.cs
Controls
HeaderControl.xaml
HeaderControl.xaml.cs
Converter
NavigationSideToGridColumnConverter.cs
Data
CustomerDataProvider.cs
ProductDataProvider.cs
Images
add.png
logo.png
move.png
MainWindow.xaml
MainWindow.xaml.cs
Model
Customer.cs
Product.cs
Resources
Brushes.xaml
Converters.xaml
View
CustomersView.xaml
CustomersView.xaml.cs
ProductsView.xaml
ProductsView.xaml.cs
ViewModel
CustomerItemViewModel.cs
CustomersViewModel.cs
MainViewModel.cs
ProductsViewModel.cs
ViewModelBase.cs
WiredBrainCoffee.CustomersApp.csproj
setting-up-dependency-injection-slides.pdf
10
demos
after
WiredBrainCoffee.CustomersApp.sln
WiredBrainCoffee.CustomersApp
App.xaml
App.xaml.cs
AssemblyInfo.cs
Command
DelegateCommand.cs
Controls
HeaderControl.xaml
HeaderControl.xaml.cs
Converter
NavigationSideToGridColumnConverter.cs
Data
CustomerDataProvider.cs
ProductDataProvider.cs
Images
add.png
logo.png
move.png
MainWindow.xaml
MainWindow.xaml.cs
Model
Customer.cs
Product.cs
Resources
Brushes.xaml
Converters.xaml
Styles.xaml
View
CustomersView.xaml
CustomersView.xaml.cs
ProductsView.xaml
ProductsView.xaml.cs
ViewModel
CustomerItemViewModel.cs
CustomersViewModel.cs
MainViewModel.cs
ProductsViewModel.cs
ViewModelBase.cs
WiredBrainCoffee.CustomersApp.csproj
before
readme.txt
styling-your-application-slides.pdf
11
demos
after
WiredBrainCoffee.CustomersApp.sln
WiredBrainCoffee.CustomersApp
App.xaml
App.xaml.cs
AssemblyInfo.cs
Command
DelegateCommand.cs
Controls
HeaderControl.xaml
HeaderControl.xaml.cs
Converter
NavigationSideToGridColumnConverter.cs
Data
CustomerDataProvider.cs
ProductDataProvider.cs
Images
add.png
logo.png
move.png
MainWindow.xaml
MainWindow.xaml.cs
Model
Customer.cs
Product.cs
Resources
Brushes.xaml
Converters.xaml
Styles.xaml
View
CustomersView.xaml
CustomersView.xaml.cs
ProductsView.xaml
ProductsView.xaml.cs
ViewModel
CustomerItemViewModel.cs
CustomersViewModel.cs
MainViewModel.cs
ProductsViewModel.cs
ViewModelBase.cs
WiredBrainCoffee.CustomersApp.csproj
before
readme.txt
mastering-control-templates-slides.pdf
12
demos
after
WiredBrainCoffee.CustomersApp.sln
WiredBrainCoffee.CustomersApp
App.xaml
App.xaml.cs
AssemblyInfo.cs
Command
DelegateCommand.cs
Controls
HeaderControl.xaml
HeaderControl.xaml.cs
Converter
NavigationSideToGridColumnConverter.cs
Data
CustomerDataProvider.cs
ProductDataProvider.cs
Images
add.png
logo.png
move.png
MainWindow.xaml
MainWindow.xaml.cs
Model
Customer.cs
Product.cs
Resources
Brushes.xaml
Converters.xaml
Styles.xaml
View
CustomersView.xaml
CustomersView.xaml.cs
ProductsView.xaml
ProductsView.xaml.cs
ViewModel
CustomerItemViewModel.cs
CustomersViewModel.cs
MainViewModel.cs
ProductsViewModel.cs
ValidationViewModelBase.cs
ViewModelBase.cs
WiredBrainCoffee.CustomersApp.csproj
before
readme.txt
validating-user-input-slides.pdf
13
debugging-your-wpf-application-slides.pdf
demos
after
readme.txt
before
WiredBrainCoffee.CustomersApp.sln
WiredBrainCoffee.CustomersApp
App.xaml
App.xaml.cs
AssemblyInfo.cs
Command
DelegateCommand.cs
Controls
HeaderControl.xaml
HeaderControl.xaml.cs
Converter
NavigationSideToGridColumnConverter.cs
Data
CustomerDataProvider.cs
ProductDataProvider.cs
Images
add.png
logo.png
move.png
MainWindow.xaml
MainWindow.xaml.cs
Model
Customer.cs
Product.cs
Resources
Brushes.xaml
Converters.xaml
Styles.xaml
View
CustomersView.xaml
CustomersView.xaml.cs
ProductsView.xaml
ProductsView.xaml.cs
ViewModel
CustomerItemViewModel.cs
CustomersViewModel.cs
MainViewModel.cs
ProductsViewModel.cs
ValidationViewModelBase.cs
ViewModelBase.cs
WiredBrainCoffee.CustomersApp.csproj
tracker
leech seedsTorrent description
Feel free to post any comments about this torrent, including links to Subtitle, samples, screenshots, or any other relevant information, Watch [ CoursePig com ] WPF 6 Fundamentals Online Free Full Movies Like 123Movies, Putlockers, Fmovies, Netflix or Download Direct via Magnet Link in Torrent Details.
related torrents
Torrent name
health leech seeds Size






