Other

[ CoursePig com ] WPF 6 Fundamentals

  • Download torrent
  • Rate this torrent +  |  -

Torrent info

Name:[ CoursePig com ] WPF 6 Fundamentals

Infohash: 1AFC55830F8B8888CE7B72C28128F8E8BB3A17DC

Total Size: 946.01 MB

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




Torrent Files List


Get Bonus Downloads Here.url (Size: 946.01 MB) (Files: 471)

 Get Bonus Downloads Here.url

0.17 KB

 ~Get Your Files Here !

  01. Course Overview

   01. Course Overview.mp4

3.13 MB

  02. Creating Your First WPF Application

   02. Introduction.mp4

2.39 MB

   03. What Is the Windows Presentation Foundation.mp4

2.39 MB

   04. What You Will Learn in This Course.mp4

6.25 MB

   05. Set up Your Environment.mp4

2.95 MB

   06. Create and Explore a WPF Project.mp4

12.57 MB

   07. Understand How Files Are Generated.mp4

26.56 MB

   08. Summary.mp4

1.98 MB

  03. Instantiating Objects in XAML

   09. Introduction.mp4

1.32 MB

   10. Work with Elements and Attributes.mp4

7.16 MB

   11. Set Properties with the Property Element Syntax.mp4

16.03 MB

   12. Set Properties with the Content Syntax.mp4

20.99 MB

   13. Use the Collection Syntax.mp4

4.08 MB

   14. Summary.mp4

1.56 MB

  04. Building a User Interface

   15. Introduction.mp4

1.81 MB

   16. Know the WPF Layout Panels.mp4

14.88 MB

   17. Build a Layout with the Grid.mp4

18.67 MB

   18. Understand the Size of Rows and Columns.mp4

14.28 MB

   19. Use Layout Properties to Position Elements.mp4

13.99 MB

   20. Center the Header.mp4

4.55 MB

   21. Create a Nested Grid for the Navigation.mp4

10.52 MB

   22. Set Attached Properties in XAML.mp4

3.47 MB

   23. Set Attached Properties in C.Sharp.mp4

18.35 MB

   24. Access Attached Properties with Static Methods.mp4

9.58 MB

   25. Summary.mp4

1.52 MB

  05. Organizing Code with UserControls

   26. Introduction.mp4

1.81 MB

   27. Extract the Header into a UserControl.mp4

13.50 MB

   28. Refactor the XAML Code in the MainWindow.mp4

11.67 MB

   29. Create a UserControl for Customers.mp4

17.84 MB

   30. Understand the XAML Namespaces of WPF.mp4

13.86 MB

   31. Summary.mp4

1.19 MB

  06. Applying Data Binding and MVVM

   32. Introduction.mp4

1.59 MB

   33. Bind to Another Element.mp4

13.74 MB

   34. Know How the Data Context Works.mp4

5.45 MB

   35. The Model View ViewModel MVVM Pattern.mp4

6.26 MB

   36. Create a CustomersViewModel.mp4

18.08 MB

   37. Use the ViewModel for the CustomersView.mp4

13.99 MB

   38. Add a SelectedCustomer Property.mp4

10.07 MB

   39. Implement the Logic to Add a Customer.mp4

6.69 MB

   40. Notify About Property Changes.mp4

13.19 MB

   41. Refactor Logic into a ViewModelBase Class.mp4

7.22 MB

   42. Create a CustomerItemViewModel.mp4

15.60 MB

   43. Bind the Grid.Column Property.mp4

10.34 MB

   44. Convert Values with an IValueConverter.mp4

24.13 MB

   45. Summary.mp4

2.35 MB

  07. Executing Code with Commands

   46. Introduction.mp4

1.34 MB

   47. Understand Commands and MVVM.mp4

7.67 MB

   48. Create a DelegateCommand Class.mp4

18.04 MB

   49. Use the DelegateCommand in the ViewModel.mp4

15.38 MB

   50. Raise the Commands CanExecuteChanged Event.mp4

