首页 磁力链接怎么用

[GigaCourse.Com] Udemy - Complete Blazor (WASM & Server) and ASP.NET API Development

文件类型 收录时间 最后活跃 资源热度 文件大小 文件数量
视频 2023-3-16 17:34 2024-6-2 15:24 126 9.51 GB 133
二维码链接
[GigaCourse.Com] Udemy - Complete Blazor (WASM & Server) and ASP.NET API Development的二维码
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
文件列表
  1. 01 - Introduction/001 Introduction.mp410.04MB
  2. 02 - Environment Configuration and Account Setup/001 Install Visual Studio 2022 Community Edition.mp413.42MB
  3. 02 - Environment Configuration and Account Setup/002 ALTERNATIVE - Install Visual Studio 2019 Community Edition - .NET 5.mp469.34MB
  4. 02 - Environment Configuration and Account Setup/003 Install SQL Server Express Edition.mp412.2MB
  5. 02 - Environment Configuration and Account Setup/004 Create a GitHub Account.mp411.1MB
  6. 02 - Environment Configuration and Account Setup/005 Install and Explore PostMan.mp424.98MB
  7. 03 - Project Setup and Configurations/001 Create .NET 6 Web API Project.mp48.47MB
  8. 03 - Project Setup and Configurations/002 Tour of Project Structure and Files.mp412.48MB
  9. 03 - Project Setup and Configurations/003 Configure Logging using Serilog.mp497.47MB
  10. 03 - Project Setup and Configurations/004 CORS Configuration.mp425.1MB
  11. 03 - Project Setup and Configurations/005 Review and Add Changes to GitHub.mp47.89MB
  12. 04 - Setup and Scaffold Database/001 Create Database in SQL Server.mp418.67MB
  13. 04 - Setup and Scaffold Database/002 Scaffold Database.mp4110.38MB
  14. 04 - Setup and Scaffold Database/003 Review and Add Changes to GitHub.mp42.94MB
  15. 05 - Setup Author API Controller and Functionality/001 Section Overview.mp42.93MB
  16. 05 - Setup Author API Controller and Functionality/002 Setup API Controller.mp487.11MB
  17. 05 - Setup Author API Controller and Functionality/003 Setup AutoMapper and DTOs.mp4135.77MB
  18. 05 - Setup Author API Controller and Functionality/004 Add Logging to Controller.mp440.71MB
  19. 05 - Setup Author API Controller and Functionality/005 Review and Add Changes to GitHub.mp44.94MB
  20. 06 - Setup Book API Controller and Functionality/001 Section Overview.mp43.54MB
  21. 06 - Setup Book API Controller and Functionality/002 Setup API Controller.mp410.38MB
  22. 06 - Setup Book API Controller and Functionality/003 Setup AutoMapper and DTOs.mp4128.61MB
  23. 06 - Setup Book API Controller and Functionality/004 Review and Add Changes to GitHub.mp410.51MB
  24. 07 - Configure Identity and JWT Authentication/001 Section Overview.mp42.46MB
  25. 07 - Configure Identity and JWT Authentication/002 Add Identity Core Libraries and Tables to API.mp478.15MB
  26. 07 - Configure Identity and JWT Authentication/003 Add Custom Fields to User Table.mp412.21MB
  27. 07 - Configure Identity and JWT Authentication/004 Seed Test Users and Roles.mp485.77MB
  28. 07 - Configure Identity and JWT Authentication/005 Setup Authentication Controller.mp4111.18MB
  29. 07 - Configure Identity and JWT Authentication/006 Setup JSON Web Tokens (JWT) Authentication - Part 1.mp451.31MB
  30. 07 - Configure Identity and JWT Authentication/007 Setup JSON Web Tokens (JWT) Authentication - Part 2.mp4152.4MB
  31. 07 - Configure Identity and JWT Authentication/008 Setup Controller and Action Authorizations.mp447.62MB
  32. 07 - Configure Identity and JWT Authentication/009 Review and Add Changes to GitHub.mp414.69MB
  33. 08 - Create Blazor Server Client App/001 Section Overview.mp429.94MB
  34. 08 - Create Blazor Server Client App/002 Create and Understand Blazor Project Structure.mp457.8MB
  35. 08 - Create Blazor Server Client App/003 Setup HTTP Client Using NSwag Studio.mp497.41MB
  36. 08 - Create Blazor Server Client App/004 Setup User Registration.mp4182.19MB
  37. 08 - Create Blazor Server Client App/005 Setup User Login - Part 1.mp4148.66MB
  38. 08 - Create Blazor Server Client App/006 Setup User Login - Part 2.mp497.88MB
  39. 08 - Create Blazor Server Client App/007 Review and Add Changes to GitHub.mp419.84MB
  40. 09 - Author Management Blazor UI/001 Section Overview.mp41.82MB
  41. 09 - Author Management Blazor UI/002 Setup Authors Index.mp492.88MB
  42. 09 - Author Management Blazor UI/003 Extend HTTP Client.mp4134.05MB
  43. 09 - Author Management Blazor UI/004 Setup Create Author Component.mp4119.05MB
  44. 09 - Author Management Blazor UI/005 Setup Update Author Component.mp497.26MB
  45. 09 - Author Management Blazor UI/006 Setup View Author Component.mp4146.16MB
  46. 09 - Author Management Blazor UI/007 Delete Author with JavaScript Interop.mp435.73MB
  47. 09 - Author Management Blazor UI/008 Add Authorization Restrictions.mp446.65MB
  48. 09 - Author Management Blazor UI/009 Review and Add Changes to GitHub.mp46.47MB
  49. 10 - Book Management Blazor UI/001 Section Overview.mp42.5MB
  50. 10 - Book Management Blazor UI/002 Setup Book Management Service Methods.mp411.62MB
  51. 10 - Book Management Blazor UI/003 Setup Books Index Component (With Delete Functionality).mp455.53MB
  52. 10 - Book Management Blazor UI/004 Setup Create Book Component w File Upload - Part 1.mp4127.64MB
  53. 10 - Book Management Blazor UI/005 Setup Create Book Component w File Upload - Part 2.mp4143.94MB
  54. 10 - Book Management Blazor UI/006 Setup View Book Component.mp428.44MB
  55. 10 - Book Management Blazor UI/007 Setup Update Book Component.mp4163.9MB
  56. 10 - Book Management Blazor UI/008 Review and Add Changes to GitHub.mp47.17MB
  57. 11 - Create Blazor WebAssembly Client App/001 Blazor WebAssembly Introduction.mp41.72MB
  58. 11 - Create Blazor WebAssembly Client App/002 Tour Blazor WebAssembly Project.mp420.31MB
  59. 11 - Create Blazor WebAssembly Client App/003 Transferring Blazor Server Code to Blazor WebAssembly.mp498.94MB
  60. 11 - Create Blazor WebAssembly Client App/004 Progressive Web Application.mp432.29MB
  61. 11 - Create Blazor WebAssembly Client App/005 Review and Add Changes to GitHub.mp41004.1KB
  62. 12 - UI and Architectural Considerations/001 Implement Repository Pattern.mp4124.57MB
  63. 12 - UI and Architectural Considerations/002 Virtualization.mp4274.69MB
  64. 13 - Project Setup and Configurations - OLD COURSE/001 Create .Net Core Web API Project.mp427.97MB
  65. 13 - Project Setup and Configurations - OLD COURSE/002 Tour of Project Structure and Files.mp467.81MB
  66. 13 - Project Setup and Configurations - OLD COURSE/004 Configuring and Using Swagger UI.mp4119.25MB
  67. 13 - Project Setup and Configurations - OLD COURSE/005 Configure Logging using NLog.mp494.38MB
  68. 13 - Project Setup and Configurations - OLD COURSE/006 CORS Configuration.mp421.54MB
  69. 13 - Project Setup and Configurations - OLD COURSE/007 Review and Add Changes to GitHub.mp417.72MB
  70. 14 - Implement Database and Repository Pattern - OLD COURSE/001 Create Database in SQL Server.mp436.62MB
  71. 14 - Implement Database and Repository Pattern - OLD COURSE/002 Implement Data Classes and Entity Framework.mp460.98MB
  72. 14 - Implement Database and Repository Pattern - OLD COURSE/004 Setup AutoMapper and DTOs.mp442.88MB
  73. 14 - Implement Database and Repository Pattern - OLD COURSE/005 Review and Add Changes to GitHub.mp44.54MB
  74. 15 - Setup Author API - OLD COURSE/001 Setup Repository and Service.mp481.91MB
  75. 15 - Setup Author API - OLD COURSE/003 Setup API Controller.mp434.01MB
  76. 15 - Setup Author API - OLD COURSE/004 Setup GET Endpoints.mp4136.98MB
  77. 15 - Setup Author API - OLD COURSE/005 Setup CREATE Endpoint.mp4193.9MB
  78. 15 - Setup Author API - OLD COURSE/006 Setup UPDATE Endpoint.mp4163.49MB
  79. 15 - Setup Author API - OLD COURSE/008 Setup DELETE Endpoint.mp465.82MB
  80. 15 - Setup Author API - OLD COURSE/009 Review and Add Changes to GitHub.mp49.63MB
  81. 16 - Setup Book API - OLD COURSE/001 Setup Repository and Service.mp447.89MB
  82. 16 - Setup Book API - OLD COURSE/002 Setup API Controller.mp49.45MB
  83. 16 - Setup Book API - OLD COURSE/003 Setup GET Endpoints.mp4106.53MB
  84. 16 - Setup Book API - OLD COURSE/004 Setup CREATE Endpoint.mp4168.07MB
  85. 16 - Setup Book API - OLD COURSE/005 Setup UPDATE Endpoint.mp4125.55MB
  86. 16 - Setup Book API - OLD COURSE/007 Setup DELETE Endpoint.mp476.94MB
  87. 16 - Setup Book API - OLD COURSE/008 Review and Add Changes to GitHub.mp410.14MB
  88. 17 - Configure Authentication and Identity - OLD COURSE/001 Scaffold Identity Tables to Existing Database.mp432.41MB
  89. 17 - Configure Authentication and Identity - OLD COURSE/002 Seed Test Users and Roles.mp4160.67MB
  90. 17 - Configure Authentication and Identity - OLD COURSE/003 Setup Users Controller.mp4115.02MB
  91. 17 - Configure Authentication and Identity - OLD COURSE/005 Setup JSON Web Tokens (JWT) Authentication.mp4281.75MB
  92. 17 - Configure Authentication and Identity - OLD COURSE/006 Setup Controller and Action Authorizations.mp4135.15MB
  93. 17 - Configure Authentication and Identity - OLD COURSE/007 Review and Add Changes to GitHub.mp464.96MB
  94. 18 - Create Book Store UI Project - Blazor Server - OLD COURSE/001 Create and Understand Blazor Project Structure.mp467.72MB
  95. 18 - Create Book Store UI Project - Blazor Server - OLD COURSE/003 Setup HTTP Client And Service Repositories.mp4106.3MB
  96. 18 - Create Book Store UI Project - Blazor Server - OLD COURSE/004 Setup User Registration API Endpoint.mp4168.12MB
  97. 18 - Create Book Store UI Project - Blazor Server - OLD COURSE/005 Setup User Registration Form.mp4268.37MB
  98. 18 - Create Book Store UI Project - Blazor Server - OLD COURSE/006 Setup User Login - Extend Blazor Authentication Provider.mp4360.52MB
  99. 18 - Create Book Store UI Project - Blazor Server - OLD COURSE/007 Setup User Login - Form and Logic.mp4189.09MB
  100. 18 - Create Book Store UI Project - Blazor Server - OLD COURSE/008 Review and Add Changes to GitHub.mp414.52MB
  101. 19 - Author Management Blazor UI - OLD COURSE/001 Setup Author Repository and Service.mp428.14MB
  102. 19 - Author Management Blazor UI - OLD COURSE/002 Setup List Authors.mp4150.13MB
  103. 19 - Author Management Blazor UI - OLD COURSE/003 Setup View Author.mp493.83MB
  104. 19 - Author Management Blazor UI - OLD COURSE/004 Setup Update Author.mp4179.12MB
  105. 19 - Author Management Blazor UI - OLD COURSE/005 Setup Delete Author.mp428.11MB
  106. 19 - Author Management Blazor UI - OLD COURSE/006 Setup Create Author.mp450.62MB
  107. 19 - Author Management Blazor UI - OLD COURSE/007 Essential Layout Fixes and Additions.mp442.78MB
  108. 19 - Author Management Blazor UI - OLD COURSE/008 Fix Author-Book JSON Response.mp414.44MB
  109. 19 - Author Management Blazor UI - OLD COURSE/009 Review and Add Changes to GitHub.mp419.96MB
  110. 20 - Book Management Blazor UI - OLD COURSE/001 Setup Book Repository and Service.mp47.62MB
  111. 20 - Book Management Blazor UI - OLD COURSE/002 Setup List Books.mp4128.45MB
  112. 20 - Book Management Blazor UI - OLD COURSE/003 Setup View Book.mp437MB
  113. 20 - Book Management Blazor UI - OLD COURSE/004 Setup Create Book - Part 1.mp4114.87MB
  114. 20 - Book Management Blazor UI - OLD COURSE/005 Setup Create Book - Part 2.mp467.89MB
  115. 20 - Book Management Blazor UI - OLD COURSE/007 Setup Update Book.mp467.64MB
  116. 20 - Book Management Blazor UI - OLD COURSE/008 Setup Delete Book.mp412.57MB
  117. 20 - Book Management Blazor UI - OLD COURSE/009 Essential Layout Fixes and Additions.mp429.8MB
  118. 20 - Book Management Blazor UI - OLD COURSE/010 Review and Add Changes to GitHub.mp44.3MB
  119. 21 - Blazor WebAssembly/001 Blazor WebAssembly Introduction.mp435.06MB
  120. 21 - Blazor WebAssembly/002 Transferring Blazor Server Code to Blazor WASM.mp465.9MB
  121. 21 - Blazor WebAssembly/003 Modify Code for Blazor WebAssembly.mp4138.32MB
  122. 21 - Blazor WebAssembly/004 Essential Layout Fixes and Additions.mp448.08MB
  123. 21 - Blazor WebAssembly/005 File Upload Support (Create and View).mp4235.23MB
  124. 21 - Blazor WebAssembly/006 File Upload Support (List and Edit).mp4139.15MB
  125. 21 - Blazor WebAssembly/007 Progressive Web Application.mp430.07MB
  126. 21 - Blazor WebAssembly/008 Review and Add Changes to GitHub.mp419.64MB
  127. 22 - Upgrade From ASP.NET Core 3.1 To .NET 5/001 Migrate Project to .NET 5.mp493.56MB
  128. 22 - Upgrade From ASP.NET Core 3.1 To .NET 5/003 Fix File Upload - Remove BlazoredInputFile.mp4159.5MB
  129. 23 - Deploy to Azure/001 Essential Code and Configuration Fixes.mp427.17MB
  130. 23 - Deploy to Azure/002 Create Microsoft Azure Account.mp423.82MB
  131. 23 - Deploy to Azure/003 Deploy Book Store API and Database.mp456.95MB
  132. 23 - Deploy to Azure/004 Deploy Blazor Server To Web App Service.mp48.02MB
  133. 23 - Deploy to Azure/005 Deploy Blazor WebAssembly To Azure Web App Service.mp479.82MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!

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

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