首页 磁力链接怎么用

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

文件类型 收录时间 最后活跃 资源热度 文件大小 文件数量
视频 2022-6-17 22:58 2024-5-25 22:12 351 8.3 GB 263
二维码链接
[FreeCourseSite.com] Udemy - Build an app with ASPNET Core and Angular from scratch的二维码
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
文件列表
  1. 01 - Introduction/001 Introduction to the course.mp423.74MB
  2. 01 - Introduction/002 Setting up the developer environment.mp435.74MB
  3. 01 - Introduction/003 Getting help.mp44.25MB
  4. 01 - Introduction/004 Course assets and source code.mp412.33MB
  5. 02 - Building a walking skeleton Part One - API/001 Introduction.mp45.88MB
  6. 02 - Building a walking skeleton Part One - API/002 Creating the .Net API Project using the dotnet CLI.mp439.51MB
  7. 02 - Building a walking skeleton Part One - API/003 Setting up VS code to work with C#.mp434.27MB
  8. 02 - Building a walking skeleton Part One - API/004 .Net 6 update - switching to the classic hosting model.mp466.25MB
  9. 02 - Building a walking skeleton Part One - API/005 Getting to know the API project files.mp445.88MB
  10. 02 - Building a walking skeleton Part One - API/006 Creating our first Entity.mp410.46MB
  11. 02 - Building a walking skeleton Part One - API/007 Introduction to Entity Framework.mp415.96MB
  12. 02 - Building a walking skeleton Part One - API/008 Adding Entity Framework to our project.mp49.83MB
  13. 02 - Building a walking skeleton Part One - API/009 Adding a DbContext class.mp423.81MB
  14. 02 - Building a walking skeleton Part One - API/010 Creating the Connection string.mp468.93MB
  15. 02 - Building a walking skeleton Part One - API/011 Creating the database using Entity Framework Code first migrations.mp425.13MB
  16. 02 - Building a walking skeleton Part One - API/012 Adding a new API Controller.mp430.53MB
  17. 02 - Building a walking skeleton Part One - API/013 Making our code Asynchronous.mp414.69MB
  18. 02 - Building a walking skeleton Part One - API/014 Saving our code into Source control.mp439.7MB
  19. 02 - Building a walking skeleton Part One - API/015 Section 2 Summary.mp46.95MB
  20. 03 - Building a walking skeleton Part Two - Angular/001 Introduction.mp44.8MB
  21. 03 - Building a walking skeleton Part Two - Angular/002 Creating the Angular application.mp430.54MB
  22. 03 - Building a walking skeleton Part Two - Angular/003 Running the angular project and reviewing the bootstrap of the app.mp455.39MB
  23. 03 - Building a walking skeleton Part Two - Angular/004 Adding VS Code extensions to work with Angular.mp48.07MB
  24. 03 - Building a walking skeleton Part Two - Angular/005 Making HTTP requests in Angular.mp440.84MB
  25. 03 - Building a walking skeleton Part Two - Angular/006 Adding CORS support in the API.mp415.19MB
  26. 03 - Building a walking skeleton Part Two - Angular/007 Displaying the fetched users in the browser.mp422.44MB
  27. 03 - Building a walking skeleton Part Two - Angular/008 Adding bootstrap and font-awesome.mp450.67MB
  28. 03 - Building a walking skeleton Part Two - Angular/009 Using HTTPS in angular - MAC.mp436.19MB
  29. 03 - Building a walking skeleton Part Two - Angular/010 Using HTTPS in angular - WINDOWS.mp415.73MB
  30. 03 - Building a walking skeleton Part Two - Angular/011 Saving into source control.mp47.11MB
  31. 03 - Building a walking skeleton Part Two - Angular/012 Section 3 summary.mp43.48MB
  32. 04 - Authentication basics/001 Introduction.mp46.72MB
  33. 04 - Authentication basics/002 Safe storage of passwords.mp414.28MB
  34. 04 - Authentication basics/003 Updating the user entity.mp49.04MB
  35. 04 - Authentication basics/004 Creating a base API controller.mp412.29MB
  36. 04 - Authentication basics/005 Creating an Account Controller with a register endpoint.mp442.2MB
  37. 04 - Authentication basics/006 Using the debugger.mp471.04MB
  38. 04 - Authentication basics/007 Using DTOs.mp419.47MB
  39. 04 - Authentication basics/008 Adding validation.mp411.14MB
  40. 04 - Authentication basics/009 Adding a login endpoint.mp473.26MB
  41. 04 - Authentication basics/010 JSON web tokens.mp410.96MB
  42. 04 - Authentication basics/011 Adding a token service.mp418.34MB
  43. 04 - Authentication basics/012 Adding the create token logic.mp424.16MB
  44. 04 - Authentication basics/013 Creating a User DTO and returning the token.mp442.48MB
  45. 04 - Authentication basics/014 Adding the authentication middleware.mp450.65MB
  46. 04 - Authentication basics/015 Adding extension methods.mp418.45MB
  47. 04 - Authentication basics/016 Section 4 summary.mp49.83MB
  48. 05 - Client login and register/001 Introduction.mp44.37MB
  49. 05 - Client login and register/002 Creating a nav bar.mp458.04MB
  50. 05 - Client login and register/003 Introduction to Angular template forms.mp420.29MB
  51. 05 - Client login and register/004 Introduction to Angular services.mp415.11MB
  52. 05 - Client login and register/005 Injecting services into components.mp410.13MB
  53. 05 - Client login and register/006 Using conditionals to show and remove content.mp419.61MB
  54. 05 - Client login and register/007 Using the angular bootstrap components - dropdown.mp425.22MB
  55. 05 - Client login and register/008 Introduction to observables.mp413.57MB
  56. 05 - Client login and register/009 Persisting the login.mp442.68MB
  57. 05 - Client login and register/010 Using the async pipe.mp421.86MB
  58. 05 - Client login and register/011 Adding a home page.mp417.4MB
  59. 05 - Client login and register/012 Adding a register form.mp416.76MB
  60. 05 - Client login and register/013 Parent to child communication.mp454.91MB
  61. 05 - Client login and register/014 Child to parent communication.mp418.94MB
  62. 05 - Client login and register/015 Hooking up the register method to the service.mp469.81MB
  63. 05 - Client login and register/016 Section 5 summary.mp411.07MB
  64. 06 - Routing in Angular/001 Introduction.mp44.55MB
  65. 06 - Routing in Angular/002 Creating some more components.mp418.72MB
  66. 06 - Routing in Angular/003 Adding the nav links.mp413.17MB
  67. 06 - Routing in Angular/004 Routing in code.mp46.7MB
  68. 06 - Routing in Angular/005 Adding a toast service for notifications.mp431.43MB
  69. 06 - Routing in Angular/006 Adding an Angular route guard.mp437.86MB
  70. 06 - Routing in Angular/007 Adding a dummy route.mp431.28MB
  71. 06 - Routing in Angular/008 Adding a new theme.mp420.93MB
  72. 06 - Routing in Angular/009 Tidying up the app module by using a shared module.mp420.8MB
  73. 06 - Routing in Angular/010 Section 6 summary.mp46.13MB
  74. 07 - Error handling/001 Introduction.mp45.02MB
  75. 07 - Error handling/002 Creating an error controller for testing errors.mp434.83MB
  76. 07 - Error handling/003 Handling server errors.mp444.35MB
  77. 07 - Error handling/004 Exception handling middleware.mp481.79MB
  78. 07 - Error handling/005 Testing errors in the client.mp431.32MB
  79. 07 - Error handling/006 Adding an error interceptor.mp444.1MB
  80. 07 - Error handling/007 Validation errors.mp421.01MB
  81. 07 - Error handling/008 Handling not found.mp47.37MB
  82. 07 - Error handling/009 Adding a server error page.mp457.44MB
  83. 07 - Error handling/010 Section 7 summary.mp48.22MB
  84. 08 - Extending the API/001 Introduction.mp46.09MB
  85. 08 - Extending the API/002 Extending the user entity.mp49.75MB
  86. 08 - Extending the API/003 Adding a DateTime extension to calculate age.mp410.58MB
  87. 08 - Extending the API/004 Entity Framework relationships.mp431.12MB
  88. 08 - Extending the API/005 Generating seed data.mp449.85MB
  89. 08 - Extending the API/006 Seeding data part one.mp428.7MB
  90. 08 - Extending the API/007 Seeding data part two.mp451.85MB
  91. 08 - Extending the API/008 The repository pattern.mp413.47MB
  92. 08 - Extending the API/009 Creating a repository.mp421.6MB
  93. 08 - Extending the API/010 Updating the users controller.mp433.33MB
  94. 08 - Extending the API/011 Adding a DTO for Members.mp47.05MB
  95. 08 - Extending the API/012 Adding AutoMapper.mp411.14MB
  96. 08 - Extending the API/013 Using AutoMapper.mp422.42MB
  97. 08 - Extending the API/014 Configuring AutoMapper.mp47.79MB
  98. 08 - Extending the API/015 Using AutoMapper queryable extensions.mp4104.45MB
  99. 08 - Extending the API/016 Section 8 summary.mp45.4MB
  100. 09 - Building the User Interface/001 Introduction.mp44.44MB
  101. 09 - Building the User Interface/002 Using TypeScript.mp415.74MB
  102. 09 - Building the User Interface/003 Creating the member interface.mp410.09MB
  103. 09 - Building the User Interface/004 Adding a member service.mp428.49MB
  104. 09 - Building the User Interface/005 Retrieving the list of members.mp431.8MB
  105. 09 - Building the User Interface/006 Creating member cards.mp410.56MB
  106. 09 - Building the User Interface/007 Adding some style to the cards.mp445.88MB
  107. 09 - Building the User Interface/008 Adding animated buttons.mp421.99MB
  108. 09 - Building the User Interface/009 Using an interceptor to send the token.mp432.61MB
  109. 09 - Building the User Interface/010 Routing to the detailed page.mp418.97MB
  110. 09 - Building the User Interface/011 Styling the member detailed page.mp418.46MB
  111. 09 - Building the User Interface/012 Styling the member detailed page part two.mp444.62MB
  112. 09 - Building the User Interface/013 Adding a photo gallery.mp4102.7MB
  113. 09 - Building the User Interface/014 Section 9 summary.mp44.59MB
  114. 10 - Updating resources/001 Introduction.mp45.85MB
  115. 10 - Updating resources/002 Creating a member edit component.mp417.91MB
  116. 10 - Updating resources/003 Creating the edit template form.mp452.36MB
  117. 10 - Updating resources/004 Adding the update functionality.mp440.48MB
  118. 10 - Updating resources/005 Adding a Can Deactivate route guard.mp425.68MB
  119. 10 - Updating resources/006 Persisting the changes in the API.mp429.01MB
  120. 10 - Updating resources/007 Updating the user in the client app.mp46.72MB
  121. 10 - Updating resources/008 Adding loading indicators.mp460.61MB
  122. 10 - Updating resources/009 Using the service to store state.mp468.17MB
  123. 10 - Updating resources/010 Section 10 summary.mp43.47MB
  124. 11 - Adding photo upload functionality/001 Introduction.mp412.17MB
  125. 11 - Adding photo upload functionality/002 Cloudinary Account.mp440.07MB
  126. 11 - Adding photo upload functionality/003 Configuring cloudinary in the API.mp419.33MB
  127. 11 - Adding photo upload functionality/004 Adding a photo service.mp438.2MB
  128. 11 - Adding photo upload functionality/005 Updating the users controller.mp467.43MB
  129. 11 - Adding photo upload functionality/006 Testing the photo upload.mp427.56MB
  130. 11 - Adding photo upload functionality/007 Using the Created At Route method.mp420.8MB
  131. 11 - Adding photo upload functionality/008 Adding a photo editor component.mp412.5MB
  132. 11 - Adding photo upload functionality/009 Adding a photo uploader.mp460.66MB
  133. 11 - Adding photo upload functionality/010 Adding a photo uploader part two.mp450.3MB
  134. 11 - Adding photo upload functionality/011 Setting the main photo in the API.mp424.18MB
  135. 11 - Adding photo upload functionality/012 Adding the main photo image to the nav bar.mp441.06MB
  136. 11 - Adding photo upload functionality/013 Setting the main photo in the client.mp428.01MB
  137. 11 - Adding photo upload functionality/014 Deleting photos - API.mp428.07MB
  138. 11 - Adding photo upload functionality/015 Deleting photos - Client.mp435.47MB
  139. 11 - Adding photo upload functionality/016 Section 11 summary.mp49.16MB
  140. 12 - Reactive forms/001 Introduction.mp45.05MB
  141. 12 - Reactive forms/002 Reactive forms introduction.mp436.47MB
  142. 12 - Reactive forms/003 Client side validation.mp49.36MB
  143. 12 - Reactive forms/004 Adding custom validators.mp438.16MB
  144. 12 - Reactive forms/005 Validation feedback.mp463.62MB
  145. 12 - Reactive forms/006 Creating a reusable text input.mp489.71MB
  146. 12 - Reactive forms/007 Using the form builder service.mp47.17MB
  147. 12 - Reactive forms/008 Expanding the register form.mp420.35MB
  148. 12 - Reactive forms/009 Adding a reusable date input.mp449.74MB
  149. 12 - Reactive forms/010 Updating the API register method.mp418.24MB
  150. 12 - Reactive forms/011 Client side registration.mp466.4MB
  151. 12 - Reactive forms/012 Section 12 summary.mp45.41MB
  152. 13 - Paging, Sorting and Filtering/001 Introduction.mp49.28MB
  153. 13 - Paging, Sorting and Filtering/002 Adding a paged list class.mp429.67MB
  154. 13 - Paging, Sorting and Filtering/003 Adding helper classes for pagination.mp444.26MB
  155. 13 - Paging, Sorting and Filtering/004 Using the pagination classes.mp479.74MB
  156. 13 - Paging, Sorting and Filtering/005 Setting up client pagination.mp437.18MB
  157. 13 - Paging, Sorting and Filtering/006 Using the angular bootstrap pagination component.mp417.57MB
  158. 13 - Paging, Sorting and Filtering/007 Adding filtering to the API.mp452.07MB
  159. 13 - Paging, Sorting and Filtering/008 Adding additional filters.mp427.82MB
  160. 13 - Paging, Sorting and Filtering/009 Cleaning up the member service.mp495.79MB
  161. 13 - Paging, Sorting and Filtering/010 Adding filter buttons to the client.mp444.77MB
  162. 13 - Paging, Sorting and Filtering/011 Adding sorting functionality.mp417.49MB
  163. 13 - Paging, Sorting and Filtering/012 Adding an action filter.mp429.02MB
  164. 13 - Paging, Sorting and Filtering/013 Making the Last Active action filter more optimal.mp438.13MB
  165. 13 - Paging, Sorting and Filtering/014 Sorting on the client.mp427.94MB
  166. 13 - Paging, Sorting and Filtering/015 Formatting dates.mp444.63MB
  167. 13 - Paging, Sorting and Filtering/016 Restoring the caching for members.mp433.24MB
  168. 13 - Paging, Sorting and Filtering/017 Restoring caching for member detailed.mp484.58MB
  169. 13 - Paging, Sorting and Filtering/018 Remembering the filters for a user in the service.mp422.72MB
  170. 13 - Paging, Sorting and Filtering/019 Section 13 summary.mp45.03MB
  171. 14 - Adding the Like User feature/001 Introduction.mp43.89MB
  172. 14 - Adding the Like User feature/002 Adding a likes entity.mp444.95MB
  173. 14 - Adding the Like User feature/003 Adding a likes repository.mp414.44MB
  174. 14 - Adding the Like User feature/004 Implementing the likes repository.mp421.52MB
  175. 14 - Adding the Like User feature/005 Controller methods for the likes feature.mp443.61MB
  176. 14 - Adding the Like User feature/006 Setting up the likes functions in the Angular app.mp453.81MB
  177. 14 - Adding the Like User feature/007 Adding the likes component.mp447.34MB
  178. 14 - Adding the Like User feature/008 Adding pagination for the likes.mp445.14MB
  179. 14 - Adding the Like User feature/009 Paginating the likes on the client.mp440.51MB
  180. 14 - Adding the Like User feature/010 Section 14 summary.mp45.68MB
  181. 15 - Adding the messaging feature/001 Introduction.mp44.25MB
  182. 15 - Adding the messaging feature/002 Setting up the entities for messaging.mp423.57MB
  183. 15 - Adding the messaging feature/003 Setting up the message repository.mp416.51MB
  184. 15 - Adding the messaging feature/004 Setting up the automapper profiles.mp49.83MB
  185. 15 - Adding the messaging feature/005 Adding a message controller.mp435.94MB
  186. 15 - Adding the messaging feature/006 Getting the messages from the Repo.mp471.52MB
  187. 15 - Adding the messaging feature/007 Getting the message thread for 2 users.mp435.64MB
  188. 15 - Adding the messaging feature/008 Setting up the Angular app for messaging.mp4108.32MB
  189. 15 - Adding the messaging feature/009 Designing the inbox.mp446.68MB
  190. 15 - Adding the messaging feature/010 Adding the message thread in the client.mp418.2MB
  191. 15 - Adding the messaging feature/011 Styling the message thread.mp440.13MB
  192. 15 - Adding the messaging feature/012 Activating the message tab.mp459.58MB
  193. 15 - Adding the messaging feature/013 Using query params.mp462.05MB
  194. 15 - Adding the messaging feature/014 Using route resolvers.mp445.73MB
  195. 15 - Adding the messaging feature/015 Sending messages.mp455.59MB
  196. 15 - Adding the messaging feature/016 Fixing the photo weirdness.mp410.26MB
  197. 15 - Adding the messaging feature/017 Deleting messages on the API.mp438.85MB
  198. 15 - Adding the messaging feature/018 Deleting messages on the client.mp431.36MB
  199. 15 - Adding the messaging feature/019 Section 15 summary.mp47.43MB
  200. 16 - Identity and role management/001 Introduction.mp46.73MB
  201. 16 - Identity and role management/002 Setting up the entities.mp416.27MB
  202. 16 - Identity and role management/003 Configuring the DbContext.mp428.76MB
  203. 16 - Identity and role management/004 Configuring the startup class.mp418.55MB
  204. 16 - Identity and role management/005 Refactoring and adding a new migration.mp450.17MB
  205. 16 - Identity and role management/006 Updating the seed method.mp440MB
  206. 16 - Identity and role management/007 Updating the account controller.mp422.86MB
  207. 16 - Identity and role management/008 Adding roles to the app.mp434.73MB
  208. 16 - Identity and role management/009 Adding the roles to the JWT token.mp438.53MB
  209. 16 - Identity and role management/010 Adding policy based authorisation.mp420.18MB
  210. 16 - Identity and role management/011 Getting the users with roles.mp415.19MB
  211. 16 - Identity and role management/012 Editing user roles.mp422.24MB
  212. 16 - Identity and role management/013 Adding an admin component.mp46.34MB
  213. 16 - Identity and role management/014 Adding an admin guard.mp451.28MB
  214. 16 - Identity and role management/015 Adding a custom directive.mp428.06MB
  215. 16 - Identity and role management/016 Adding the edit roles component.mp421.17MB
  216. 16 - Identity and role management/017 Setting up modals.mp459.21MB
  217. 16 - Identity and role management/018 Editing roles in the client.mp415.15MB
  218. 16 - Identity and role management/019 Editing roles part two.mp444.83MB
  219. 16 - Identity and role management/020 Section 16 summary.mp43.64MB
  220. 17 - SignalR/001 Introduction.mp47.24MB
  221. 17 - SignalR/002 Adding a presence hub.mp412.72MB
  222. 17 - SignalR/003 Authenticating to SignalR.mp418.45MB
  223. 17 - SignalR/004 Client side SignalR.mp466.5MB
  224. 17 - SignalR/005 Adding a presence tracker.mp471.7MB
  225. 17 - SignalR/006 Displaying online presence.mp427.84MB
  226. 17 - SignalR/007 Creating a message hub.mp430.47MB
  227. 17 - SignalR/008 Adding the send message method to the hub.mp433.81MB
  228. 17 - SignalR/009 Adding the hub connection to the message service.mp416.67MB
  229. 17 - SignalR/010 Refactoring the message components to use the hub.mp422.54MB
  230. 17 - SignalR/011 Sending messages via the hub.mp444.39MB
  231. 17 - SignalR/012 Tracking the message groups.mp456.43MB
  232. 17 - SignalR/013 Updating the message hub with group tracking.mp430.79MB
  233. 17 - SignalR/014 Dealing with UTC date formats.mp422.33MB
  234. 17 - SignalR/015 Notifying users when they receive a message.mp470.41MB
  235. 17 - SignalR/016 Optimizing the presence.mp454.05MB
  236. 17 - SignalR/017 Optimizing the messages.mp457.2MB
  237. 17 - SignalR/018 Section 17 summary.mp44.05MB
  238. 18 - Unit of work pattern and finishing touches/001 Introduction.mp47.57MB
  239. 18 - Unit of work pattern and finishing touches/002 Implementing the unit of work.mp424.65MB
  240. 18 - Unit of work pattern and finishing touches/003 Refactoring the controllers to use the unit of work.mp458.58MB
  241. 18 - Unit of work pattern and finishing touches/004 Optimizing queries part one.mp486.81MB
  242. 18 - Unit of work pattern and finishing touches/005 Fixing UTC dates again.mp436.61MB
  243. 18 - Unit of work pattern and finishing touches/006 Optimizing queries part two.mp450.85MB
  244. 18 - Unit of work pattern and finishing touches/007 Adding a confirmation service to the angular app.mp423.71MB
  245. 18 - Unit of work pattern and finishing touches/008 Getting the data from the confirmation modal.mp453.25MB
  246. 18 - Unit of work pattern and finishing touches/009 Tidying up the member message component.mp431.48MB
  247. 18 - Unit of work pattern and finishing touches/010 Section 18 summary.mp45.26MB
  248. 18 - Unit of work pattern and finishing touches/011 Photo management challenge.mp420.71MB
  249. 19 - Publishing/001 Introduction.mp412.7MB
  250. 19 - Publishing/002 Preparing the angular app and serving this from the API server.mp431.77MB
  251. 19 - Publishing/003 Adding a fallback controller.mp424.88MB
  252. 19 - Publishing/004 Creating an angular production build.mp432.76MB
  253. 19 - Publishing/005 Switching the DB Server to PostGres.mp438.33MB
  254. 19 - Publishing/006 Changing the DB Server in our app.mp453.31MB
  255. 19 - Publishing/007 Setting up Heroku.mp426.58MB
  256. 19 - Publishing/008 Deploying the app to Heroku.mp487MB
  257. 19 - Publishing/009 Using branches in git and connecting Heroku to GitHub.mp463.68MB
  258. 19 - Publishing/010 Merging changes and redeploying.mp415.26MB
  259. 19 - Publishing/011 End of course summary.mp420.47MB
  260. 20 - Updating to .Net 6, Angular 12 and Bootstrap 5/001 How to update .Net 5 to .Net 6.mp492.84MB
  261. 20 - Updating to .Net 6, Angular 12 and Bootstrap 5/002 .Net 6 new features and how to update the project to use them.mp4162.6MB
  262. 20 - Updating to .Net 6, Angular 12 and Bootstrap 5/003 Updating Angular to v12.mp479.68MB
  263. 20 - Updating to .Net 6, Angular 12 and Bootstrap 5/004 How to update Bootstrap to v5.mp4157.02MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!

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

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