14.92 MB

   51. Summary.mp4

1.55 MB

  08. Creating Reusable Resources

   52. Introduction.mp4

1.50 MB

   53. Understand XAML Resources.mp4

23.77 MB

   54. Define a Binding Converter as a Resource.mp4

16.39 MB

   55. Move Resources to a Separate File.mp4

8.28 MB

   56. Merge Multiple Resource Dictionaries.mp4

11.17 MB

   57. Summary.mp4

1.60 MB

  09. Working with Data Templates

   58. Introduction.mp4

1.76 MB

   59. Understand WPFs Flexible Content Model.mp4

6.51 MB

   60. Use a Data Template with an ItemsControl.mp4

16.72 MB

   61. Set the Navigation to a Fixed Width.mp4

6.80 MB

   62. The Plan with the ContentControl.mp4

4.08 MB

   63. Implement a MainViewModel.mp4

13.24 MB

   64. Bind to the MainViewModel.mp4

13.18 MB

   65. Use a Data Template with a ContentControl.mp4

10.55 MB

   66. Understand Implicit Data Templates.mp4

12.06 MB

   67. Introduce Another Detail View.mp4

14.57 MB

   68. Create a SelectViewModelCommand.mp4

11.23 MB

   69. Bind the Menu Items to the Command.mp4

6.56 MB

   70. Summary.mp4

1.81 MB

  10. Setting up Dependency Injection

   71. Introduction.mp4

1.73 MB

   72. Instantiate the MainWindow in C.Sharp.mp4

11.76 MB

   73. Set up Dependency Injection.mp4

17.64 MB

   74. Register and Use Another Type.mp4

20.67 MB

   75. Summary.mp4

1.10 MB

  11. Styling Your Application

   76. Introduction.mp4

1.66 MB

   77. Understand the Need for Styles.mp4

8.78 MB

   78. Define Property Values with a Style.mp4

12.69 MB

   79. Inherit a Style from Another Style.mp4

7.31 MB

   80. Understand Explicit and Implicit Styles.mp4

7.29 MB

   81. Define an Application-wide TextBox Style.mp4

9.30 MB

   82. Use Property Triggers in a Style.mp4

13.14 MB

   83. Summary.mp4

1.68 MB

  12. Mastering Control Templates

   84. Introduction.mp4

1.16 MB

   85. Define the Look of a Custom Control.mp4

10.14 MB

   86. Create a ControlTemplate for the CheckBox.mp4

17.95 MB

   87. Adjust the Size of the CheckBox.mp4

7.27 MB

   88. Summary.mp4

1.77 MB

  13. Validating User Input

   89. Introduction.mp4

1.99 MB

   90. Understand Input Validation in WPF.mp4

3.64 MB

   91. The Plan with INotifyDataErrorInfo.mp4

2.18 MB

   92. Create a ValidationViewModelBase Class.mp4

13.36 MB

   93. Add Methods to Add and Remove Errors.mp4

10.55 MB

   94. Validate the FirstName Property.mp4

11.35 MB

   95. Remove the Red Border in the ListView.mp4

5.75 MB

   96. Show the Error in the Tooltip.mp4

14.68 MB

   97. Use the Validation Error Template.mp4

10.75 MB

   98. Show the Error in the User Interface.mp4

7.63 MB

   99. Summary.mp4

1.53 MB

  14. Debugging Your WPF Application

   100. Introduction.mp4

1.23 MB

   101. Explore the Live Visual Tree.mp4

12.78 MB

   102. Inspect Properties at Runtime.mp4

12.68 MB

   103. Summary.mp4

2.30 MB

  Bonus Resources.txt

0.38 KB

  Exercise Files

   01

    creating-your-first-wpf-application-slides.pdf

1.15 MB

    demos

     after

      WiredBrainCoffee.CustomersApp.sln

1.14 KB

      WiredBrainCoffee.CustomersApp

       App.xaml

0.39 KB

       App.xaml.cs

0.33 KB

       AssemblyInfo.cs

