首页 磁力链接怎么用

[FreeCourseSite.com] Udemy - Build an app with ASPNET Core and Angular from scratch

文件类型 收录时间 最后活跃 资源热度 文件大小 文件数量
视频 2019-7-29 01:25 2024-6-26 22:12 137 3.24 GB 190
二维码链接
[FreeCourseSite.com] Udemy - Build an app with ASPNET Core and Angular from scratch的二维码
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
文件列表
  1. 01 Introduction/001 Introduction.mp48.45MB
  2. 01 Introduction/002 Setting up the development environment.mp480.35MB
  3. 02 Building a Walking Skeleton/003 Introduction.mp45.61MB
  4. 02 Building a Walking Skeleton/004 Creating the DotNet Core WebAPI using the DotNetCLI.mp411.29MB
  5. 02 Building a Walking Skeleton/005 Reviewing the Project files in the DotNet Web API.mp414.98MB
  6. 02 Building a Walking Skeleton/006 Running the DotNet Core application.mp418.24MB
  7. 02 Building a Walking Skeleton/007 Adding DotNet Watch to the application.mp49.42MB
  8. 02 Building a Walking Skeleton/008 Creating the first Model and DataContext.mp414.38MB
  9. 02 Building a Walking Skeleton/009 Creating the Database using Entity Framework migrations.mp421.85MB
  10. 02 Building a Walking Skeleton/010 Retrieving data from the Database.mp416.05MB
  11. 02 Building a Walking Skeleton/011 Making our code asynchronous.mp49.54MB
  12. 02 Building a Walking Skeleton/012 Adding GIT for source control.mp410.97MB
  13. 02 Building a Walking Skeleton/013 Creating the Angular application using AngularCLI.mp423.27MB
  14. 02 Building a Walking Skeleton/014 The Angular bootstrapping and running the Angular app.mp425.48MB
  15. 02 Building a Walking Skeleton/015 Adding VS Code extensions used in this course.mp417.4MB
  16. 02 Building a Walking Skeleton/016 Making HTTP requests in Angular.mp427.27MB
  17. 02 Building a Walking Skeleton/017 Adding CORS support to the API.mp48.68MB
  18. 02 Building a Walking Skeleton/018 Displaying data from the API on the HTML page.mp48.04MB
  19. 02 Building a Walking Skeleton/019 Adding Bootstrap and Font-Awesome to our Angular app.mp411.23MB
  20. 02 Building a Walking Skeleton/020 Saving our Angular project into source control.mp46.01MB
  21. 02 Building a Walking Skeleton/021 Summary of Section 2.mp42.53MB
  22. 03 Security/022 Intoduction.mp45.63MB
  23. 03 Security/023 Storing passwords in the Database.mp44.33MB
  24. 03 Security/024 Creating the User model.mp45.45MB
  25. 03 Security/025 The Repository pattern.mp47MB
  26. 03 Security/026 Creating an Interface for the Repository.mp43.13MB
  27. 03 Security/027 Creating the concrete Auth Repository.mp428.33MB
  28. 03 Security/028 Registering services in the Startup class.mp45MB
  29. 03 Security/029 Creating the Register method in our Auth Controller.mp411.88MB
  30. 03 Security/030 Using DTOs (Data Transfer Objects).mp48.87MB
  31. 03 Security/031 Validation in the API.mp412.49MB
  32. 03 Security/032 Token Authentication.mp46.17MB
  33. 03 Security/033 Creating the Login method in the API.mp421.08MB
  34. 03 Security/035 Summary of Section 3.mp43.15MB
  35. 04 Client side login and register/036 Introduction.mp43.48MB
  36. 04 Client side login and register/037 Creating the Navigation and Login form.mp44.96MB
  37. 04 Client side login and register/038 Introduction to Angular template forms.mp417.46MB
  38. 04 Client side login and register/039 Introduction to Angular Services.mp416.82MB
  39. 04 Client side login and register/040 Injecting the Angular services in our Components.mp45.42MB
  40. 04 Client side login and register/041 Using ngIf to conditionally display HTML Elements.mp413.57MB
  41. 04 Client side login and register/042 Adding a component so users can Register to our site.mp412.85MB
  42. 04 Client side login and register/043 Parent to Child Component communication using Input properties.mp410.53MB
  43. 04 Client side login and register/044 Component Communication Child to Parent using Output properties.mp410.28MB
  44. 04 Client side login and register/045 Adding the register method to the Auth Service.mp47.88MB
  45. 04 Client side login and register/046 Clean up and save changes into source control.mp43.32MB
  46. 04 Client side login and register/047 Summary of Section 4.mp41.62MB
  47. 05 Error Handling/048 Introduction.mp42.77MB
  48. 05 Error Handling/049 Handling errors with the Global Exception handler in the API.mp421.02MB
  49. 05 Error Handling/050 Handling errors in Angular.mp418.42MB
  50. 05 Error Handling/051 Summary of Section 5.mp42.54MB
  51. 06 Adding 3rd party components to our app/052 Introduction.mp44.47MB
  52. 06 Adding 3rd party components to our app/053 Wrapping 3rd party libraries as an Angular service.mp414.34MB
  53. 06 Adding 3rd party components to our app/054 Using the Angular JWT library to improve token handling.mp411.57MB
  54. 06 Adding 3rd party components to our app/055 Using the Angular JWT library to decode tokens.mp417.07MB
  55. 06 Adding 3rd party components to our app/056 Adding Ngx Bootstrap to power our Bootstrap components.mp49.86MB
  56. 06 Adding 3rd party components to our app/057 Bringing some color to our app with a theme from Bootswatch.mp46.02MB
  57. 06 Adding 3rd party components to our app/058 Summary of Section 6.mp44.69MB
  58. 07 Routing in Angular/059 Introduction.mp44.5MB
  59. 07 Routing in Angular/060 Setting up routing in Angular.mp413.69MB
  60. 07 Routing in Angular/061 Using RouterLinkActive to make our links... active.mp42.23MB
  61. 07 Routing in Angular/062 Using routing in our components.mp45.51MB
  62. 07 Routing in Angular/063 Protecting our routes with a route guard.mp47.26MB
  63. 07 Routing in Angular/064 Protecting multiple routes with a single route guard using dummy routes.mp44.32MB
  64. 07 Routing in Angular/065 Summary of Section 7.mp44.08MB
  65. 08 Extending the API/066 Introduction.mp44.46MB
  66. 08 Extending the API/067 Extending the User Model.mp411MB
  67. 08 Extending the API/068 Exploring Entity Framework migrations.mp413.74MB
  68. 08 Extending the API/069 Entity Framework Relationships.mp45.85MB
  69. 08 Extending the API/070 Seeding Data to the Database - Part 1.mp418MB
  70. 08 Extending the API/071 Seeding Data to the Database Part 2.mp414.37MB
  71. 08 Extending the API/072 Creating a new repository for our API.mp410.04MB
  72. 08 Extending the API/073 Creating the Users Controller.mp413.45MB
  73. 08 Extending the API/074 Shaping the data to return with DTOs.mp47.7MB
  74. 08 Extending the API/075 Using AutoMapper Part 1.mp414.37MB
  75. 08 Extending the API/076 Using AutoMapper Part 2.mp414.31MB
  76. 08 Extending the API/077 Summary.mp44.81MB
  77. 09 Building a great looking User Interface/078 Introduction.mp44.3MB
  78. 09 Building a great looking User Interface/079 Introduction to Interfaces in Typescript.mp45.79MB
  79. 09 Building a great looking User Interface/080 Adding Interfaces to our Typescript code.mp44.43MB
  80. 09 Building a great looking User Interface/081 Creating another Angular service.mp410.99MB
  81. 09 Building a great looking User Interface/082 Retrieving the Members into the Member List Component.mp49.14MB
  82. 09 Building a great looking User Interface/083 Creating Member Cards to display on our Member list page.mp49.96MB
  83. 09 Building a great looking User Interface/084 Giving our Members some style with CSS.mp49.05MB
  84. 09 Building a great looking User Interface/085 Adding animated buttons to the member cards.mp414.18MB
  85. 09 Building a great looking User Interface/086 Using AuthHttp to send JWT Tokens per request.mp49.78MB
  86. 09 Building a great looking User Interface/087 Creating the Member Detailed View component class.mp414.19MB
  87. 09 Building a great looking User Interface/088 Designing the Member detailed view template - left hand side.mp49.69MB
  88. 09 Building a great looking User Interface/089 Adding a tabbed panel for the right hand side of the Member detailed page.mp415.05MB
  89. 09 Building a great looking User Interface/090 Using Route Resolvers to retrieve data.mp421.31MB
  90. 09 Building a great looking User Interface/091 Adding a photo gallery to our application.mp424.09MB
  91. 09 Building a great looking User Interface/092 Summary.mp43.49MB
  92. 10 Updating Resources/093 Introduction.mp43.41MB
  93. 10 Updating Resources/094 Creating a Member Edit Component.mp415.65MB
  94. 10 Updating Resources/095 Designing the template for the member profile edit page - part 1.mp424.79MB
  95. 10 Updating Resources/096 Creating the Member Edit Template part 2.mp427.47MB
  96. 10 Updating Resources/097 Adding a CanDeactivate route guard.mp412.27MB
  97. 10 Updating Resources/098 Persisting the Member updates.mp418.04MB
  98. 10 Updating Resources/099 Finishing off the Member edit component.mp46.09MB
  99. 10 Updating Resources/100 Summary.mp43.2MB
  100. 11 Adding Photo upload functionality to the application/101 Introduction.mp47.62MB
  101. 11 Adding Photo upload functionality to the application/102 Where should we store the photos.mp48.03MB
  102. 11 Adding Photo upload functionality to the application/103 Using Cloudinary as a photo storage solution.mp423.18MB
  103. 11 Adding Photo upload functionality to the application/104 Creating the Photos controller Part 1.mp436.26MB
  104. 11 Adding Photo upload functionality to the application/105 Creating the Photos Controller Part 2.mp418.76MB
  105. 11 Adding Photo upload functionality to the application/106 Testing the Photo upload with Postman.mp425.32MB
  106. 11 Adding Photo upload functionality to the application/107 Creating the Photo upload component in Angular.mp415.98MB
  107. 11 Adding Photo upload functionality to the application/108 Adding a 3rd Party File Uploader.mp446.05MB
  108. 11 Adding Photo upload functionality to the application/109 Configuring the 3rd Party file uploader.mp421.16MB
  109. 11 Adding Photo upload functionality to the application/110 Adding the Set Main photo functionality to the API.mp430.11MB
  110. 11 Adding Photo upload functionality to the application/111 Adding the Set Main Photo functionality to the SPA.mp418.19MB
  111. 11 Adding Photo upload functionality to the application/112 Using Underscore to manipulate arrays in the SPA.mp423.21MB
  112. 11 Adding Photo upload functionality to the application/113 Output properties revisited..mp49.35MB
  113. 11 Adding Photo upload functionality to the application/114 Adding the main photo to the Nav bar.mp435.11MB
  114. 11 Adding Photo upload functionality to the application/115 Any to Any component communication in Angular.mp45.82MB
  115. 11 Adding Photo upload functionality to the application/116 Using BehaviorSubject to add any to any communication to our app..mp425.1MB
  116. 11 Adding Photo upload functionality to the application/117 Adding the Delete photo function to the API.mp430.08MB
  117. 11 Adding Photo upload functionality to the application/118 Adding the Delete Photo functionality to the SPA.mp425.2MB
  118. 11 Adding Photo upload functionality to the application/119 Summary.mp45.12MB
  119. 12 Reactive Forms in Angular/120 Introduction.mp45.17MB
  120. 12 Reactive Forms in Angular/121 Introduction to Reactive Forms in Angular.mp412.57MB
  121. 12 Reactive Forms in Angular/122 Validation in Reactive forms.mp48.08MB
  122. 12 Reactive Forms in Angular/123 Custom Validators in Reactive forms.mp47.89MB
  123. 12 Reactive Forms in Angular/124 Providing Validation feedback to the user.mp421.53MB
  124. 12 Reactive Forms in Angular/125 Using the Reactive Forms FormBuilder Service.mp49.35MB
  125. 12 Reactive Forms in Angular/126 Expanding the Registration form.mp414.84MB
  126. 12 Reactive Forms in Angular/127 Handling Dates in Forms.mp426.03MB
  127. 12 Reactive Forms in Angular/128 Updating the Register method in the API.mp420.66MB
  128. 12 Reactive Forms in Angular/129 Completing the Registration implementation.mp419.16MB
  129. 12 Reactive Forms in Angular/130 Fixing the Photos issue for newly registered users.mp427.79MB
  130. 12 Reactive Forms in Angular/131 Summary.mp44.85MB
  131. 13 Action Filters in ASP.NET Core/132 Introduction.mp44.86MB
  132. 13 Action Filters in ASP.NET Core/133 Using a TimeAgo pipe for dates in Angular.mp415.72MB
  133. 13 Action Filters in ASP.NET Core/134 Using Action Filters.mp423.23MB
  134. 14 Paging Sorting and Filtering/135 Introduction.mp45.47MB
  135. 14 Paging Sorting and Filtering/136 Paging in ASP.NET Core Web API.mp44.47MB
  136. 14 Paging Sorting and Filtering/137 Adding a PagedList class.mp414.88MB
  137. 14 Paging Sorting and Filtering/138 Setting up the paging helper classes.mp417.01MB
  138. 14 Paging Sorting and Filtering/139 Implementing pagination in the API.mp420.69MB
  139. 14 Paging Sorting and Filtering/140 Setting up pagination in the SPA.mp424.84MB
  140. 14 Paging Sorting and Filtering/141 Using nix-bootstrap pagination module.mp421.15MB
  141. 14 Paging Sorting and Filtering/142 Filtering in the API.mp415.23MB
  142. 14 Paging Sorting and Filtering/143 Adding additional filtering parameters to the API.mp49.01MB
  143. 14 Paging Sorting and Filtering/144 Adding filtering functionality to the SPA.mp427.12MB
  144. 14 Paging Sorting and Filtering/145 Sorting results in the API.mp410.13MB
  145. 14 Paging Sorting and Filtering/146 Adding the Sorting functionality to the SPA.mp414.34MB
  146. 14 Paging Sorting and Filtering/147 Summary.mp47.33MB
  147. 15 Adding the Likes functionality from start to finish/148 Introduction.mp43.27MB
  148. 15 Adding the Likes functionality from start to finish/149 Configuring the EF relationship so users can like each other.mp43.49MB
  149. 15 Adding the Likes functionality from start to finish/150 Creating the Like entity.mp416.08MB
  150. 15 Adding the Likes functionality from start to finish/151 Adding the Send Like functionality in the API.mp421.79MB
  151. 15 Adding the Likes functionality from start to finish/152 Retrieving the list of users liked and liked by user.mp418.34MB
  152. 15 Adding the Likes functionality from start to finish/153 Adding the Send like functionality to the SPA.mp411.52MB
  153. 15 Adding the Likes functionality from start to finish/154 Creating the Lists component.mp427.69MB
  154. 15 Adding the Likes functionality from start to finish/155 Summary of Section 15.mp41.49MB
  155. 16 Add a private messaging system to the application/156 Introduction.mp48.08MB
  156. 16 Add a private messaging system to the application/157 Creating the Message Entity and relationships.mp415.59MB
  157. 16 Add a private messaging system to the application/158 Adding the repository methods for the messages.mp48.33MB
  158. 16 Add a private messaging system to the application/159 Adding the Create Message method in the API.mp435.97MB
  159. 16 Add a private messaging system to the application/160 Adding the Repository methods for an Inbox Outbox.mp417.26MB
  160. 16 Add a private messaging system to the application/161 Creating the Message Controller.mp426.57MB
  161. 16 Add a private messaging system to the application/162 Adding the Message thread methods to the API.mp418.99MB
  162. 16 Add a private messaging system to the application/163 Working with the message component in the SPA.mp437.85MB
  163. 16 Add a private messaging system to the application/164 Designing the Inbox and Outbox template.mp412.81MB
  164. 16 Add a private messaging system to the application/165 Getting the message thread in the component.mp421.82MB
  165. 16 Add a private messaging system to the application/166 Designing the message tab chat system.mp433.85MB
  166. 16 Add a private messaging system to the application/167 Adding Query params to an Angular route.mp418.79MB
  167. 16 Add a private messaging system to the application/168 Adding the send message functionality and a challenge.mp418.11MB
  168. 16 Add a private messaging system to the application/169 Challenge solution - resolving the issue with the photos.mp414.21MB
  169. 16 Add a private messaging system to the application/170 Adding the Delete message functionality to the API.mp416.67MB
  170. 16 Add a private messaging system to the application/171 Deleting messages in the SPA.mp417.96MB
  171. 16 Add a private messaging system to the application/172 Adding the Mark as Read functionality.mp427.51MB
  172. 16 Add a private messaging system to the application/173 Summary of Section 16.mp42.4MB
  173. 17 Publishing/174 Introduction.mp41.46MB
  174. 17 Publishing/175 Fixing warnings from Entity Framework in the terminal.mp413.86MB
  175. 17 Publishing/176 Fixing and cleaning up the Angular code.mp414.69MB
  176. 17 Publishing/177 Migrating to the HttpClientModule Part 1 - Angular JWT.mp429.47MB
  177. 17 Publishing/178 Migrating to the HttpClientModule Part 2 - Services.mp431.21MB
  178. 17 Publishing/179 Migrating to the HttpClientModule Part 3 - HTTP Interceptor for error handling.mp438.74MB
  179. 17 Publishing/180 Using NG Build - Running our Angular app from the Kestrel server.mp413.45MB
  180. 17 Publishing/181 Angular Production build with the Angular CLI.mp44.51MB
  181. 17 Publishing/182 Using the Angular CLI for Ahead of Time Compilation.mp426.65MB
  182. 17 Publishing/183 Swapping the Database backend to MySQL.mp446.9MB
  183. 17 Publishing/184 Publishing our app to an IIS Server.mp416.02MB
  184. 17 Publishing/185 Preparing a Linux server for publishing our application.mp422.44MB
  185. 17 Publishing/186 Publishing the app to the Linux server.mp439.03MB
  186. 17 Publishing/187 Course Wrap Up.mp4622.2KB
  187. 18 Bonus - Angular v6 Update/188 Angular 6 Update Introduction.mp46.27MB
  188. 18 Bonus - Angular v6 Update/189 Updating the project to Angular 6.mp4221.97MB
  189. 18 Bonus - Angular v6 Update/190 Updating the RxJS code to RxJS v6.mp4273.57MB
  190. 18 Bonus - Angular v6 Update/191 Building the project for production.mp497.67MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!

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

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