首页 磁力链接怎么用

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

文件类型 收录时间 最后活跃 资源热度 文件大小 文件数量
视频 2019-11-21 01:42 2024-5-29 13:56 246 1.78 GB 173
二维码链接
Building an Enterprise App with WPF, MVVM, and Entity Framework Code First的二维码
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
文件列表
  1. 01. Cource overview/01. Cource overview.mp43.96MB
  2. 02. Looking at the scenario/01. Introduction.mp42.95MB
  3. 02. Looking at the scenario/02. What You Build - The FriendOrganizer.mp44.83MB
  4. 02. Looking at the scenario/03. Course Outline.mp46.55MB
  5. 03. Defining the Architecture/01. Introduction.mp4884.89KB
  6. 03. Defining the Architecture/02. About N-tier and Client-server.mp44.34MB
  7. 03. Defining the Architecture/03. Plan the Client Layers.mp42.4MB
  8. 03. Defining the Architecture/04. Set up the FriendOrganizer Solution.mp412.18MB
  9. 03. Defining the Architecture/05. Summary.mp41.88MB
  10. 04. Building the Basic UI Layer/01. Introduction.mp41.2MB
  11. 04. Building the Basic UI Layer/02. Plan the User Interface Layer.mp47.68MB
  12. 04. Building the Basic UI Layer/03. The MVVM-pattern.mp41.67MB
  13. 04. Building the Basic UI Layer/04. Create the MainViewModel.mp412.07MB
  14. 04. Building the Basic UI Layer/05. Implement INotifyPropertyChanged.mp413.72MB
  15. 04. Building the Basic UI Layer/06. Set the DataContext.mp43.28MB
  16. 04. Building the Basic UI Layer/07. Define the User Interface.mp429.75MB
  17. 04. Building the Basic UI Layer/08. Add Autofac for Dependency Injection.mp49.24MB
  18. 04. Building the Basic UI Layer/09. Summary.mp4747.92KB
  19. 05. Setting up Entity Framework/01. Introduction.mp41.29MB
  20. 05. Setting up Entity Framework/02. Plan the Data Access Layer.mp43.13MB
  21. 05. Setting up Entity Framework/03. Create a DbContext Subclass.mp412.17MB
  22. 05. Setting up Entity Framework/04. Add a Code First Migration.mp420.11MB
  23. 05. Setting up Entity Framework/05. Add Constraints.mp418.36MB
  24. 05. Setting up Entity Framework/06. Create and Seed the Database.mp419.49MB
  25. 05. Setting up Entity Framework/07. Build the FriendDataService.mp416.64MB
  26. 05. Setting up Entity Framework/08. Load Data Asynchronously.mp412.07MB
  27. 05. Setting up Entity Framework/09. Summary.mp42.04MB
  28. 06. Decoupling the UI Parts/01. Introduction.mp41.74MB
  29. 06. Decoupling the UI Parts/02. Plan the New Structure.mp43.53MB
  30. 06. Decoupling the UI Parts/03. Create the LookupDataService.mp415.04MB
  31. 06. Decoupling the UI Parts/04. Create the NavigationViewModel.mp411.92MB
  32. 06. Decoupling the UI Parts/05. Create the NavigationView.mp411.81MB
  33. 06. Decoupling the UI Parts/06. Adjust the FriendDataService.mp43.55MB
  34. 06. Decoupling the UI Parts/07. Create the FriendDetailViewModel.mp48.09MB
  35. 06. Decoupling the UI Parts/08. Create the FriendDetailView.mp411.54MB
  36. 06. Decoupling the UI Parts/09. Summary.mp41.19MB
  37. 07. Communicating Between ViewModels/01. Introduction.mp4667.91KB
  38. 07. Communicating Between ViewModels/02. Plan the ViewModel Communication.mp41005.83KB
  39. 07. Communicating Between ViewModels/03. Introduce Prism's EventAggregator.mp45.38MB
  40. 07. Communicating Between ViewModels/04. Publish the OpenFriendDetaiViewEvent.mp411.72MB
  41. 07. Communicating Between ViewModels/05. Subscribe to the OpenFriendDetaiViewEvent.mp410.15MB
  42. 07. Communicating Between ViewModels/06. Summary.mp4586.43KB
  43. 08. Saving Data/01. Introduction.mp4924.84KB
  44. 08. Saving Data/02. The ICommand and MVVM.mp44.14MB
  45. 08. Saving Data/03. Introduce the SaveCommand.mp410.97MB
  46. 08. Saving Data/04. Save the Friend with Entity Framework.mp411.91MB
  47. 08. Saving Data/05. Update the Navigation After Saving.mp416.41MB
  48. 08. Saving Data/06. Add the NavigationItemViewModel.mp411.83MB
  49. 08. Saving Data/07. Summary.mp4976.05KB
  50. 09. Validating User Input/01. Introduction.mp42.33MB
  51. 09. Validating User Input/02. Process Unhandled Exceptions.mp414.12MB
  52. 09. Validating User Input/03. Validation in WPF.mp43.72MB
  53. 09. Validating User Input/04. Wrap the Model.mp43.45MB
  54. 09. Validating User Input/05. Create the FriendWrapper.mp47.38MB
  55. 09. Validating User Input/06. Implement INotifyDataErrorInfo.mp418.48MB
  56. 09. Validating User Input/07. Add Some Validation Logic.mp47.89MB
  57. 09. Validating User Input/08. Display the Error in the Tooltip.mp418.55MB
  58. 09. Validating User Input/09. Display the Error Below the TextBox.mp413.44MB
  59. 09. Validating User Input/10. Create a NotifyDataErrorInfoBase Class.mp410.36MB
  60. 09. Validating User Input/11. Introduce a ModelWrapper Class.mp413.02MB
  61. 09. Validating User Input/12. Trigger Validation in the ModelWrapper.mp414.49MB
  62. 09. Validating User Input/13. Validate by Using Data Annotations.mp429.37MB
  63. 09. Validating User Input/14. Enable and Disable the Save Button.mp415.4MB
  64. 09. Validating User Input/15. Summary.mp41.18MB
  65. 10. Detecting Model Changes/01. Introduction.mp41.27MB
  66. 10. Detecting Model Changes/02. How Entity Framework Tracks Changes.mp46.47MB
  67. 10. Detecting Model Changes/03. Plan the DbContext Lifetime.mp42.46MB
  68. 10. Detecting Model Changes/04. Create the FriendRepository.mp424.41MB
  69. 10. Detecting Model Changes/05. Use a Single FriendRepository per Detail View.mp431.92MB
  70. 10. Detecting Model Changes/06. Add an HasChanges Method to the Repository.mp44.78MB
  71. 10. Detecting Model Changes/07. Enable and Disable the Save Button.mp419.68MB
  72. 10. Detecting Model Changes/08. Block Navigation from a Changed Friend.mp419.98MB
  73. 10. Detecting Model Changes/09. Create a MessageDialogService.mp425.58MB
  74. 10. Detecting Model Changes/10. Remove Selection in the Navigation.mp430.26MB
  75. 10. Detecting Model Changes/11. Style the Navigation.mp48.84MB
  76. 10. Detecting Model Changes/11. Summary.mp43.63MB
  77. 11. Adding and Deleting Entities/01. Introduction.mp41.27MB
  78. 11. Adding and Deleting Entities/02. Add a New Friend.mp436.84MB
  79. 11. Adding and Deleting Entities/03. Trigger the Validation.mp47.56MB
  80. 11. Adding and Deleting Entities/04. Delete an Existing Friend.mp415.72MB
  81. 11. Adding and Deleting Entities/05. Inform the Navigation with an Event.mp414.62MB
  82. 11. Adding and Deleting Entities/06. Hide and Display the FriendDetailView.mp414.48MB
  83. 11. Adding and Deleting Entities/07. Display a Dialog Before Deleting.mp47.35MB
  84. 11. Adding and Deleting Entities/08. Summary.mp4875.09KB
  85. 12. Working with Lookups/01. Introduction.mp41.38MB
  86. 12. Working with Lookups/02. Create the ProgrammingLanguage-entity.mp419.24MB
  87. 12. Working with Lookups/03. Extend the LookupDataService.mp45.12MB
  88. 12. Working with Lookups/04. Load the Lookup in the FriendDetailViewModel.mp419.37MB
  89. 12. Working with Lookups/05. Add a ComboBox to the FriendDetailView.mp416.06MB
  90. 12. Working with Lookups/06. Allow Selection of an Empty Entry.mp49.52MB
  91. 12. Working with Lookups/07. Summary.mp4867.79KB
  92. 13. Working with Object Graphs/01. Introduction.mp41.94MB
  93. 13. Working with Object Graphs/02. Create the FriendPhoneNumber Entity.mp49.73MB
  94. 13. Working with Object Graphs/03. Add a DataGrid to the FriendDetailView.mp46.85MB
  95. 13. Working with Object Graphs/04. Manage Phone Numbers in the FriendDetailViewModel.mp427.11MB
  96. 13. Working with Object Graphs/05. Display Validation Errors in the DataGrid.mp47.28MB
  97. 13. Working with Object Graphs/06. Add a Phone Number.mp47.59MB
  98. 13. Working with Object Graphs/07. Remove a Phone Number.mp415.18MB
  99. 13. Working with Object Graphs/08. Summary.mp4733.54KB
  100. 14. Refactoring to Support Other Detail Views/01. Introduction.mp43.46MB
  101. 14. Refactoring to Support Other Detail Views/02. Create the DetailViewModel Property.mp413.56MB
  102. 14. Refactoring to Support Other Detail Views/03. Create the OpenDetailViewEvent.mp430.34MB
  103. 14. Refactoring to Support Other Detail Views/04. Create the AfterDetailDeletedEvent.mp419.76MB
  104. 14. Refactoring to Support Other Detail Views/05. Create the AfterDetailSavedEvent.mp410.11MB
  105. 14. Refactoring to Support Other Detail Views/06. Fix the New Friend Creation.mp417.36MB
  106. 14. Refactoring to Support Other Detail Views/07. Create a GenericRepository Class.mp421.03MB
  107. 14. Refactoring to Support Other Detail Views/08. Create a DetailViewModelBase Class.mp422.44MB
  108. 14. Refactoring to Support Other Detail Views/09. Summary.mp41.74MB
  109. 15. Introducing Another Detail View/01. Introduction.mp41.74MB
  110. 15. Introducing Another Detail View/02. Create the Meeting Entity.mp421.63MB
  111. 15. Introducing Another Detail View/03. Create the MeetingRepository.mp49.5MB
  112. 15. Introducing Another Detail View/04. Wrap the Meeting Entity.mp42.88MB
  113. 15. Introducing Another Detail View/05. Create the MeetingDetailViewModel.mp420.38MB
  114. 15. Introducing Another Detail View/06. Create the MeetingDetailView.mp415.85MB
  115. 15. Introducing Another Detail View/07. Load Meetings in the NavigationViewModel.mp420.83MB
  116. 15. Introducing Another Detail View/08. Extend the NavigationView.mp418.55MB
  117. 15. Introducing Another Detail View/09. Instantiate the MeetingDetailViewModel.mp411.23MB
  118. 15. Introducing Another Detail View/10. Use Autofac’s IIndex Interface.mp418.66MB
  119. 15. Introducing Another Detail View/11. Add New Meetings.mp413.52MB
  120. 15. Introducing Another Detail View/12. Synchronize the Start and End Date.mp47.87MB
  121. 15. Introducing Another Detail View/13. Summary.mp4973.57KB
  122. 16. Picking M-N-related Details/01. Introduction.mp41.85MB
  123. 16. Picking M-N-related Details/02. Build the Picklist in the MeetingDetailView.mp413.86MB
  124. 16. Picking M-N-related Details/03. Extend the MeetingDetailViewModel.mp46.88MB
  125. 16. Picking M-N-related Details/04. Load the Friends for the Picklist.mp417.01MB
  126. 16. Picking M-N-related Details/05. Add and Remove Friends.mp49.41MB
  127. 16. Picking M-N-related Details/06. Block the Deletion of Friends.mp415.49MB
  128. 16. Picking M-N-related Details/07. Summary.mp4867.54KB
  129. 17. Switching to a Tabbed UI/01. Introduction.mp42.59MB
  130. 17. Switching to a Tabbed UI/02. Adjust the MainViewModel.mp434.44MB
  131. 17. Switching to a Tabbed UI/03. Add a TabControl to the MainWindow.mp418.7MB
  132. 17. Switching to a Tabbed UI/04. Display a Title in the Tab Header.mp47.82MB
  133. 17. Switching to a Tabbed UI/05. The Plan to Close a Tab.mp41.37MB
  134. 17. Switching to a Tabbed UI/06. Introduce the CloseDetailViewCommand.mp45MB
  135. 17. Switching to a Tabbed UI/07. Publish the AfterDetailClosedEvent.mp44.69MB
  136. 17. Switching to a Tabbed UI/08. Subscribe to the Event to Close the Tab.mp49.01MB
  137. 17. Switching to a Tabbed UI/09. Check for Changes When Closing a Tab.mp49.35MB
  138. 17. Switching to a Tabbed UI/10. Be Aware of Refresh Issues in a Tabbed UI.mp42.34MB
  139. 17. Switching to a Tabbed UI/11. Refresh the MeetingDetailView After Updating a Friend.mp47.2MB
  140. 17. Switching to a Tabbed UI/12. Reload a Single Friend with Entity Framework.mp414.79MB
  141. 17. Switching to a Tabbed UI/13. Refresh the MeetingDetailView After Deleting a Friend.mp45.92MB
  142. 17. Switching to a Tabbed UI/14. Open and Close Tabs for New Items.mp423.28MB
  143. 17. Switching to a Tabbed UI/15. Summary.mp41.38MB
  144. 18. Creating a Detail View for Collections/01. Introduction.mp41.63MB
  145. 18. Creating a Detail View for Collections/02. Integrate the Detail View for Programming Languages.mp430.25MB
  146. 18. Creating a Detail View for Collections/03. Set up the ProgrammingLanguageRepository.mp47.79MB
  147. 18. Creating a Detail View for Collections/04. Implement the ProgrammingLanguageDetailViewModel.mp413.21MB
  148. 18. Creating a Detail View for Collections/05. Set up the View with a DataGrid.mp47.92MB
  149. 18. Creating a Detail View for Collections/06. Refresh the Programming Languages in Open Friend Tabs.mp412.17MB
  150. 18. Creating a Detail View for Collections/07. Add and Remove Programming Languages.mp419.48MB
  151. 18. Creating a Detail View for Collections/08. Catch Exceptions When Saving Referenced Languages.mp47.47MB
  152. 18. Creating a Detail View for Collections/09. Check if a Programming Language Is Referenced.mp45.55MB
  153. 18. Creating a Detail View for Collections/10. Summary.mp4926.7KB
  154. 19. Implementing Optimistic Concurrency/01. Introduction.mp43.44MB
  155. 19. Implementing Optimistic Concurrency/02. Two Users Saving the Same Friend.mp44.36MB
  156. 19. Implementing Optimistic Concurrency/03. Handle Concurrency Conflicts.mp41.83MB
  157. 19. Implementing Optimistic Concurrency/04. Optimistic Concurrency with Entity Framework.mp42.31MB
  158. 19. Implementing Optimistic Concurrency/05. Add a Row Version to the Friend Entity.mp422.08MB
  159. 19. Implementing Optimistic Concurrency/06. Handle the DbUpdateConcurrencyException.mp419.46MB
  160. 19. Implementing Optimistic Concurrency/07. When Another User Has Deleted an Entity.mp423.87MB
  161. 19. Implementing Optimistic Concurrency/08. Move the Exception Handling to the Base Class.mp420.69MB
  162. 19. Implementing Optimistic Concurrency/09. Summary.mp41.95MB
  163. 20. Styling the Application/01. Introduction.mp42.76MB
  164. 20. Styling the Application/02. What the Final Application Should Look Like.mp41.76MB
  165. 20. Styling the Application/03. Ways to Style Your WPF Application.mp43.2MB
  166. 20. Styling the Application/04. Add Mahapps.Metro to the FriendOrganizer Application.mp426.42MB
  167. 20. Styling the Application/05. Style the Navigation and the Tab Headers.mp423.33MB
  168. 20. Styling the Application/06. Fix the Font Sizes for Buttons and ComboBoxes.mp415.36MB
  169. 20. Styling the Application/07. Adjust the Colors of Validation Errors and Controls.mp410.98MB
  170. 20. Styling the Application/08. Use the TextBox Style from Mahapps.Metro.mp49.56MB
  171. 20. Styling the Application/09. Use the Mahapps.Metro MessageDialog.mp419.91MB
  172. 20. Styling the Application/10. The Final FriendOrganizer Application.mp46.55MB
  173. 20. Styling the Application/11. Course Summary.mp43.42MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!

违规内容投诉邮箱:[email protected]

概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统