0.58 KB

       MainWindow.xaml

0.74 KB

       MainWindow.xaml.cs

0.74 KB

       WiredBrainCoffee.CustomersApp.csproj

0.23 KB

     before

      readme.txt

0.29 KB

   02

    demos

     after

      WiredBrainCoffee.CustomersApp.sln

1.14 KB

      WiredBrainCoffee.CustomersApp

       App.xaml

0.39 KB

       App.xaml.cs

0.33 KB

       AssemblyInfo.cs

0.58 KB

       Images

        add.png

0.46 KB

       MainWindow.xaml

0.91 KB

       MainWindow.xaml.cs

0.74 KB

       WiredBrainCoffee.CustomersApp.csproj

0.37 KB

     before

      WiredBrainCoffee.CustomersApp.sln

1.14 KB

      WiredBrainCoffee.CustomersApp

       App.xaml

0.39 KB

       App.xaml.cs

0.33 KB

       AssemblyInfo.cs

0.58 KB

       Images

        add.png

0.46 KB

       MainWindow.xaml

0.74 KB

       MainWindow.xaml.cs

0.74 KB

       WiredBrainCoffee.CustomersApp.csproj

0.37 KB

    instantiating-objects-in-xaml-slides.pdf

917.97 KB

   03

    building-a-user-interface-slides.pdf

1.57 MB

    demos

     after

      WiredBrainCoffee.CustomersApp.sln

1.14 KB

      WiredBrainCoffee.CustomersApp

       App.xaml

0.39 KB

       App.xaml.cs

0.33 KB

       AssemblyInfo.cs

0.58 KB

       Images

        add.png

0.46 KB

        logo.png

14.38 KB

        move.png

1.08 KB

       MainWindow.xaml

2.98 KB

       MainWindow.xaml.cs

1.03 KB

       WiredBrainCoffee.CustomersApp.csproj

0.52 KB

     before

      WiredBrainCoffee.CustomersApp.sln

1.14 KB

      WiredBrainCoffee.CustomersApp

       App.xaml

0.39 KB

       App.xaml.cs

0.33 KB

       AssemblyInfo.cs

0.58 KB

       Images

        add.png

0.46 KB

        logo.png

14.38 KB

        move.png

1.08 KB

       MainWindow.xaml

2.39 KB

       MainWindow.xaml.cs

0.61 KB

       WiredBrainCoffee.CustomersApp.csproj

0.52 KB

   04

    demos

     after

      WiredBrainCoffee.CustomersApp.sln

1.14 KB

      WiredBrainCoffee.CustomersApp

       App.xaml

0.39 KB

       App.xaml.cs

0.33 KB

       AssemblyInfo.cs

0.58 KB

       Controls

        HeaderControl.xaml

0.99 KB

        HeaderControl.xaml.cs

0.63 KB

       Images

        add.png

0.46 KB

        logo.png

14.38 KB

        move.png

1.08 KB

       MainWindow.xaml

1.20 KB

       MainWindow.xaml.cs

0.61 KB

       View

        CustomersView.xaml

1.90 KB

        CustomersView.xaml.cs

0.64 KB

       WiredBrainCoffee.CustomersApp.csproj

0.52 KB

     before

      readme.txt

0.26 KB

    organizing-code-with-usercontrols-slides.pdf

419.57 KB

   05

    applying-data-binding-and-mvvm-slides.pdf

966.82 KB

    demos

     after

      WiredBrainCoffee.CustomersApp.sln

1.14 KB

      WiredBrainCoffee.CustomersApp

       App.xaml

0.39 KB

       App.xaml.cs

0.33 KB

       AssemblyInfo.cs

0.58 KB

       Controls

        HeaderControl.xaml

0.99 KB

        HeaderControl.xaml.cs

0.63 KB

       Converter

        NavigationSideToGridColumnConverter.cs

0.65 KB

       Data

        CustomerDataProvider.cs

0.92 KB

       Images

        add.png

0.46 KB

        logo.png

