本站已收录 番号和无损神作磁力链接/BT种子 

Building an Enterprise App with WPF, MVVM, and Entity Framework Code First

种子简介

种子名称: Building an Enterprise App with WPF, MVVM, and Entity Framework Code First
文件类型: 视频
文件数目: 173个文件
文件大小: 1.78 GB
收录时间: 2019-11-21 01:42
已经下载: 3
资源热度: 245
最近下载: 2024-5-20 02:56

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:70a62aa4c6e262125b6f477dfbed4b5dc00a09e4&dn=Building an Enterprise App with WPF, MVVM, and Entity Framework Code First 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

Building an Enterprise App with WPF, MVVM, and Entity Framework Code First.torrent
  • 01. Cource overview/01. Cource overview.mp43.96MB
  • 02. Looking at the scenario/01. Introduction.mp42.95MB
  • 02. Looking at the scenario/02. What You Build - The FriendOrganizer.mp44.83MB
  • 02. Looking at the scenario/03. Course Outline.mp46.55MB
  • 03. Defining the Architecture/01. Introduction.mp4884.89KB
  • 03. Defining the Architecture/02. About N-tier and Client-server.mp44.34MB
  • 03. Defining the Architecture/03. Plan the Client Layers.mp42.4MB
  • 03. Defining the Architecture/04. Set up the FriendOrganizer Solution.mp412.18MB
  • 03. Defining the Architecture/05. Summary.mp41.88MB
  • 04. Building the Basic UI Layer/01. Introduction.mp41.2MB
  • 04. Building the Basic UI Layer/02. Plan the User Interface Layer.mp47.68MB
  • 04. Building the Basic UI Layer/03. The MVVM-pattern.mp41.67MB
  • 04. Building the Basic UI Layer/04. Create the MainViewModel.mp412.07MB
  • 04. Building the Basic UI Layer/05. Implement INotifyPropertyChanged.mp413.72MB
  • 04. Building the Basic UI Layer/06. Set the DataContext.mp43.28MB
  • 04. Building the Basic UI Layer/07. Define the User Interface.mp429.75MB
  • 04. Building the Basic UI Layer/08. Add Autofac for Dependency Injection.mp49.24MB
  • 04. Building the Basic UI Layer/09. Summary.mp4747.92KB
  • 05. Setting up Entity Framework/01. Introduction.mp41.29MB
  • 05. Setting up Entity Framework/02. Plan the Data Access Layer.mp43.13MB
  • 05. Setting up Entity Framework/03. Create a DbContext Subclass.mp412.17MB
  • 05. Setting up Entity Framework/04. Add a Code First Migration.mp420.11MB
  • 05. Setting up Entity Framework/05. Add Constraints.mp418.36MB
  • 05. Setting up Entity Framework/06. Create and Seed the Database.mp419.49MB
  • 05. Setting up Entity Framework/07. Build the FriendDataService.mp416.64MB
  • 05. Setting up Entity Framework/08. Load Data Asynchronously.mp412.07MB
  • 05. Setting up Entity Framework/09. Summary.mp42.04MB
  • 06. Decoupling the UI Parts/01. Introduction.mp41.74MB
  • 06. Decoupling the UI Parts/02. Plan the New Structure.mp43.53MB
  • 06. Decoupling the UI Parts/03. Create the LookupDataService.mp415.04MB
  • 06. Decoupling the UI Parts/04. Create the NavigationViewModel.mp411.92MB
  • 06. Decoupling the UI Parts/05. Create the NavigationView.mp411.81MB
  • 06. Decoupling the UI Parts/06. Adjust the FriendDataService.mp43.55MB
  • 06. Decoupling the UI Parts/07. Create the FriendDetailViewModel.mp48.09MB
  • 06. Decoupling the UI Parts/08. Create the FriendDetailView.mp411.54MB
  • 06. Decoupling the UI Parts/09. Summary.mp41.19MB
  • 07. Communicating Between ViewModels/01. Introduction.mp4667.91KB
  • 07. Communicating Between ViewModels/02. Plan the ViewModel Communication.mp41005.83KB
  • 07. Communicating Between ViewModels/03. Introduce Prism's EventAggregator.mp45.38MB
  • 07. Communicating Between ViewModels/04. Publish the OpenFriendDetaiViewEvent.mp411.72MB
  • 07. Communicating Between ViewModels/05. Subscribe to the OpenFriendDetaiViewEvent.mp410.15MB
  • 07. Communicating Between ViewModels/06. Summary.mp4586.43KB
  • 08. Saving Data/01. Introduction.mp4924.84KB
  • 08. Saving Data/02. The ICommand and MVVM.mp44.14MB
  • 08. Saving Data/03. Introduce the SaveCommand.mp410.97MB
  • 08. Saving Data/04. Save the Friend with Entity Framework.mp411.91MB
  • 08. Saving Data/05. Update the Navigation After Saving.mp416.41MB
  • 08. Saving Data/06. Add the NavigationItemViewModel.mp411.83MB
  • 08. Saving Data/07. Summary.mp4976.05KB
  • 09. Validating User Input/01. Introduction.mp42.33MB
  • 09. Validating User Input/02. Process Unhandled Exceptions.mp414.12MB
  • 09. Validating User Input/03. Validation in WPF.mp43.72MB
  • 09. Validating User Input/04. Wrap the Model.mp43.45MB
  • 09. Validating User Input/05. Create the FriendWrapper.mp47.38MB
  • 09. Validating User Input/06. Implement INotifyDataErrorInfo.mp418.48MB
  • 09. Validating User Input/07. Add Some Validation Logic.mp47.89MB
  • 09. Validating User Input/08. Display the Error in the Tooltip.mp418.55MB
  • 09. Validating User Input/09. Display the Error Below the TextBox.mp413.44MB
  • 09. Validating User Input/10. Create a NotifyDataErrorInfoBase Class.mp410.36MB
  • 09. Validating User Input/11. Introduce a ModelWrapper Class.mp413.02MB
  • 09. Validating User Input/12. Trigger Validation in the ModelWrapper.mp414.49MB
  • 09. Validating User Input/13. Validate by Using Data Annotations.mp429.37MB
  • 09. Validating User Input/14. Enable and Disable the Save Button.mp415.4MB
  • 09. Validating User Input/15. Summary.mp41.18MB
  • 10. Detecting Model Changes/01. Introduction.mp41.27MB
  • 10. Detecting Model Changes/02. How Entity Framework Tracks Changes.mp46.47MB
  • 10. Detecting Model Changes/03. Plan the DbContext Lifetime.mp42.46MB
  • 10. Detecting Model Changes/04. Create the FriendRepository.mp424.41MB
  • 10. Detecting Model Changes/05. Use a Single FriendRepository per Detail View.mp431.92MB
  • 10. Detecting Model Changes/06. Add an HasChanges Method to the Repository.mp44.78MB
  • 10. Detecting Model Changes/07. Enable and Disable the Save Button.mp419.68MB
  • 10. Detecting Model Changes/08. Block Navigation from a Changed Friend.mp419.98MB
  • 10. Detecting Model Changes/09. Create a MessageDialogService.mp425.58MB
  • 10. Detecting Model Changes/10. Remove Selection in the Navigation.mp430.26MB
  • 10. Detecting Model Changes/11. Style the Navigation.mp48.84MB
  • 10. Detecting Model Changes/11. Summary.mp43.63MB
  • 11. Adding and Deleting Entities/01. Introduction.mp41.27MB
  • 11. Adding and Deleting Entities/02. Add a New Friend.mp436.84MB
  • 11. Adding and Deleting Entities/03. Trigger the Validation.mp47.56MB
  • 11. Adding and Deleting Entities/04. Delete an Existing Friend.mp415.72MB
  • 11. Adding and Deleting Entities/05. Inform the Navigation with an Event.mp414.62MB
  • 11. Adding and Deleting Entities/06. Hide and Display the FriendDetailView.mp414.48MB
  • 11. Adding and Deleting Entities/07. Display a Dialog Before Deleting.mp47.35MB
  • 11. Adding and Deleting Entities/08. Summary.mp4875.09KB
  • 12. Working with Lookups/01. Introduction.mp41.38MB
  • 12. Working with Lookups/02. Create the ProgrammingLanguage-entity.mp419.24MB
  • 12. Working with Lookups/03. Extend the LookupDataService.mp45.12MB
  • 12. Working with Lookups/04. Load the Lookup in the FriendDetailViewModel.mp419.37MB
  • 12. Working with Lookups/05. Add a ComboBox to the FriendDetailView.mp416.06MB
  • 12. Working with Lookups/06. Allow Selection of an Empty Entry.mp49.52MB
  • 12. Working with Lookups/07. Summary.mp4867.79KB
  • 13. Working with Object Graphs/01. Introduction.mp41.94MB
  • 13. Working with Object Graphs/02. Create the FriendPhoneNumber Entity.mp49.73MB
  • 13. Working with Object Graphs/03. Add a DataGrid to the FriendDetailView.mp46.85MB
  • 13. Working with Object Graphs/04. Manage Phone Numbers in the FriendDetailViewModel.mp427.11MB
  • 13. Working with Object Graphs/05. Display Validation Errors in the DataGrid.mp47.28MB
  • 13. Working with Object Graphs/06. Add a Phone Number.mp47.59MB
  • 13. Working with Object Graphs/07. Remove a Phone Number.mp415.18MB
  • 13. Working with Object Graphs/08. Summary.mp4733.54KB
  • 14. Refactoring to Support Other Detail Views/01. Introduction.mp43.46MB
  • 14. Refactoring to Support Other Detail Views/02. Create the DetailViewModel Property.mp413.56MB
  • 14. Refactoring to Support Other Detail Views/03. Create the OpenDetailViewEvent.mp430.34MB
  • 14. Refactoring to Support Other Detail Views/04. Create the AfterDetailDeletedEvent.mp419.76MB
  • 14. Refactoring to Support Other Detail Views/05. Create the AfterDetailSavedEvent.mp410.11MB
  • 14. Refactoring to Support Other Detail Views/06. Fix the New Friend Creation.mp417.36MB
  • 14. Refactoring to Support Other Detail Views/07. Create a GenericRepository Class.mp421.03MB
  • 14. Refactoring to Support Other Detail Views/08. Create a DetailViewModelBase Class.mp422.44MB
  • 14. Refactoring to Support Other Detail Views/09. Summary.mp41.74MB
  • 15. Introducing Another Detail View/01. Introduction.mp41.74MB
  • 15. Introducing Another Detail View/02. Create the Meeting Entity.mp421.63MB
  • 15. Introducing Another Detail View/03. Create the MeetingRepository.mp49.5MB
  • 15. Introducing Another Detail View/04. Wrap the Meeting Entity.mp42.88MB
  • 15. Introducing Another Detail View/05. Create the MeetingDetailViewModel.mp420.38MB
  • 15. Introducing Another Detail View/06. Create the MeetingDetailView.mp415.85MB
  • 15. Introducing Another Detail View/07. Load Meetings in the NavigationViewModel.mp420.83MB
  • 15. Introducing Another Detail View/08. Extend the NavigationView.mp418.55MB
  • 15. Introducing Another Detail View/09. Instantiate the MeetingDetailViewModel.mp411.23MB
  • 15. Introducing Another Detail View/10. Use Autofac’s IIndex Interface.mp418.66MB
  • 15. Introducing Another Detail View/11. Add New Meetings.mp413.52MB
  • 15. Introducing Another Detail View/12. Synchronize the Start and End Date.mp47.87MB
  • 15. Introducing Another Detail View/13. Summary.mp4973.57KB
  • 16. Picking M-N-related Details/01. Introduction.mp41.85MB
  • 16. Picking M-N-related Details/02. Build the Picklist in the MeetingDetailView.mp413.86MB
  • 16. Picking M-N-related Details/03. Extend the MeetingDetailViewModel.mp46.88MB
  • 16. Picking M-N-related Details/04. Load the Friends for the Picklist.mp417.01MB
  • 16. Picking M-N-related Details/05. Add and Remove Friends.mp49.41MB
  • 16. Picking M-N-related Details/06. Block the Deletion of Friends.mp415.49MB
  • 16. Picking M-N-related Details/07. Summary.mp4867.54KB
  • 17. Switching to a Tabbed UI/01. Introduction.mp42.59MB
  • 17. Switching to a Tabbed UI/02. Adjust the MainViewModel.mp434.44MB
  • 17. Switching to a Tabbed UI/03. Add a TabControl to the MainWindow.mp418.7MB
  • 17. Switching to a Tabbed UI/04. Display a Title in the Tab Header.mp47.82MB
  • 17. Switching to a Tabbed UI/05. The Plan to Close a Tab.mp41.37MB
  • 17. Switching to a Tabbed UI/06. Introduce the CloseDetailViewCommand.mp45MB
  • 17. Switching to a Tabbed UI/07. Publish the AfterDetailClosedEvent.mp44.69MB
  • 17. Switching to a Tabbed UI/08. Subscribe to the Event to Close the Tab.mp49.01MB
  • 17. Switching to a Tabbed UI/09. Check for Changes When Closing a Tab.mp49.35MB
  • 17. Switching to a Tabbed UI/10. Be Aware of Refresh Issues in a Tabbed UI.mp42.34MB
  • 17. Switching to a Tabbed UI/11. Refresh the MeetingDetailView After Updating a Friend.mp47.2MB
  • 17. Switching to a Tabbed UI/12. Reload a Single Friend with Entity Framework.mp414.79MB
  • 17. Switching to a Tabbed UI/13. Refresh the MeetingDetailView After Deleting a Friend.mp45.92MB
  • 17. Switching to a Tabbed UI/14. Open and Close Tabs for New Items.mp423.28MB
  • 17. Switching to a Tabbed UI/15. Summary.mp41.38MB
  • 18. Creating a Detail View for Collections/01. Introduction.mp41.63MB
  • 18. Creating a Detail View for Collections/02. Integrate the Detail View for Programming Languages.mp430.25MB
  • 18. Creating a Detail View for Collections/03. Set up the ProgrammingLanguageRepository.mp47.79MB
  • 18. Creating a Detail View for Collections/04. Implement the ProgrammingLanguageDetailViewModel.mp413.21MB
  • 18. Creating a Detail View for Collections/05. Set up the View with a DataGrid.mp47.92MB
  • 18. Creating a Detail View for Collections/06. Refresh the Programming Languages in Open Friend Tabs.mp412.17MB
  • 18. Creating a Detail View for Collections/07. Add and Remove Programming Languages.mp419.48MB
  • 18. Creating a Detail View for Collections/08. Catch Exceptions When Saving Referenced Languages.mp47.47MB
  • 18. Creating a Detail View for Collections/09. Check if a Programming Language Is Referenced.mp45.55MB
  • 18. Creating a Detail View for Collections/10. Summary.mp4926.7KB
  • 19. Implementing Optimistic Concurrency/01. Introduction.mp43.44MB
  • 19. Implementing Optimistic Concurrency/02. Two Users Saving the Same Friend.mp44.36MB
  • 19. Implementing Optimistic Concurrency/03. Handle Concurrency Conflicts.mp41.83MB
  • 19. Implementing Optimistic Concurrency/04. Optimistic Concurrency with Entity Framework.mp42.31MB
  • 19. Implementing Optimistic Concurrency/05. Add a Row Version to the Friend Entity.mp422.08MB
  • 19. Implementing Optimistic Concurrency/06. Handle the DbUpdateConcurrencyException.mp419.46MB
  • 19. Implementing Optimistic Concurrency/07. When Another User Has Deleted an Entity.mp423.87MB
  • 19. Implementing Optimistic Concurrency/08. Move the Exception Handling to the Base Class.mp420.69MB
  • 19. Implementing Optimistic Concurrency/09. Summary.mp41.95MB
  • 20. Styling the Application/01. Introduction.mp42.76MB
  • 20. Styling the Application/02. What the Final Application Should Look Like.mp41.76MB
  • 20. Styling the Application/03. Ways to Style Your WPF Application.mp43.2MB
  • 20. Styling the Application/04. Add Mahapps.Metro to the FriendOrganizer Application.mp426.42MB
  • 20. Styling the Application/05. Style the Navigation and the Tab Headers.mp423.33MB
  • 20. Styling the Application/06. Fix the Font Sizes for Buttons and ComboBoxes.mp415.36MB
  • 20. Styling the Application/07. Adjust the Colors of Validation Errors and Controls.mp410.98MB
  • 20. Styling the Application/08. Use the TextBox Style from Mahapps.Metro.mp49.56MB
  • 20. Styling the Application/09. Use the Mahapps.Metro MessageDialog.mp419.91MB
  • 20. Styling the Application/10. The Final FriendOrganizer Application.mp46.55MB
  • 20. Styling the Application/11. Course Summary.mp43.42MB