首页 磁力链接怎么用

[DesireCourse.Net] Udemy - Build an app with ASPNET Core and Angular from scratch

文件类型 收录时间 最后活跃 资源热度 文件大小 文件数量
视频 2020-10-24 19:42 2024-5-22 23:38 222 13.62 GB 228
二维码链接
[DesireCourse.Net] Udemy - Build an app with ASPNET Core and Angular from scratch的二维码
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
文件列表
  1. 1. Introduction/1. Introduction.mp417.74MB
  2. 1. Introduction/2. Setting up the development environment.mp445.81MB
  3. 10. Updating Resources/1. Introduction.mp43.41MB
  4. 10. Updating Resources/2. Creating a Member Edit Component.mp456.71MB
  5. 10. Updating Resources/3. Designing the template for the member profile edit page - part 1.mp465.47MB
  6. 10. Updating Resources/4. Creating the Member Edit Template part 2.mp472.51MB
  7. 10. Updating Resources/5. Adding a CanDeactivate route guard.mp464.57MB
  8. 10. Updating Resources/6. Persisting the Member updates.mp475.5MB
  9. 10. Updating Resources/7. Finishing off the Member edit component.mp432.48MB
  10. 10. Updating Resources/8. Summary.mp43.66MB
  11. 11. Adding Photo upload functionality to the application/1. Introduction.mp419.21MB
  12. 11. Adding Photo upload functionality to the application/10. Adding the Set Main photo functionality to the API.mp4102.07MB
  13. 11. Adding Photo upload functionality to the application/11. Adding the Set Main Photo functionality to the SPA.mp463.31MB
  14. 11. Adding Photo upload functionality to the application/12. Using the array filter method to provide instant feedback in the SPA.mp428.88MB
  15. 11. Adding Photo upload functionality to the application/13. Output properties revisited..mp436.13MB
  16. 11. Adding Photo upload functionality to the application/14. Adding the main photo to the Nav bar.mp4125.96MB
  17. 11. Adding Photo upload functionality to the application/15. Any to Any component communication in Angular.mp45.82MB
  18. 11. Adding Photo upload functionality to the application/16. Using BehaviorSubject to add any to any communication to our app..mp497.84MB
  19. 11. Adding Photo upload functionality to the application/17. Adding the Delete photo function to the API.mp4114.91MB
  20. 11. Adding Photo upload functionality to the application/18. Adding the Delete Photo functionality to the SPA.mp468.95MB
  21. 11. Adding Photo upload functionality to the application/19. Summary.mp43.62MB
  22. 11. Adding Photo upload functionality to the application/2. Where should we store the photos.mp48.03MB
  23. 11. Adding Photo upload functionality to the application/3. Using Cloudinary as a photo storage solution.mp4106.62MB
  24. 11. Adding Photo upload functionality to the application/4. Creating the Photos controller Part 1.mp4118.64MB
  25. 11. Adding Photo upload functionality to the application/5. Creating the Photos Controller Part 2.mp488.78MB
  26. 11. Adding Photo upload functionality to the application/6. Testing the Photo upload with Postman.mp4107.62MB
  27. 11. Adding Photo upload functionality to the application/7. Creating the Photo upload component in Angular.mp438.19MB
  28. 11. Adding Photo upload functionality to the application/8. Adding a 3rd Party File Uploader.mp4122.57MB
  29. 11. Adding Photo upload functionality to the application/9. Configuring the 3rd Party file uploader.mp4123.95MB
  30. 12. Reactive Forms in Angular/1. Introduction.mp414.2MB
  31. 12. Reactive Forms in Angular/10. Completing the Registration implementation.mp472.99MB
  32. 12. Reactive Forms in Angular/11. Fixing the Photos issue for newly registered users.mp478.97MB
  33. 12. Reactive Forms in Angular/12. Summary.mp43.73MB
  34. 12. Reactive Forms in Angular/2. Introduction to Reactive Forms in Angular.mp447.7MB
  35. 12. Reactive Forms in Angular/3. Validation in Reactive forms.mp436.57MB
  36. 12. Reactive Forms in Angular/4. Custom Validators in Reactive forms.mp422.11MB
  37. 12. Reactive Forms in Angular/5. Providing Validation feedback to the user.mp488.68MB
  38. 12. Reactive Forms in Angular/6. Using the Reactive Forms FormBuilder Service.mp441.41MB
  39. 12. Reactive Forms in Angular/7. Expanding the Registration form.mp474.97MB
  40. 12. Reactive Forms in Angular/8. Handling Dates in Forms.mp4100.57MB
  41. 12. Reactive Forms in Angular/9. Updating the Register method in the API.mp467.73MB
  42. 13. Action Filters in ASP.NET Core/1. Introduction.mp44.87MB
  43. 13. Action Filters in ASP.NET Core/2. Using a TimeAgo pipe for dates in Angular.mp449.13MB
  44. 13. Action Filters in ASP.NET Core/3. Using Action Filters.mp480.76MB
  45. 14. Paging, Sorting and Filtering/1. Introduction.mp45.48MB
  46. 14. Paging, Sorting and Filtering/10. Adding filtering functionality to the SPA.mp4107.1MB
  47. 14. Paging, Sorting and Filtering/11. Sorting results in the API.mp442.01MB
  48. 14. Paging, Sorting and Filtering/12. Adding the Sorting functionality to the SPA.mp467.95MB
  49. 14. Paging, Sorting and Filtering/13. Summary.mp42.94MB
  50. 14. Paging, Sorting and Filtering/2. Paging in ASP.NET Core Web API.mp44.47MB
  51. 14. Paging, Sorting and Filtering/3. Adding a PagedList class.mp494.17MB
  52. 14. Paging, Sorting and Filtering/4. Setting up the paging helper classes.mp471.33MB
  53. 14. Paging, Sorting and Filtering/5. Implementing pagination in the API.mp4135.59MB
  54. 14. Paging, Sorting and Filtering/6. Setting up pagination in the SPA.mp494.6MB
  55. 14. Paging, Sorting and Filtering/7. Using nix-bootstrap pagination module.mp467.5MB
  56. 14. Paging, Sorting and Filtering/8. Filtering in the API.mp452.78MB
  57. 14. Paging, Sorting and Filtering/9. Adding additional filtering parameters to the API.mp449.69MB
  58. 15. Adding the 'Likes' functionality from start to finish/1. Introduction.mp43.27MB
  59. 15. Adding the 'Likes' functionality from start to finish/2. Configuring the EF relationship so users can like each other.mp43.49MB
  60. 15. Adding the 'Likes' functionality from start to finish/3. Creating the Like entity.mp476.75MB
  61. 15. Adding the 'Likes' functionality from start to finish/4. Adding the Send Like functionality in the API.mp477.43MB
  62. 15. Adding the 'Likes' functionality from start to finish/5. Retrieving the list of users liked and liked by user.mp481.75MB
  63. 15. Adding the 'Likes' functionality from start to finish/6. Adding the Send like functionality to the SPA.mp444.87MB
  64. 15. Adding the 'Likes' functionality from start to finish/7. Creating the Lists component.mp482.09MB
  65. 15. Adding the 'Likes' functionality from start to finish/8. Summary of Section 15.mp43.11MB
  66. 16. Add a private messaging system to the application/1. Introduction.mp48.08MB
  67. 16. Add a private messaging system to the application/10. Getting the message thread in the component.mp465.98MB
  68. 16. Add a private messaging system to the application/11. Designing the message tab chat system.mp497.2MB
  69. 16. Add a private messaging system to the application/12. Adding Query params to an Angular route.mp466.1MB
  70. 16. Add a private messaging system to the application/13. Adding the send message functionality and a challenge.mp472.22MB
  71. 16. Add a private messaging system to the application/14. Challenge solution - resolving the issue with the photos.mp4113.35MB
  72. 16. Add a private messaging system to the application/15. Adding the Delete message functionality to the API.mp459.8MB
  73. 16. Add a private messaging system to the application/16. Deleting messages in the SPA.mp467.61MB
  74. 16. Add a private messaging system to the application/17. Adding the Mark as Read functionality.mp4102.25MB
  75. 16. Add a private messaging system to the application/18. Summary of Section 16.mp45.54MB
  76. 16. Add a private messaging system to the application/2. Creating the Message Entity and relationships.mp449.24MB
  77. 16. Add a private messaging system to the application/3. Adding the repository methods for the messages.mp427.93MB
  78. 16. Add a private messaging system to the application/4. Adding the Create Message method in the API.mp4116.99MB
  79. 16. Add a private messaging system to the application/5. Adding the Repository methods for an Inbox, Outbox.mp466.15MB
  80. 16. Add a private messaging system to the application/6. Creating the Message Controller.mp4123.32MB
  81. 16. Add a private messaging system to the application/7. Adding the Message thread methods to the API.mp462.48MB
  82. 16. Add a private messaging system to the application/8. Working with the message component in the SPA.mp4142.34MB
  83. 16. Add a private messaging system to the application/9. Designing the Inbox and Outbox template.mp452.52MB
  84. 17. Publishing (new)/1. Introduction.mp427.86MB
  85. 17. Publishing (new)/10. Publishing the app to Linux.mp475MB
  86. 17. Publishing (new)/11. HTTPS configuration for Apache.mp489.59MB
  87. 17. Publishing (new)/12. Setting up Azure to publish our app.mp489.21MB
  88. 17. Publishing (new)/13. Publishing our App to Azure.mp4101.47MB
  89. 17. Publishing (new)/14. End of course summary.mp457.39MB
  90. 17. Publishing (new)/2. Using NG Build and running the application from the Kestrel server.mp4102.64MB
  91. 17. Publishing (new)/3. Angular CLI AOT Production build.mp4103.35MB
  92. 17. Publishing (new)/4. Installing and setting up MySQL.mp438.86MB
  93. 17. Publishing (new)/5. Adding additional Database providers.mp462.56MB
  94. 17. Publishing (new)/6. Dealing with migrations and multiple Database providers.mp474.47MB
  95. 17. Publishing (new)/7. Adding Lazy loading for our related entities.mp498.84MB
  96. 17. Publishing (new)/8. Publishing to IIS.mp493.14MB
  97. 17. Publishing (new)/9. Setting up a Linux server for publishing.mp4155.41MB
  98. 18. Publishing - Deprecated - Please see new Publishing section/1. Introduction.mp47.2MB
  99. 18. Publishing - Deprecated - Please see new Publishing section/10. Publishing our app to an IIS Server.mp4124.27MB
  100. 18. Publishing - Deprecated - Please see new Publishing section/11. Preparing a Linux server for publishing our application.mp4105.88MB
  101. 18. Publishing - Deprecated - Please see new Publishing section/12. Publishing the app to the Linux server.mp495.65MB
  102. 18. Publishing - Deprecated - Please see new Publishing section/13. Course Wrap Up.mp4622.2KB
  103. 18. Publishing - Deprecated - Please see new Publishing section/2. Using NG Build - Running our Angular app from the Kestrel server.mp4100.88MB
  104. 18. Publishing - Deprecated - Please see new Publishing section/3. Angular Production build with the Angular CLI.mp44.51MB
  105. 18. Publishing - Deprecated - Please see new Publishing section/4. Using the Angular CLI for Ahead of Time Compilation.mp496.98MB
  106. 18. Publishing - Deprecated - Please see new Publishing section/5. Installing MySQL on Mac OSX.mp433.78MB
  107. 18. Publishing - Deprecated - Please see new Publishing section/6. Installing MySQL on Windows.mp455.94MB
  108. 18. Publishing - Deprecated - Please see new Publishing section/7. Entity Framework Database Providers - updating the SDK to match the provider.mp469.2MB
  109. 18. Publishing - Deprecated - Please see new Publishing section/8. Swapping the Database backend to MySQL.mp4150.56MB
  110. 18. Publishing - Deprecated - Please see new Publishing section/9. Fixing the Ignored include warnings in the API.mp483.06MB
  111. 19. Course Updates - August 2019/1. Updating the .Net Core project to use .Net Core 2.2.mp4179.77MB
  112. 19. Course Updates - August 2019/2. Updating the Angular v6 project to Angular v8.mp4182.1MB
  113. 2. Building a Walking Skeleton/1. Introduction.mp45.61MB
  114. 2. Building a Walking Skeleton/10. Creating the Angular application using AngularCLI.mp434.1MB
  115. 2. Building a Walking Skeleton/11. The Angular bootstrapping and running the Angular app.mp489.01MB
  116. 2. Building a Walking Skeleton/12. Adding VS Code extensions used in this course.mp458.4MB
  117. 2. Building a Walking Skeleton/13. Making HTTP requests in Angular.mp494.39MB
  118. 2. Building a Walking Skeleton/14. Adding CORS support to the API.mp431.69MB
  119. 2. Building a Walking Skeleton/15. Displaying data from the API on the HTML page.mp417.97MB
  120. 2. Building a Walking Skeleton/16. Adding Bootstrap and Font-Awesome to our Angular app.mp453.97MB
  121. 2. Building a Walking Skeleton/17. Adding GIT for source control.mp481.09MB
  122. 2. Building a Walking Skeleton/18. Summary of Section 2.mp44.89MB
  123. 2. Building a Walking Skeleton/2. Creating the DotNet Core WebAPI using the DotNetCLI.mp432.07MB
  124. 2. Building a Walking Skeleton/3. Reviewing the Project files in the DotNet Web API.mp491.57MB
  125. 2. Building a Walking Skeleton/4. Running the DotNet Core application.mp465.39MB
  126. 2. Building a Walking Skeleton/5. Environment settings and using dotnet watch.mp469.12MB
  127. 2. Building a Walking Skeleton/6. Creating the first Model and DataContext.mp476.02MB
  128. 2. Building a Walking Skeleton/7. Creating the Database using Entity Framework migrations.mp477.76MB
  129. 2. Building a Walking Skeleton/8. Retrieving data from the Database.mp463.92MB
  130. 2. Building a Walking Skeleton/9. Making our code asynchronous.mp430.48MB
  131. 20. Bonus - Publishing the application to Azure/1. Setting up the Azure Resource group, App Service and Database.mp4105.27MB
  132. 20. Bonus - Publishing the application to Azure/2. Publishing the app to Azure.mp4113.73MB
  133. 21. Bonus - Identity and Role Management/1. Introduction to Identity.mp47.58MB
  134. 21. Bonus - Identity and Role Management/10. Updating the seed method with Roles.mp456.97MB
  135. 21. Bonus - Identity and Role Management/11. Adding roles to the JWT Token.mp456.23MB
  136. 21. Bonus - Identity and Role Management/12. Policy based authorization.mp472.22MB
  137. 21. Bonus - Identity and Role Management/13. Returning the users with their roles.mp435.41MB
  138. 21. Bonus - Identity and Role Management/14. Adding the edit roles method in the API.mp488.24MB
  139. 21. Bonus - Identity and Role Management/15. Creating the Admin Component in the SPA.mp436.3MB
  140. 21. Bonus - Identity and Role Management/16. Updating the Auth guard to protect routes based on user role.mp469.96MB
  141. 21. Bonus - Identity and Role Management/17. Adding a custom structural directive.mp470.45MB
  142. 21. Bonus - Identity and Role Management/18. Adding the admin service and user management component.mp470.94MB
  143. 21. Bonus - Identity and Role Management/19. Adding a Modal Component.mp478.35MB
  144. 21. Bonus - Identity and Role Management/2. Getting to the starting point for this bonus section.mp442.54MB
  145. 21. Bonus - Identity and Role Management/20. Passing the roles data into the Modal.mp475.16MB
  146. 21. Bonus - Identity and Role Management/21. Passing data out of the Modal and hooking up to the API.mp497.98MB
  147. 21. Bonus - Identity and Role Management/22. Challenge - Creating the Photo Management system,.mp481.61MB
  148. 21. Bonus - Identity and Role Management/23. Challenge Solution.mp4183.95MB
  149. 21. Bonus - Identity and Role Management/3. Adding the Identity models.mp441.6MB
  150. 21. Bonus - Identity and Role Management/4. Configuring the DataContext for Identity.mp443.34MB
  151. 21. Bonus - Identity and Role Management/5. Configuring the Startup.cs class for Identity.mp496.86MB
  152. 21. Bonus - Identity and Role Management/6. Fixing the errors and adding a new migration.mp481.29MB
  153. 21. Bonus - Identity and Role Management/7. Updating the Seed Users method.mp443.29MB
  154. 21. Bonus - Identity and Role Management/8. Updating the Login method.mp485.58MB
  155. 21. Bonus - Identity and Role Management/9. Updating the register method.mp446.75MB
  156. 3. Security/1. Intoduction.mp45.63MB
  157. 3. Security/10. Using DTOs (Data Transfer Objects).mp469.53MB
  158. 3. Security/11. Validation in the API.mp494.62MB
  159. 3. Security/12. Token Authentication.mp46.17MB
  160. 3. Security/13. Creating the Login method in the API.mp4152.77MB
  161. 3. Security/14. Using the Authentication middleware.mp476.87MB
  162. 3. Security/15. Safe storage of secrets.mp460.81MB
  163. 3. Security/16. Summary of Section 3.mp46.32MB
  164. 3. Security/2. Storing passwords in the Database.mp44.33MB
  165. 3. Security/3. Creating the User model.mp425.21MB
  166. 3. Security/4. The Repository pattern.mp47.01MB
  167. 3. Security/5. Creating an Interface for the Repository.mp413.48MB
  168. 3. Security/6. Creating the concrete Auth Repository and Register Method.mp469.34MB
  169. 3. Security/7. Creating the Login repository method.mp464.86MB
  170. 3. Security/8. Registering services in the Startup class.mp427.45MB
  171. 3. Security/9. Creating the Register method in our Auth Controller.mp474.03MB
  172. 4. Client side login and register/1. Introduction.mp43.48MB
  173. 4. Client side login and register/10. Adding the register method to the Auth Service.mp450.35MB
  174. 4. Client side login and register/11. Summary of Section 4.mp41.63MB
  175. 4. Client side login and register/2. Creating the Navigation and Login form.mp462.95MB
  176. 4. Client side login and register/3. Introduction to Angular template forms.mp476.11MB
  177. 4. Client side login and register/4. Introduction to Angular Services.mp467.71MB
  178. 4. Client side login and register/5. Injecting the Angular services in our Components.mp439.85MB
  179. 4. Client side login and register/6. Using ngIf to conditionally display HTML Elements.mp470.54MB
  180. 4. Client side login and register/7. Adding a component so users can Register to our site.mp469.15MB
  181. 4. Client side login and register/8. Parent to Child Component communication using Input properties.mp448.63MB
  182. 4. Client side login and register/9. Component Communication Child to Parent using Output properties.mp433.33MB
  183. 5. Error Handling/1. Introduction.mp42.77MB
  184. 5. Error Handling/2. Handling exceptions in the API.mp497.12MB
  185. 5. Error Handling/3. Setting up the Global exception handler in the API.mp4100.04MB
  186. 5. Error Handling/4. Handling errors in Angular.mp4157.8MB
  187. 5. Error Handling/5. Summary of Section 5.mp43.35MB
  188. 6. Adding 3rd party components to our app/1. Introduction.mp44.47MB
  189. 6. Adding 3rd party components to our app/2. Wrapping 3rd party libraries as an Angular service.mp479.07MB
  190. 6. Adding 3rd party components to our app/3. Using the Angular JWT library to improve token handling.mp459.48MB
  191. 6. Adding 3rd party components to our app/4. Using the Angular JWT library to decode tokens.mp474.88MB
  192. 6. Adding 3rd party components to our app/5. Adding Ngx Bootstrap to power our Bootstrap components.mp473.7MB
  193. 6. Adding 3rd party components to our app/6. Bringing some color to our app with a theme from Bootswatch.mp426.88MB
  194. 6. Adding 3rd party components to our app/7. Summary of Section 6.mp44.04MB
  195. 7. Routing in Angular/1. Introduction.mp44.5MB
  196. 7. Routing in Angular/2. Setting up routing in Angular.mp448.55MB
  197. 7. Routing in Angular/3. Setting up our links in the nav component.mp432MB
  198. 7. Routing in Angular/4. Using routing in our components.mp426.67MB
  199. 7. Routing in Angular/5. Protecting our routes with a route guard.mp439.17MB
  200. 7. Routing in Angular/6. Protecting multiple routes with a single route guard using dummy routes.mp448.76MB
  201. 7. Routing in Angular/7. Summary of Section 7.mp46.09MB
  202. 8. Extending the API/1. Introduction.mp44.46MB
  203. 8. Extending the API/10. Using AutoMapper Part 1.mp482.11MB
  204. 8. Extending the API/11. Using AutoMapper Part 2.mp475.32MB
  205. 8. Extending the API/12. Summary.mp46.16MB
  206. 8. Extending the API/2. Extending the User Model.mp463.57MB
  207. 8. Extending the API/3. Exploring Entity Framework migrations.mp4104.02MB
  208. 8. Extending the API/4. Entity Framework Relationships.mp430.88MB
  209. 8. Extending the API/5. Seeding Data to the Database - Part 1.mp481.82MB
  210. 8. Extending the API/6. Seeding Data to the Database Part 2.mp4107.47MB
  211. 8. Extending the API/7. Creating a new repository for our API.mp459.96MB
  212. 8. Extending the API/8. Creating the Users Controller.mp4107.6MB
  213. 8. Extending the API/9. Shaping the data to return with DTOs.mp441.21MB
  214. 9. Building a great looking User Interface/1. Introduction.mp44.3MB
  215. 9. Building a great looking User Interface/10. Creating the Member Detailed View component class.mp460.56MB
  216. 9. Building a great looking User Interface/11. Designing the Member detailed view template - left hand side.mp440.38MB
  217. 9. Building a great looking User Interface/12. Adding a tabbed panel for the right hand side of the Member detailed page.mp453.55MB
  218. 9. Building a great looking User Interface/13. Using Route Resolvers to retrieve data.mp4112.81MB
  219. 9. Building a great looking User Interface/14. Adding a photo gallery to our application.mp4124.33MB
  220. 9. Building a great looking User Interface/15. Summary.mp45.07MB
  221. 9. Building a great looking User Interface/2. Introduction to Interfaces in Typescript.mp45.79MB
  222. 9. Building a great looking User Interface/3. Adding Interfaces to our Typescript code.mp427.04MB
  223. 9. Building a great looking User Interface/4. Creating another Angular service.mp461.34MB
  224. 9. Building a great looking User Interface/5. Retrieving the Members into the Member List Component.mp442.44MB
  225. 9. Building a great looking User Interface/6. Creating Member Cards to display on our Member list page.mp456.35MB
  226. 9. Building a great looking User Interface/7. Giving our Members some style with CSS.mp423.95MB
  227. 9. Building a great looking User Interface/8. Adding animated buttons to the member cards.mp444.19MB
  228. 9. Building a great looking User Interface/9. Using Auth0 JwtModule to send up jwt tokens automatically.mp454.04MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!

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

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