14.38 KB

        move.png

1.08 KB

       MainWindow.xaml

1.20 KB

       MainWindow.xaml.cs

0.61 KB

       Model

        Customer.cs

0.24 KB

       View

        CustomersView.xaml

2.56 KB

        CustomersView.xaml.cs

0.84 KB

       ViewModel

        CustomerItemViewModel.cs

0.79 KB

        CustomersViewModel.cs

1.80 KB

        ViewModelBase.cs

0.43 KB

       WiredBrainCoffee.CustomersApp.csproj

0.52 KB

     before

      WiredBrainCoffee.CustomersApp.sln

1.14 KB

      WiredBrainCoffee.CustomersApp

       App.xaml

0.39 KB

       App.xaml.cs

0.33 KB

       AssemblyInfo.cs

0.58 KB

       Controls

        HeaderControl.xaml

0.99 KB

        HeaderControl.xaml.cs

0.63 KB

       Data

        CustomerDataProvider.cs

0.92 KB

       Images

        add.png

0.46 KB

        logo.png

14.38 KB

        move.png

1.08 KB

       MainWindow.xaml

1.20 KB

       MainWindow.xaml.cs

0.61 KB

       Model

        Customer.cs

0.24 KB

       View

        CustomersView.xaml

1.90 KB

        CustomersView.xaml.cs

0.64 KB

       WiredBrainCoffee.CustomersApp.csproj

0.52 KB

   06

    demos

     after

      WiredBrainCoffee.CustomersApp.sln

1.14 KB

      WiredBrainCoffee.CustomersApp

       App.xaml

0.39 KB

       App.xaml.cs

0.33 KB

       AssemblyInfo.cs

0.58 KB

       Command

        DelegateCommand.cs

0.75 KB

       Controls

        HeaderControl.xaml

0.99 KB

        HeaderControl.xaml.cs

0.63 KB

       Converter

        NavigationSideToGridColumnConverter.cs

0.65 KB

       Data

        CustomerDataProvider.cs

0.92 KB

       Images

        add.png

0.46 KB

        logo.png

14.38 KB

        move.png

1.08 KB

       MainWindow.xaml

1.20 KB

       MainWindow.xaml.cs

0.61 KB

       Model

        Customer.cs

0.24 KB

       View

        CustomersView.xaml

2.62 KB

        CustomersView.xaml.cs

0.62 KB

       ViewModel

        CustomerItemViewModel.cs

0.79 KB

        CustomersViewModel.cs

2.51 KB

        ViewModelBase.cs

0.43 KB

       WiredBrainCoffee.CustomersApp.csproj

0.52 KB

     before

      readme.txt

0.26 KB

    executing-code-with-commands-slides.pdf

582.64 KB

   07

    creating-reusable-resources-slides.pdf

490.74 KB

    demos

     after

      WiredBrainCoffee.CustomersApp.sln

1.14 KB

      WiredBrainCoffee.CustomersApp

       App.xaml

0.65 KB

       App.xaml.cs

0.33 KB

       AssemblyInfo.cs

0.58 KB

       Command

        DelegateCommand.cs

0.75 KB

       Controls

        HeaderControl.xaml

1.05 KB

        HeaderControl.xaml.cs

0.63 KB

       Converter

        NavigationSideToGridColumnConverter.cs

0.65 KB

       Data

        CustomerDataProvider.cs

0.92 KB

       Images

        add.png

0.46 KB

        logo.png

14.38 KB

        move.png

1.08 KB

       MainWindow.xaml

1.20 KB

       MainWindow.xaml.cs

0.61 KB

       Model

        Customer.cs

0.24 KB

       Resources

        Brushes.xaml

0.31 KB

        Converters.xaml

0.25 KB

       View

        CustomersView.xaml

2.76 KB

        CustomersView.xaml.cs

0.62 KB

       ViewModel

        CustomerItemViewModel.cs

0.79 KB

        CustomersViewModel.cs

2.63 KB

        ViewModelBase.cs

