Theme
light
dark
cupcake
bumblebee
emerald
corporate
synthwave
retro
cyberpunk
valentine
halloween
garden
forest
aqua
lofi
pastel
fantasy
wireframe
black
luxury
dracula
cmyk
autumn
business
acid
lemonade
night
coffee
winter
Torrent Details
Building an Enterprise App with WPF, MVVM, and Entity Framework Code First
Category:
Other
Size:
1.78 GB
Seeders:
1
Leechers:
0
Downloads:
0
Uploaded:
Nov 5, 2018
Torrent
Magnet
Files
Trackers
Info
Building an Enterprise App with WPF, MVVM, and Entity Framework Code First
01. Cource overview
01. Cource overview.mp4
- 3.96 MB
02. Looking at the scenario
01. Introduction.mp4
- 2.95 MB
02. What You Build - The FriendOrganizer.mp4
- 4.83 MB
03. Course Outline.mp4
- 6.55 MB
03. Defining the Architecture
01. Introduction.mp4
- 884.89 KB
02. About N-tier and Client-server.mp4
- 4.34 MB
03. Plan the Client Layers.mp4
- 2.4 MB
04. Set up the FriendOrganizer Solution.mp4
- 12.18 MB
05. Summary.mp4
- 1.88 MB
04. Building the Basic UI Layer
01. Introduction.mp4
- 1.2 MB
02. Plan the User Interface Layer.mp4
- 7.68 MB
03. The MVVM-pattern.mp4
- 1.67 MB
04. Create the MainViewModel.mp4
- 12.07 MB
05. Implement INotifyPropertyChanged.mp4
- 13.72 MB
06. Set the DataContext.mp4
- 3.28 MB
07. Define the User Interface.mp4
- 29.75 MB
08. Add Autofac for Dependency Injection.mp4
- 9.24 MB
09. Summary.mp4
- 747.92 KB
05. Setting up Entity Framework
01. Introduction.mp4
- 1.29 MB
02. Plan the Data Access Layer.mp4
- 3.13 MB
03. Create a DbContext Subclass.mp4
- 12.17 MB
04. Add a Code First Migration.mp4
- 20.11 MB
05. Add Constraints.mp4
- 18.36 MB
06. Create and Seed the Database.mp4
- 19.49 MB
07. Build the FriendDataService.mp4
- 16.64 MB
08. Load Data Asynchronously.mp4
- 12.07 MB
09. Summary.mp4
- 2.04 MB
06. Decoupling the UI Parts
01. Introduction.mp4
- 1.74 MB
02. Plan the New Structure.mp4
- 3.53 MB
03. Create the LookupDataService.mp4
- 15.04 MB
04. Create the NavigationViewModel.mp4
- 11.92 MB
05. Create the NavigationView.mp4
- 11.81 MB
06. Adjust the FriendDataService.mp4
- 3.55 MB
07. Create the FriendDetailViewModel.mp4
- 8.09 MB
08. Create the FriendDetailView.mp4
- 11.54 MB
09. Summary.mp4
- 1.19 MB
07. Communicating Between ViewModels
01. Introduction.mp4
- 667.91 KB
02. Plan the ViewModel Communication.mp4
- 1005.83 KB
03. Introduce Prism's EventAggregator.mp4
- 5.38 MB
04. Publish the OpenFriendDetaiViewEvent.mp4
- 11.72 MB
05. Subscribe to the OpenFriendDetaiViewEvent.mp4
- 10.15 MB
06. Summary.mp4
- 586.43 KB
08. Saving Data
01. Introduction.mp4
- 924.84 KB
02. The ICommand and MVVM.mp4
- 4.14 MB
03. Introduce the SaveCommand.mp4
- 10.97 MB
04. Save the Friend with Entity Framework.mp4
- 11.91 MB
05. Update the Navigation After Saving.mp4
- 16.41 MB
06. Add the NavigationItemViewModel.mp4
- 11.83 MB
07. Summary.mp4
- 976.05 KB
09. Validating User Input
01. Introduction.mp4
- 2.33 MB
02. Process Unhandled Exceptions.mp4
- 14.12 MB
03. Validation in WPF.mp4
- 3.72 MB
04. Wrap the Model.mp4
- 3.45 MB
05. Create the FriendWrapper.mp4
- 7.38 MB
06. Implement INotifyDataErrorInfo.mp4
- 18.48 MB
07. Add Some Validation Logic.mp4
- 7.89 MB
08. Display the Error in the Tooltip.mp4
- 18.55 MB
09. Display the Error Below the TextBox.mp4
- 13.44 MB
10. Create a NotifyDataErrorInfoBase Class.mp4
- 10.36 MB
11. Introduce a ModelWrapper Class.mp4
- 13.02 MB
12. Trigger Validation in the ModelWrapper.mp4
- 14.49 MB
13. Validate by Using Data Annotations.mp4
- 29.37 MB
14. Enable and Disable the Save Button.mp4
- 15.4 MB
15. Summary.mp4
- 1.18 MB
10. Detecting Model Changes
01. Introduction.mp4
- 1.27 MB
02. How Entity Framework Tracks Changes.mp4
- 6.47 MB
03. Plan the DbContext Lifetime.mp4
- 2.46 MB
04. Create the FriendRepository.mp4
- 24.41 MB
05. Use a Single FriendRepository per Detail View.mp4
- 31.92 MB
06. Add an HasChanges Method to the Repository.mp4
- 4.78 MB
07. Enable and Disable the Save Button.mp4
- 19.68 MB
08. Block Navigation from a Changed Friend.mp4
- 19.98 MB
09. Create a MessageDialogService.mp4
- 25.58 MB
10. Remove Selection in the Navigation.mp4
- 30.26 MB
11. Style the Navigation.mp4
- 8.84 MB
11. Summary.mp4
- 3.63 MB
11. Adding and Deleting Entities
01. Introduction.mp4
- 1.27 MB
02. Add a New Friend.mp4
- 36.84 MB
03. Trigger the Validation.mp4
- 7.56 MB
04. Delete an Existing Friend.mp4
- 15.72 MB
05. Inform the Navigation with an Event.mp4
- 14.62 MB
06. Hide and Display the FriendDetailView.mp4
- 14.48 MB
07. Display a Dialog Before Deleting.mp4
- 7.35 MB
08. Summary.mp4
- 875.09 KB
12. Working with Lookups
01. Introduction.mp4
- 1.38 MB
02. Create the ProgrammingLanguage-entity.mp4
- 19.24 MB
03. Extend the LookupDataService.mp4
- 5.12 MB
04. Load the Lookup in the FriendDetailViewModel.mp4
- 19.37 MB
05. Add a ComboBox to the FriendDetailView.mp4
- 16.06 MB
06. Allow Selection of an Empty Entry.mp4
- 9.52 MB
07. Summary.mp4
- 867.79 KB
13. Working with Object Graphs
01. Introduction.mp4
- 1.94 MB
02. Create the FriendPhoneNumber Entity.mp4
- 9.73 MB
03. Add a DataGrid to the FriendDetailView.mp4
- 6.85 MB
04. Manage Phone Numbers in the FriendDetailViewModel.mp4
- 27.11 MB
05. Display Validation Errors in the DataGrid.mp4
- 7.28 MB
06. Add a Phone Number.mp4
- 7.59 MB
07. Remove a Phone Number.mp4
- 15.18 MB
08. Summary.mp4
- 733.54 KB
14. Refactoring to Support Other Detail Views
01. Introduction.mp4
- 3.46 MB
02. Create the DetailViewModel Property.mp4
- 13.56 MB
03. Create the OpenDetailViewEvent.mp4
- 30.34 MB
04. Create the AfterDetailDeletedEvent.mp4
- 19.76 MB
05. Create the AfterDetailSavedEvent.mp4
- 10.11 MB
06. Fix the New Friend Creation.mp4
- 17.36 MB
07. Create a GenericRepository Class.mp4
- 21.03 MB
08. Create a DetailViewModelBase Class.mp4
- 22.44 MB
09. Summary.mp4
- 1.74 MB
15. Introducing Another Detail View
01. Introduction.mp4
- 1.74 MB
02. Create the Meeting Entity.mp4
- 21.63 MB
03. Create the MeetingRepository.mp4
- 9.5 MB
04. Wrap the Meeting Entity.mp4
- 2.88 MB
05. Create the MeetingDetailViewModel.mp4
- 20.38 MB
06. Create the MeetingDetailView.mp4
- 15.85 MB
07. Load Meetings in the NavigationViewModel.mp4
- 20.83 MB
08. Extend the NavigationView.mp4
- 18.55 MB
09. Instantiate the MeetingDetailViewModel.mp4
- 11.23 MB
10. Use Autofac’s IIndex Interface.mp4
- 18.66 MB
11. Add New Meetings.mp4
- 13.52 MB
12. Synchronize the Start and End Date.mp4
- 7.87 MB
13. Summary.mp4
- 973.57 KB
16. Picking M-N-related Details
01. Introduction.mp4
- 1.85 MB
02. Build the Picklist in the MeetingDetailView.mp4
- 13.86 MB
03. Extend the MeetingDetailViewModel.mp4
- 6.88 MB
04. Load the Friends for the Picklist.mp4
- 17.01 MB
05. Add and Remove Friends.mp4
- 9.41 MB
06. Block the Deletion of Friends.mp4
- 15.49 MB
07. Summary.mp4
- 867.54 KB
17. Switching to a Tabbed UI
01. Introduction.mp4
- 2.59 MB
02. Adjust the MainViewModel.mp4
- 34.44 MB
03. Add a TabControl to the MainWindow.mp4
- 18.7 MB
04. Display a Title in the Tab Header.mp4
- 7.82 MB
05. The Plan to Close a Tab.mp4
- 1.37 MB
06. Introduce the CloseDetailViewCommand.mp4
- 5 MB
07. Publish the AfterDetailClosedEvent.mp4
- 4.69 MB
08. Subscribe to the Event to Close the Tab.mp4
- 9.01 MB
09. Check for Changes When Closing a Tab.mp4
- 9.35 MB
10. Be Aware of Refresh Issues in a Tabbed UI.mp4
- 2.34 MB
11. Refresh the MeetingDetailView After Updating a Friend.mp4
- 7.2 MB
12. Reload a Single Friend with Entity Framework.mp4
- 14.79 MB
13. Refresh the MeetingDetailView After Deleting a Friend.mp4
- 5.92 MB
14. Open and Close Tabs for New Items.mp4
- 23.28 MB
15. Summary.mp4
- 1.38 MB
18. Creating a Detail View for Collections
01. Introduction.mp4
- 1.63 MB
02. Integrate the Detail View for Programming Languages.mp4
- 30.25 MB
03. Set up the ProgrammingLanguageRepository.mp4
- 7.79 MB
04. Implement the ProgrammingLanguageDetailViewModel.mp4
- 13.21 MB
05. Set up the View with a DataGrid.mp4
- 7.92 MB
06. Refresh the Programming Languages in Open Friend Tabs.mp4
- 12.17 MB
07. Add and Remove Programming Languages.mp4
- 19.48 MB
08. Catch Exceptions When Saving Referenced Languages.mp4
- 7.47 MB
09. Check if a Programming Language Is Referenced.mp4
- 5.55 MB
10. Summary.mp4
- 926.7 KB
19. Implementing Optimistic Concurrency
01. Introduction.mp4
- 3.44 MB
02. Two Users Saving the Same Friend.mp4
- 4.36 MB
03. Handle Concurrency Conflicts.mp4
- 1.83 MB
04. Optimistic Concurrency with Entity Framework.mp4
- 2.31 MB
05. Add a Row Version to the Friend Entity.mp4
- 22.08 MB
06. Handle the DbUpdateConcurrencyException.mp4
- 19.46 MB
07. When Another User Has Deleted an Entity.mp4
- 23.87 MB
08. Move the Exception Handling to the Base Class.mp4
- 20.69 MB
09. Summary.mp4
- 1.95 MB
20. Styling the Application
01. Introduction.mp4
- 2.76 MB
02. What the Final Application Should Look Like.mp4
- 1.76 MB
03. Ways to Style Your WPF Application.mp4
- 3.2 MB
04. Add Mahapps.Metro to the FriendOrganizer Application.mp4
- 26.42 MB
05. Style the Navigation and the Tab Headers.mp4
- 23.33 MB
06. Fix the Font Sizes for Buttons and ComboBoxes.mp4
- 15.36 MB
07. Adjust the Colors of Validation Errors and Controls.mp4
- 10.98 MB
08. Use the TextBox Style from Mahapps.Metro.mp4
- 9.56 MB
09. Use the Mahapps.Metro MessageDialog.mp4
- 19.91 MB
10. The Final FriendOrganizer Application.mp4
- 6.55 MB
11. Course Summary.mp4
- 3.42 MB
wpf-mvvm-entity-framework-app.zip
- 2.42 MB
Trackers
Seeders
Leechers
Downloads
udp://tracker.opentrackr.org:1337/announce
1
0
0
udp://tracker.moeking.me:6969/announce
0
0
0
udp://tracker.torrent.eu.org:451/announce
0
0
0
udp://tracker.openbittorrent.com:80/announce
0
0
0
udp://open.stealth.si:80/announce
0
0
0
udp://tracker4.itzmx.com:2710/announce
0
0
0
udp://retracker.lanta-net.ru:2710/announce
0
0
0
udp://exodus.desync.com:6969/announce
0
0
0
udp://explodie.org:6969/announce
0
0
0
udp://tracker.internetwarriors.net:1337/announce
0
0
0
InfoHash:
70A62AA4C6E262125B6F477DFBED4B5DC00A09E4
Last updated:
Jan 24, 2022
File count:
174 B
File Category:
1
Tags:
building, enterprise, mvvm, entity, framework, code, first
Related Torrents
Nitro PDF Pro v14.19.1.29 Enterprise (x64) + Fix {CracksHash}
Other
Apr 15, 2024
169.3 MB
5.63 k
3.75 k
20
Torrent
Magnet
Nitro PDF Pro v14.19.1.29 Enterprise (x64) + Fix {CracksHash}
Other
Mar 25, 2024
169.3 MB
3.32 k
2.21 k
21
Torrent
Magnet
Nitro PDF Pro v14.19.1.29 Enterprise (x64) + Fix {CracksHash}
Other
Apr 5, 2024
169.3 MB
4.56 k
3.04 k
16
Torrent
Magnet
Nitro PDF Pro v14.19.1.29 Enterprise (x64) + Fix {CracksHash}
Other
Apr 7, 2024
169.3 MB
4.82 k
3.22 k
20
Torrent
Magnet
Key Metric Software FolderSizes v9.5.425 Enterprise Edition + Keygen - [USA~TORRENT]
Other
Apr 11, 2024
24.28 MB
6.2 k
4.13 k
15
Torrent
Magnet
Key Metric Software FolderSizes v9.5.425 Enterprise Edition + Keygen - [USA~TORRENT]
Other
Apr 13, 2024
24.28 MB
4.29 k
2.86 k
20
Torrent
Magnet
Nitro PDF Pro v14.19.1.29 Enterprise (x64) + Fix {CracksHash}
Other
Apr 13, 2024
169.3 MB
4.61 k
3.08 k
15
Torrent
Magnet
Windows 10 Enterprise 22H2 build 19045.4170 Preactivated Multilingual March 2024 [haxNode]
Other
May 1, 2024
1.53 GB
3.22 k
2.15 k
17
Torrent
Magnet
Nitro PDF Pro v14 19 1 29 Enterprise (x64) + Fix {CracksHash}
Other
May 5, 2024
160.1 MB
2.69 k
1.79 k
11
Torrent
Magnet
Remote Desktop Manager Enterprise v2024.1.12 (x64) + Serial - [haxNode]
Other
May 7, 2024
242.95 MB
2.39 k
1.59 k
15
Torrent
Magnet
Windows 10 Enterprise 22H2 build 19045.4170 Preactivated Multilingual March 2024 [haxNode]
Other
May 7, 2024
1.53 GB
3.63 k
2.42 k
15
Torrent
Magnet
Nitro PDF Pro v14 19 1 29 Enterprise (x64) + Fix {CracksHash}
Other
May 7, 2024
160.1 MB
4.27 k
2.85 k
15
Torrent
Magnet
Windows 10 Enterprise 22H2 build 19045.4170 Preactivated Multilingual March 2024 [haxNode]
Other
May 8, 2024
1.53 GB
2.67 k
1.78 k
11
Torrent
Magnet
Windows 10 Enterprise 22H2 build 19045.4170 Preactivated Multilingual March 2024 [haxNode]
Other
Apr 21, 2024
1.53 GB
2.66 k
1.77 k
20
Torrent
Magnet
Remote Desktop Manager Enterprise v2024.1.12 (x64) + Serial - [haxNode]
Other
Apr 23, 2024
242.95 MB
2.76 k
1.84 k
10
Torrent
Magnet
Disk Drill Enterprise v5.3.825.0 + Crack - {CracksHash}
Other
Apr 24, 2024
22.45 MB
1.56 k
1.04 k
0
Torrent
Magnet
Nitro PDF Pro v14.19.1.29 Enterprise (x64) + Fix {CracksHash}
Other
Apr 25, 2024
169.3 MB
2.71 k
1.81 k
16
Torrent
Magnet
Nitro PDF Pro v14 19 1 29 Enterprise (x64) + Fix {CracksHash}
Other
Apr 26, 2024
160.1 MB
3.77 k
2.51 k
25
Torrent
Magnet
Nitro PDF Pro v14 19 1 29 Enterprise (x64) + Fix {CracksHash}
Other
May 10, 2024
160.1 MB
3.69 k
2.46 k
20
Torrent
Magnet
Key Metric Software FolderSizes v9.5.425 Enterprise Edition + Keygen - [USA~TORRENT]
Other
Apr 18, 2024
24.28 MB
5.36 k
3.58 k
20
Torrent
Magnet
Home
Movies
TV Shows
Anime
Videos
Music
Games
Software
Books
Privacy policy
About us
Donating
Help
Send feedback