0.43 KB

       WiredBrainCoffee.CustomersApp.csproj

0.52 KB

     before

      readme.txt

0.26 KB

   08

    demos

     after

      WiredBrainCoffee.CustomersApp.sln

1.14 KB

      WiredBrainCoffee.CustomersApp

       App.xaml

0.65 KB

       App.xaml.cs

0.33 KB

       AssemblyInfo.cs

0.58 KB

       Command

        DelegateCommand.cs

0.75 KB

       Controls

        HeaderControl.xaml

1.05 KB

        HeaderControl.xaml.cs

0.63 KB

       Converter

        NavigationSideToGridColumnConverter.cs

0.65 KB

       Data

        CustomerDataProvider.cs

0.92 KB

       Images

        add.png

0.46 KB

        logo.png

14.38 KB

        move.png

1.08 KB

       MainWindow.xaml

1.82 KB

       MainWindow.xaml.cs

0.63 KB

       Model

        Customer.cs

0.24 KB

       Resources

        Brushes.xaml

0.31 KB

        Converters.xaml

0.25 KB

       View

        CustomersView.xaml

3.05 KB

        CustomersView.xaml.cs

0.31 KB

        ProductsView.xaml

0.68 KB

        ProductsView.xaml.cs

0.62 KB

       ViewModel

        CustomerItemViewModel.cs

0.79 KB

        CustomersViewModel.cs

2.64 KB

        MainViewModel.cs

1.21 KB

        ProductsViewModel.cs

0.11 KB

        ViewModelBase.cs

0.53 KB

       WiredBrainCoffee.CustomersApp.csproj

0.52 KB

     before

      readme.txt

0.26 KB

    working-with-data-templates-slides.pdf

1.05 MB

   09

    demos

     after

      WiredBrainCoffee.CustomersApp.sln

1.14 KB

      WiredBrainCoffee.CustomersApp

       App.xaml

0.61 KB

       App.xaml.cs

1.07 KB

       AssemblyInfo.cs

0.58 KB

       Command

        DelegateCommand.cs

0.75 KB

       Controls

        HeaderControl.xaml

1.05 KB

        HeaderControl.xaml.cs

0.63 KB

       Converter

        NavigationSideToGridColumnConverter.cs

0.65 KB

       Data

        CustomerDataProvider.cs

0.92 KB

        ProductDataProvider.cs

0.97 KB

       Images

        add.png

0.46 KB

        logo.png

14.38 KB

        move.png

1.08 KB

       MainWindow.xaml

1.82 KB

       MainWindow.xaml.cs

0.55 KB

       Model

        Customer.cs

0.24 KB

        Product.cs

0.16 KB

       Resources

        Brushes.xaml

0.31 KB

        Converters.xaml

0.25 KB

       View

        CustomersView.xaml

3.05 KB

        CustomersView.xaml.cs

0.31 KB

        ProductsView.xaml

0.65 KB

        ProductsView.xaml.cs

0.62 KB

       ViewModel

        CustomerItemViewModel.cs

0.79 KB

        CustomersViewModel.cs

2.64 KB

        MainViewModel.cs

1.21 KB

        ProductsViewModel.cs

0.85 KB

        ViewModelBase.cs

0.53 KB

       WiredBrainCoffee.CustomersApp.csproj

0.64 KB

     before

      WiredBrainCoffee.CustomersApp.sln

1.14 KB

      WiredBrainCoffee.CustomersApp

       App.xaml

0.65 KB

       App.xaml.cs

0.33 KB

       AssemblyInfo.cs

0.58 KB

       Command

        DelegateCommand.cs

0.75 KB

       Controls

        HeaderControl.xaml

1.05 KB

        HeaderControl.xaml.cs

0.63 KB

       Converter

        NavigationSideToGridColumnConverter.cs

0.65 KB

       Data

        CustomerDataProvider.cs

0.92 KB

        ProductDataProvider.cs

0.97 KB

       Images

        add.png

0.46 KB

        logo.png

14.38 KB

        move.png

1.08 KB

       MainWindow.xaml

1.82 KB

       MainWindow.xaml.cs

0.63 KB

       Model

        Customer.cs

0.24 KB

        Product.cs

0.16 KB

       Resources

        Brushes.xaml

0.31 KB

        Converters.xaml

0.25 KB

       View

        CustomersView.xaml

3.05 KB

        CustomersView.xaml.cs

0.31 KB

        ProductsView.xaml

0.68 KB

        ProductsView.xaml.cs

0.62 KB

       ViewModel

        CustomerItemViewModel.cs

0.79 KB

        CustomersViewModel.cs

2.64 KB

        MainViewModel.cs

1.21 KB

        ProductsViewModel.cs

0.11 KB

        ViewModelBase.cs

0.53 KB

       WiredBrainCoffee.CustomersApp.csproj

0.52 KB

    setting-up-dependency-injection-slides.pdf

345.08 KB

   10

    demos

     after

      WiredBrainCoffee.CustomersApp.sln

1.14 KB

      WiredBrainCoffee.CustomersApp

       App.xaml

0.67 KB

       App.xaml.cs

1.07 KB

       AssemblyInfo.cs

0.58 KB

       Command

        DelegateCommand.cs

0.75 KB

       Controls

        HeaderControl.xaml

1.05 KB

        HeaderControl.xaml.cs

0.63 KB

       Converter

        NavigationSideToGridColumnConverter.cs

0.65 KB

       Data

        CustomerDataProvider.cs

0.92 KB

        ProductDataProvider.cs

0.97 KB

       Images

        add.png

0.46 KB

        logo.png

14.38 KB

        move.png

1.08 KB

       MainWindow.xaml

1.82 KB

       MainWindow.xaml.cs

0.55 KB

       Model

        Customer.cs

0.24 KB

        Product.cs

0.16 KB

       Resources

        Brushes.xaml

0.31 KB

        Converters.xaml

0.25 KB

        Styles.xaml

0.64 KB

       View

        CustomersView.xaml

3.05 KB

        CustomersView.xaml.cs

0.31 KB

        ProductsView.xaml

0.65 KB

        ProductsView.xaml.cs

0.62 KB

       ViewModel

        CustomerItemViewModel.cs

0.79 KB

        CustomersViewModel.cs

2.64 KB

        MainViewModel.cs

1.21 KB

        ProductsViewModel.cs

0.85 KB

        ViewModelBase.cs

0.53 KB

       WiredBrainCoffee.CustomersApp.csproj

0.64 KB

     before

      readme.txt

0.26 KB

    styling-your-application-slides.pdf

467.05 KB

   11

    demos

     after

      WiredBrainCoffee.CustomersApp.sln

1.14 KB

      WiredBrainCoffee.CustomersApp

       App.xaml

0.67 KB

       App.xaml.cs

1.07 KB

       AssemblyInfo.cs

0.58 KB

       Command

        DelegateCommand.cs

0.75 KB

       Controls

        HeaderControl.xaml

1.05 KB

        HeaderControl.xaml.cs

0.63 KB

       Converter

        NavigationSideToGridColumnConverter.cs

0.65 KB

       Data

        CustomerDataProvider.cs

0.92 KB

        ProductDataProvider.cs

0.97 KB

       Images

        add.png

0.46 KB

        logo.png

14.38 KB

        move.png

1.08 KB

       MainWindow.xaml

1.82 KB

       MainWindow.xaml.cs

0.55 KB

       Model

        Customer.cs

0.24 KB

        Product.cs

0.16 KB

       Resources

        Brushes.xaml

0.31 KB

        Converters.xaml

0.25 KB

        Styles.xaml

6.78 KB

       View

        CustomersView.xaml

3.05 KB

        CustomersView.xaml.cs

0.31 KB

        ProductsView.xaml

0.65 KB

        ProductsView.xaml.cs

0.62 KB

       ViewModel

        CustomerItemViewModel.cs

0.79 KB

        CustomersViewModel.cs

2.64 KB

        MainViewModel.cs

1.21 KB

        ProductsViewModel.cs

0.85 KB

        ViewModelBase.cs

0.53 KB

       WiredBrainCoffee.CustomersApp.csproj

0.64 KB

     before

      readme.txt

0.26 KB

    mastering-control-templates-slides.pdf

805.32 KB

   12

    demos

     after

      WiredBrainCoffee.CustomersApp.sln

1.14 KB

      WiredBrainCoffee.CustomersApp

       App.xaml

0.67 KB

       App.xaml.cs

1.07 KB

       AssemblyInfo.cs

0.58 KB

       Command

        DelegateCommand.cs

0.75 KB

       Controls

        HeaderControl.xaml

1.05 KB

        HeaderControl.xaml.cs

0.63 KB

       Converter

        NavigationSideToGridColumnConverter.cs

0.65 KB

       Data

        CustomerDataProvider.cs

0.92 KB

        ProductDataProvider.cs

0.97 KB

       Images

        add.png

0.46 KB

        logo.png

14.38 KB

        move.png

1.08 KB

       MainWindow.xaml

1.82 KB

       MainWindow.xaml.cs

0.55 KB

       Model

        Customer.cs

0.24 KB

        Product.cs

0.16 KB

       Resources

        Brushes.xaml

0.31 KB

        Converters.xaml

0.25 KB

        Styles.xaml

7.70 KB

       View

        CustomersView.xaml

3.10 KB

        CustomersView.xaml.cs

0.31 KB

        ProductsView.xaml

0.65 KB

        ProductsView.xaml.cs

0.62 KB

       ViewModel

        CustomerItemViewModel.cs

0.97 KB

        CustomersViewModel.cs

2.64 KB

        MainViewModel.cs

1.21 KB

        ProductsViewModel.cs

0.85 KB

        ValidationViewModelBase.cs

1.77 KB

        ViewModelBase.cs

0.53 KB

       WiredBrainCoffee.CustomersApp.csproj

0.64 KB

     before

      readme.txt

0.26 KB

    validating-user-input-slides.pdf

674.92 KB

   13

    debugging-your-wpf-application-slides.pdf

543.26 KB

    demos

     after

      readme.txt

0.23 KB

     before

      WiredBrainCoffee.CustomersApp.sln

1.14 KB

      WiredBrainCoffee.CustomersApp

       App.xaml

0.67 KB

       App.xaml.cs

1.07 KB

       AssemblyInfo.cs

0.58 KB

       Command

        DelegateCommand.cs

0.75 KB

       Controls

        HeaderControl.xaml

1.05 KB

        HeaderControl.xaml.cs

0.63 KB

       Converter

        NavigationSideToGridColumnConverter.cs

0.65 KB

       Data

        CustomerDataProvider.cs

0.92 KB

        ProductDataProvider.cs

0.97 KB

       Images

        add.png

0.46 KB

        logo.png

14.38 KB

        move.png

1.08 KB

       MainWindow.xaml

1.82 KB

       MainWindow.xaml.cs

0.55 KB

       Model

        Customer.cs

0.24 KB

        Product.cs

0.16 KB

       Resources

        Brushes.xaml

0.31 KB

        Converters.xaml

0.25 KB

        Styles.xaml

7.70 KB

       View

        CustomersView.xaml

3.10 KB

        CustomersView.xaml.cs

0.31 KB

        ProductsView.xaml

0.65 KB

        ProductsView.xaml.cs

0.62 KB

       ViewModel

        CustomerItemViewModel.cs

0.97 KB

        CustomersViewModel.cs

2.64 KB

        MainViewModel.cs

1.21 KB

        ProductsViewModel.cs

0.85 KB

        ValidationViewModelBase.cs

1.77 KB

        ViewModelBase.cs

0.53 KB

       WiredBrainCoffee.CustomersApp.csproj

0.64 KB
 

tracker

leech seeds
 

Torrent 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
 


comments (0)

Main Menu