首页 磁力链接怎么用

[FreeCourseSite.com] Udemy - Complete guide to ASP.NET Core MVC (.NET 8) [E-Commerce App]

文件类型 收录时间 最后活跃 资源热度 文件大小 文件数量
视频 2023-10-3 15:30 2024-5-8 05:02 167 11.07 GB 400
二维码链接
[FreeCourseSite.com] Udemy - Complete guide to ASP.NET Core MVC (.NET 8) [E-Commerce App]的二维码
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
文件列表
  1. 01 - Welcome & Getting Started/001 Welcome.mp432.23MB
  2. 01 - Welcome & Getting Started/002 What we will Build.mp457.86MB
  3. 01 - Welcome & Getting Started/004 Dot Net Core Roadmap.mp418.14MB
  4. 01 - Welcome & Getting Started/006 Project Resources.mp415.33MB
  5. 01 - Welcome & Getting Started/008 Prerequisites.mp42.18MB
  6. 01 - Welcome & Getting Started/009 Tools Needed.mp42.31MB
  7. 01 - Welcome & Getting Started/010 Download .NET 8 and VS Preview.mp44.97MB
  8. 01 - Welcome & Getting Started/011 Course Overview.mp45.86MB
  9. 01 - Welcome & Getting Started/012 Create Project.mp47.85MB
  10. 01 - Welcome & Getting Started/013 Project File.mp411.64MB
  11. 01 - Welcome & Getting Started/014 Launch Settings.mp433.72MB
  12. 01 - Welcome & Getting Started/015 wwwroot and appsettings.mp413.05MB
  13. 01 - Welcome & Getting Started/016 Program File.mp418.68MB
  14. 01 - Welcome & Getting Started/017 MVC Architecture.mp410.24MB
  15. 01 - Welcome & Getting Started/018 Routing Overview.mp427.11MB
  16. 01 - Welcome & Getting Started/019 Routing in Action.mp448.5MB
  17. 01 - Welcome & Getting Started/020 Default Views.mp451.49MB
  18. 01 - Welcome & Getting Started/021 Go Easy on Yourself!.mp47.16MB
  19. 02 - Category CRUD Operations/001 Create Category Model.mp49.09MB
  20. 02 - Category CRUD Operations/002 Data Annotations.mp411.51MB
  21. 02 - Category CRUD Operations/003 Nuget Packages for Entity Framework Core.mp431.93MB
  22. 02 - Category CRUD Operations/004 Connection String.mp417.18MB
  23. 02 - Category CRUD Operations/005 Setup ApplicationDbContext.mp454.86MB
  24. 02 - Category CRUD Operations/006 Create Database.mp423.06MB
  25. 02 - Category CRUD Operations/007 Create Category Table.mp441.37MB
  26. 02 - Category CRUD Operations/008 Add Category Controller.mp424.65MB
  27. 02 - Category CRUD Operations/009 Add Category Link in Header.mp417.29MB
  28. 02 - Category CRUD Operations/010 Seed Category Table.mp432.92MB
  29. 02 - Category CRUD Operations/011 Get all Categories.mp434.92MB
  30. 02 - Category CRUD Operations/012 Hot Reload.mp49.8MB
  31. 02 - Category CRUD Operations/013 Display all Categories.mp430.22MB
  32. 02 - Category CRUD Operations/014 Bootswatch Theme and Bootstrap Icons.mp437.89MB
  33. 02 - Category CRUD Operations/015 Design Category List Page.mp411.43MB
  34. 02 - Category CRUD Operations/016 Create Category UI.mp438.38MB
  35. 02 - Category CRUD Operations/017 Input Tag Helpers.mp413.67MB
  36. 02 - Category CRUD Operations/018 Create Category.mp422.3MB
  37. 02 - Category CRUD Operations/019 Server Side Validations.mp443.13MB
  38. 02 - Category CRUD Operations/020 Custom Validations.mp416.86MB
  39. 02 - Category CRUD Operations/021 Asp Validation Summary.mp430.96MB
  40. 02 - Category CRUD Operations/022 Client Side Validation.mp430.91MB
  41. 02 - Category CRUD Operations/023 Edit and Delete Buttons.mp419.96MB
  42. 02 - Category CRUD Operations/024 Get Category Details to Edit.mp449.28MB
  43. 02 - Category CRUD Operations/025 Update Category.mp437.6MB
  44. 02 - Category CRUD Operations/026 Update Category in Action.mp413.81MB
  45. 02 - Category CRUD Operations/027 Get and Post Action for Delete Category.mp410.67MB
  46. 02 - Category CRUD Operations/028 Delete Category in Action.mp419.59MB
  47. 02 - Category CRUD Operations/029 TempData.mp411.1MB
  48. 02 - Category CRUD Operations/030 Partial Views.mp411.46MB
  49. 02 - Category CRUD Operations/031 Toastr Notification.mp433.35MB
  50. 03 - Razor Project/001 Create Razor Project.mp48.95MB
  51. 03 - Razor Project/002 What's Different in Razor Project.mp441.43MB
  52. 03 - Razor Project/003 Setup EF Core.mp429.54MB
  53. 03 - Razor Project/004 Create first Razor Page.mp410.82MB
  54. 03 - Razor Project/005 Display all Categories.mp445.76MB
  55. 03 - Razor Project/006 Create Category UI.mp432.09MB
  56. 03 - Razor Project/007 Create Category Post Handler.mp420.23MB
  57. 03 - Razor Project/008 Edit and Delete Category.mp465.77MB
  58. 03 - Razor Project/009 Toastr Notifications and Partial Views.mp423.88MB
  59. 04 - N-Tier Architecture/001 Create More Projects.mp48.56MB
  60. 04 - N-Tier Architecture/003 Modify Styling.mp464.72MB
  61. 04 - N-Tier Architecture/004 Modify UI of Category Pages.mp427.95MB
  62. 04 - N-Tier Architecture/005 N-Tier Architecture.mp496.92MB
  63. 04 - N-Tier Architecture/006 How to Reset Database.mp420.35MB
  64. 04 - N-Tier Architecture/007 Bonus - Dependency Injection Service Lifetimes.mp496.77MB
  65. 05 - Repository Pattern/001 IRepository Interface.mp431.46MB
  66. 05 - Repository Pattern/002 Implement Repository Interface.mp446.1MB
  67. 05 - Repository Pattern/003 Implement ICategoryRepository.mp48.31MB
  68. 05 - Repository Pattern/004 Implement Category Repository.mp412.98MB
  69. 05 - Repository Pattern/005 Replace DbContext with Category Repository.mp413.64MB
  70. 05 - Repository Pattern/006 How Easy is it to move to a Different Database.mp49.88MB
  71. 05 - Repository Pattern/007 Renaming Project and Solving Issues.mp460.51MB
  72. 05 - Repository Pattern/008 UnitOfWork Implementation.mp424.23MB
  73. 05 - Repository Pattern/009 UnitOfWork in Action.mp414.44MB
  74. 05 - Repository Pattern/010 Areas in .NET.mp447.45MB
  75. 05 - Repository Pattern/011 Dropdown in NavBar.mp414.73MB
  76. 06 - Product CRUD/001 Create Product Model.mp421.61MB
  77. 06 - Product CRUD/002 Seed Product and Assignment 1.mp414.85MB
  78. 06 - Product CRUD/003 Assignment 1 Solution - Product Repository and UnitOfWork.mp432.39MB
  79. 06 - Product CRUD/004 Assignment 2 - Product CRUD Operations.mp43.47MB
  80. 06 - Product CRUD/005 Assignment 2 Solution - Product CRUD Operations.mp474.99MB
  81. 06 - Product CRUD/006 Add Foreign Key in EF Core.mp444.96MB
  82. 06 - Product CRUD/007 Add Image Url Column.mp411.4MB
  83. 06 - Product CRUD/008 Projections in EF Core.mp425.58MB
  84. 06 - Product CRUD/009 Viewbag in Action.mp435.27MB
  85. 06 - Product CRUD/010 ViewData in Action.mp434.27MB
  86. 06 - Product CRUD/011 View Models in Action.mp4142.39MB
  87. 06 - Product CRUD/012 File Upload Input.mp410.33MB
  88. 06 - Product CRUD/013 Combine, Create, and Edit Pages.mp463.44MB
  89. 06 - Product CRUD/014 Rich Text Editor.mp428MB
  90. 06 - Product CRUD/015 Create Product.mp439.74MB
  91. 06 - Product CRUD/016 Display Image on Update.mp49.1MB
  92. 06 - Product CRUD/017 Handle Image on Update.mp428.2MB
  93. 06 - Product CRUD/018 Update Product Custom Code.mp462.92MB
  94. 06 - Product CRUD/019 Loading Navigation Properties.mp468.62MB
  95. 06 - Product CRUD/020 DataTables API.mp430.61MB
  96. 06 - Product CRUD/021 Load DataTables.mp462.06MB
  97. 06 - Product CRUD/022 Edit Product Link in DataTable.mp424.5MB
  98. 06 - Product CRUD/023 Delete Product.mp420.11MB
  99. 06 - Product CRUD/024 SweetAlerts.mp437.02MB
  100. 07 - Home and Details Page/001 Home Page.mp460.45MB
  101. 07 - Home and Details Page/002 Details Action Method.mp422.7MB
  102. 07 - Home and Details Page/003 Details UI.mp452.08MB
  103. 08 - Identity in .NET Core/001 Scaffold Identity.mp435.95MB
  104. 08 - Identity in .NET Core/002 Scaffold Identity Issue (NET8).mp415.7MB
  105. 08 - Identity in .NET Core/003 Understand what Got Added.mp459.9MB
  106. 08 - Identity in .NET Core/004 Add Identity Tables.mp439.21MB
  107. 08 - Identity in .NET Core/005 Extend Identity User.mp423.28MB
  108. 08 - Identity in .NET Core/006 Register a User.mp412.88MB
  109. 08 - Identity in .NET Core/007 Register an Application User.mp444.38MB
  110. 08 - Identity in .NET Core/008 Create Roles in Database.mp485.18MB
  111. 08 - Identity in .NET Core/009 Assign Roles on Registration.mp485.08MB
  112. 08 - Identity in .NET Core/010 Authorization in Project.mp463.84MB
  113. 08 - Identity in .NET Core/011 Update Login and Register UI.mp464.05MB
  114. 08 - Identity in .NET Core/012 Register Other Fields.mp484.06MB
  115. 08 - Identity in .NET Core/013 UI Bug.mp49.03MB
  116. 09 - Company CRUD/001 Why do we have a Company Role.mp46.46MB
  117. 09 - Company CRUD/002 Assignment 3.mp42.7MB
  118. 09 - Company CRUD/003 Assignment 3 Solution - Company CRUD Operations.mp454.84MB
  119. 09 - Company CRUD/004 Display Company Dropdown.mp437.09MB
  120. 09 - Company CRUD/005 Toggle Company Dropdown.mp47.21MB
  121. 09 - Company CRUD/006 Register Company User.mp414.51MB
  122. 10 - Shopping Cart/001 Add Shopping Cart Model.mp420.91MB
  123. 10 - Shopping Cart/002 Add Shopping Cart to Repository.mp46.33MB
  124. 10 - Shopping Cart/003 Add ApplicationUser Repository.mp46.67MB
  125. 10 - Shopping Cart/004 What will be Model for Details Page.mp427.44MB
  126. 10 - Shopping Cart/005 Add to Cart.mp456.01MB
  127. 10 - Shopping Cart/006 Fix Issue with Add to Cart.mp431.27MB
  128. 10 - Shopping Cart/007 A Weird Bug.mp448.87MB
  129. 10 - Shopping Cart/008 Shopping Cart UI.mp424.19MB
  130. 10 - Shopping Cart/009 Get Shopping Cart.mp441.56MB
  131. 10 - Shopping Cart/010 Get Order Total in Shopping Cart.mp432.77MB
  132. 10 - Shopping Cart/011 Dynamic Shopping Cart.mp427.58MB
  133. 10 - Shopping Cart/012 Update Quantity in Shopping Cart.mp442.5MB
  134. 10 - Shopping Cart/013 Order Summary UI.mp421.25MB
  135. 11 - Order Confrimation/001 Create Order Header and Details Model.mp446.23MB
  136. 11 - Order Confrimation/002 Add Order Header and Detail Repository.mp418.82MB
  137. 11 - Order Confrimation/003 Make ShoppingCartVM more Dynamic.mp423.03MB
  138. 11 - Order Confrimation/004 Summary GET Action Method.mp420.59MB
  139. 11 - Order Confrimation/005 Load Summary UI with Data.mp436.09MB
  140. 11 - Order Confrimation/006 Order Status.mp49.46MB
  141. 11 - Order Confrimation/007 Summary POST Action.mp462.4MB
  142. 11 - Order Confrimation/008 Place Order for Company Accounts.mp462.01MB
  143. 11 - Order Confrimation/009 Register for Stripe Account.mp45.14MB
  144. 11 - Order Confrimation/010 Configure Stripe in Project.mp444.56MB
  145. 11 - Order Confrimation/011 Add Helper Methods in Order Header Repository.mp418.91MB
  146. 11 - Order Confrimation/012 Stripe in Action.mp4100.7MB
  147. 11 - Order Confrimation/013 Confirm Stripe Payment.mp445.98MB
  148. 11 - Order Confrimation/014 Order Placed Successfully with Stripe.mp414.13MB
  149. 12 - Order Management/001 OrderVM and Order Controller.mp422.81MB
  150. 12 - Order Management/002 Order List UI.mp430.96MB
  151. 12 - Order Management/003 Add Status Filter.mp413.84MB
  152. 12 - Order Management/004 Make Status Selected Active.mp415.39MB
  153. 12 - Order Management/005 Demo - Filters in Order List.mp430.63MB
  154. 12 - Order Management/006 Order Details Get Action.mp421.74MB
  155. 12 - Order Management/007 Loading Order Details Header.mp490.37MB
  156. 12 - Order Management/008 Display Order Details.mp422.09MB
  157. 12 - Order Management/009 Update Order Details.mp452.47MB
  158. 12 - Order Management/010 Only Admin and Employee Can See all Orders.mp422.98MB
  159. 12 - Order Management/011 Order Processing Buttons Logic.mp429.62MB
  160. 12 - Order Management/012 Ship Order.mp485.56MB
  161. 12 - Order Management/013 Cancel Order.mp435.8MB
  162. 12 - Order Management/014 Process Delayed Payment.mp459.11MB
  163. 13 - Advance Concepts/001 Authorization.mp49.4MB
  164. 13 - Advance Concepts/002 Session in .NET Core.mp486.52MB
  165. 13 - Advance Concepts/003 Remove from Session and Bug.mp433.68MB
  166. 13 - Advance Concepts/004 Bug Solution and Logout.mp424.07MB
  167. 13 - Advance Concepts/005 Create View Component.mp427.84MB
  168. 13 - Advance Concepts/006 View Component in Action.mp432.36MB
  169. 13 - Advance Concepts/007 Facebook Social Login.mp421.44MB
  170. 13 - Advance Concepts/008 Facebook Login in Action.mp463.63MB
  171. 13 - Advance Concepts/009 Creating Admin and Employee Accounts.mp441.1MB
  172. 13 - Advance Concepts/010 Session Bug.mp48.2MB
  173. 14 - Deployment & Email/001 DBInitializer.mp419.82MB
  174. 14 - Deployment & Email/002 DBInitializer Implementation.mp438.8MB
  175. 14 - Deployment & Email/003 DBInitializer in Action.mp47.66MB
  176. 14 - Deployment & Email/004 SendGrid Email Setup.mp444.89MB
  177. 14 - Deployment & Email/005 SendGrid in Action.mp437.55MB
  178. 14 - Deployment & Email/006 Create Azure SQL Server and Database.mp433.22MB
  179. 14 - Deployment & Email/007 Downgrade to Net 7.mp426.81MB
  180. 14 - Deployment & Email/008 Azure Production Deployment.mp418.57MB
  181. 14 - Deployment & Email/009 Azure Deployment in Action.mp436.11MB
  182. 14 - Deployment & Email/010 Facebook Url.mp49.12MB
  183. 15 - User Management/001 Display User List.mp438.23MB
  184. 15 - User Management/002 Display Company Name.mp423.21MB
  185. 15 - User Management/003 Display Roles.mp434.91MB
  186. 15 - User Management/004 Lock Unlock Action Method.mp49.17MB
  187. 15 - User Management/005 Lock Unlock in Action.mp446.85MB
  188. 15 - User Management/006 Assignment 4 - User Role.mp44MB
  189. 15 - User Management/007 Assignment 4 Solution Part 1 - View Code.mp462.15MB
  190. 15 - User Management/008 Assignment 4 Solution Part 2 - Role Logic.mp431.8MB
  191. 16 - Multiple Product Image/001 Next Task.mp423.27MB
  192. 16 - Multiple Product Image/002 Remove ImageUrl from Product.mp426.7MB
  193. 16 - Multiple Product Image/003 Product Image Table.mp49.76MB
  194. 16 - Multiple Product Image/004 Add Product Image Repository.mp411.67MB
  195. 16 - Multiple Product Image/005 Upload Images on Product Upsert.mp461.8MB
  196. 16 - Multiple Product Image/006 Demo - Upload Images.mp410.49MB
  197. 16 - Multiple Product Image/007 Display Image on Update Product Page.mp427.01MB
  198. 16 - Multiple Product Image/008 Delete Image.mp431.1MB
  199. 16 - Multiple Product Image/009 Delete Product.mp422.96MB
  200. 16 - Multiple Product Image/010 Display Image in Shopping Cart.mp451.67MB
  201. 16 - Multiple Product Image/011 Bootstrap Carousel.mp474.86MB
  202. 16 - Multiple Product Image/012 Assignment 5 - User Controller.mp48.67MB
  203. 16 - Multiple Product Image/013 Assignment 5 Solution - User Controller.mp471.86MB
  204. 16 - Multiple Product Image/014 Microsoft Social Login.mp414.92MB
  205. 16 - Multiple Product Image/015 Upgrade .NET Version.mp433.31MB
  206. 16 - Multiple Product Image/016 Deploy Application to Azure using Visual Studio.mp445.92MB
  207. 17 - OLD COURSE (Will be removed in Aug 2023) - Introduction/001 Welcome.mp423.53MB
  208. 17 - OLD COURSE (Will be removed in Aug 2023) - Introduction/003 Live Preview.mp472.68MB
  209. 17 - OLD COURSE (Will be removed in Aug 2023) - Introduction/005 Tools Needed.mp41.43MB
  210. 17 - OLD COURSE (Will be removed in Aug 2023) - Introduction/006 Project Resources.mp416.61MB
  211. 17 - OLD COURSE (Will be removed in Aug 2023) - Introduction/007 Introduction to .NET Core.mp48.32MB
  212. 17 - OLD COURSE (Will be removed in Aug 2023) - Introduction/008 Dependency Injection.mp410.4MB
  213. 17 - OLD COURSE (Will be removed in Aug 2023) - Introduction/009 Create Project.mp428.22MB
  214. 17 - OLD COURSE (Will be removed in Aug 2023) - Introduction/010 Hot Reload.mp410.85MB
  215. 17 - OLD COURSE (Will be removed in Aug 2023) - Introduction/011 Project File.mp43.77MB
  216. 17 - OLD COURSE (Will be removed in Aug 2023) - Introduction/012 Launchsettings, wwwroot and appsettings.mp415.2MB
  217. 17 - OLD COURSE (Will be removed in Aug 2023) - Introduction/013 Program class file.mp418.94MB
  218. 17 - OLD COURSE (Will be removed in Aug 2023) - Introduction/014 MVC Arhcitecture.mp410.75MB
  219. 17 - OLD COURSE (Will be removed in Aug 2023) - Introduction/015 Routing Overview.mp417.05MB
  220. 17 - OLD COURSE (Will be removed in Aug 2023) - Introduction/016 Routing in Action.mp444.29MB
  221. 17 - OLD COURSE (Will be removed in Aug 2023) - Introduction/017 Default Views.mp430.36MB
  222. 17 - OLD COURSE (Will be removed in Aug 2023) - Introduction/018 Tag Helper.mp45.54MB
  223. 17 - OLD COURSE (Will be removed in Aug 2023) - Introduction/019 Action Result.mp49.86MB
  224. 18 - OLD COURSE (Will be removed in Aug 2023) MVC Basics - CRUD Operation/001 Create Category Model.mp49.31MB
  225. 18 - OLD COURSE (Will be removed in Aug 2023) MVC Basics - CRUD Operation/002 Add Data Annotations.mp45.53MB
  226. 18 - OLD COURSE (Will be removed in Aug 2023) MVC Basics - CRUD Operation/003 Add Connection String.mp413.97MB
  227. 18 - OLD COURSE (Will be removed in Aug 2023) MVC Basics - CRUD Operation/005 Add ApplicationDbContext.mp416.49MB
  228. 18 - OLD COURSE (Will be removed in Aug 2023) MVC Basics - CRUD Operation/006 Setup Program.cs to use DbContext.mp429.39MB
  229. 18 - OLD COURSE (Will be removed in Aug 2023) MVC Basics - CRUD Operation/007 Create Database.mp445.88MB
  230. 18 - OLD COURSE (Will be removed in Aug 2023) MVC Basics - CRUD Operation/008 Create Category Controller.mp412.56MB
  231. 18 - OLD COURSE (Will be removed in Aug 2023) MVC Basics - CRUD Operation/009 Retrieve all Categories.mp434.03MB
  232. 18 - OLD COURSE (Will be removed in Aug 2023) MVC Basics - CRUD Operation/010 Display all Categories.mp414.85MB
  233. 18 - OLD COURSE (Will be removed in Aug 2023) MVC Basics - CRUD Operation/011 Bootswatch Theme.mp448.26MB
  234. 18 - OLD COURSE (Will be removed in Aug 2023) MVC Basics - CRUD Operation/012 Bootstrap Icons.mp417.86MB
  235. 18 - OLD COURSE (Will be removed in Aug 2023) MVC Basics - CRUD Operation/013 Create Category View.mp422.37MB
  236. 18 - OLD COURSE (Will be removed in Aug 2023) MVC Basics - CRUD Operation/014 Demo - Create Category.mp417.84MB
  237. 18 - OLD COURSE (Will be removed in Aug 2023) MVC Basics - CRUD Operation/015 Server side Validations.mp417MB
  238. 18 - OLD COURSE (Will be removed in Aug 2023) MVC Basics - CRUD Operation/016 Custom Validation.mp413.63MB
  239. 18 - OLD COURSE (Will be removed in Aug 2023) MVC Basics - CRUD Operation/017 Add Client Side Validation.mp49.37MB
  240. 18 - OLD COURSE (Will be removed in Aug 2023) MVC Basics - CRUD Operation/018 Display Name and Range Validation.mp414.13MB
  241. 18 - OLD COURSE (Will be removed in Aug 2023) MVC Basics - CRUD Operation/019 Edit Category - GET.mp432.13MB
  242. 18 - OLD COURSE (Will be removed in Aug 2023) MVC Basics - CRUD Operation/020 Edit Category - POST.mp410.89MB
  243. 18 - OLD COURSE (Will be removed in Aug 2023) MVC Basics - CRUD Operation/021 Delete Category.mp425.26MB
  244. 18 - OLD COURSE (Will be removed in Aug 2023) MVC Basics - CRUD Operation/022 Tempdata.mp412.81MB
  245. 18 - OLD COURSE (Will be removed in Aug 2023) MVC Basics - CRUD Operation/023 Partial views.mp47.62MB
  246. 18 - OLD COURSE (Will be removed in Aug 2023) MVC Basics - CRUD Operation/024 Toastr Alerts.mp429.28MB
  247. 18 - OLD COURSE (Will be removed in Aug 2023) MVC Basics - CRUD Operation/025 Scaffold CRUD.mp411.84MB
  248. 19 - OLD COURSE (Will be removed in Aug 2023) Razor Pages - CRUD Operation/001 Introduction.mp42.48MB
  249. 19 - OLD COURSE (Will be removed in Aug 2023) Razor Pages - CRUD Operation/002 Create Project.mp422.65MB
  250. 19 - OLD COURSE (Will be removed in Aug 2023) Razor Pages - CRUD Operation/003 Whats different.mp41.6MB
  251. 19 - OLD COURSE (Will be removed in Aug 2023) Razor Pages - CRUD Operation/004 Razor Pages Introduction.mp41.97MB
  252. 19 - OLD COURSE (Will be removed in Aug 2023) Razor Pages - CRUD Operation/005 Pages in Razor Project.mp422.24MB
  253. 19 - OLD COURSE (Will be removed in Aug 2023) Razor Pages - CRUD Operation/006 Routing Overview.mp412.31MB
  254. 19 - OLD COURSE (Will be removed in Aug 2023) Razor Pages - CRUD Operation/007 Create Category Model.mp44.58MB
  255. 19 - OLD COURSE (Will be removed in Aug 2023) Razor Pages - CRUD Operation/008 Data Annotations.mp45.4MB
  256. 19 - OLD COURSE (Will be removed in Aug 2023) Razor Pages - CRUD Operation/009 Connection String.mp47.4MB
  257. 19 - OLD COURSE (Will be removed in Aug 2023) Razor Pages - CRUD Operation/010 ApplicationDbContext.mp410.04MB
  258. 19 - OLD COURSE (Will be removed in Aug 2023) Razor Pages - CRUD Operation/011 Program.cs Database Settings.mp413.58MB
  259. 19 - OLD COURSE (Will be removed in Aug 2023) Razor Pages - CRUD Operation/012 Create Database.mp424.33MB
  260. 19 - OLD COURSE (Will be removed in Aug 2023) Razor Pages - CRUD Operation/013 Categoeis Get Action Method.mp426MB
  261. 19 - OLD COURSE (Will be removed in Aug 2023) Razor Pages - CRUD Operation/014 Display all categories.mp423.39MB
  262. 19 - OLD COURSE (Will be removed in Aug 2023) Razor Pages - CRUD Operation/015 Add Create Category Button.mp48.25MB
  263. 19 - OLD COURSE (Will be removed in Aug 2023) Razor Pages - CRUD Operation/016 Create Category UI.mp47.7MB
  264. 19 - OLD COURSE (Will be removed in Aug 2023) Razor Pages - CRUD Operation/017 Create Property in Page Model.mp422.43MB
  265. 19 - OLD COURSE (Will be removed in Aug 2023) Razor Pages - CRUD Operation/018 Create Category and Bind Property.mp423.69MB
  266. 19 - OLD COURSE (Will be removed in Aug 2023) Razor Pages - CRUD Operation/019 Bootswatch.mp440.33MB
  267. 19 - OLD COURSE (Will be removed in Aug 2023) Razor Pages - CRUD Operation/020 Server Side Validations.mp430.57MB
  268. 19 - OLD COURSE (Will be removed in Aug 2023) Razor Pages - CRUD Operation/021 Custom Validations.mp413.58MB
  269. 19 - OLD COURSE (Will be removed in Aug 2023) Razor Pages - CRUD Operation/022 Display Name and Range Annotation.mp413.76MB
  270. 19 - OLD COURSE (Will be removed in Aug 2023) Razor Pages - CRUD Operation/023 Client Side Validations.mp426.78MB
  271. 19 - OLD COURSE (Will be removed in Aug 2023) Razor Pages - CRUD Operation/024 Links for Edit and Delete.mp412.84MB
  272. 19 - OLD COURSE (Will be removed in Aug 2023) Razor Pages - CRUD Operation/025 Edit Category.mp459.05MB
  273. 19 - OLD COURSE (Will be removed in Aug 2023) Razor Pages - CRUD Operation/026 Back to List.mp426.55MB
  274. 19 - OLD COURSE (Will be removed in Aug 2023) Razor Pages - CRUD Operation/027 Delete Category.mp422.65MB
  275. 19 - OLD COURSE (Will be removed in Aug 2023) Razor Pages - CRUD Operation/028 TempData.mp416.8MB
  276. 19 - OLD COURSE (Will be removed in Aug 2023) Razor Pages - CRUD Operation/029 Toastr.mp423.98MB
  277. 19 - OLD COURSE (Will be removed in Aug 2023) Razor Pages - CRUD Operation/030 Partial Views.mp432.25MB
  278. 19 - OLD COURSE (Will be removed in Aug 2023) Razor Pages - CRUD Operation/031 Scaffold CRUD Pages.mp48.6MB
  279. 19 - OLD COURSE (Will be removed in Aug 2023) Razor Pages - CRUD Operation/032 Back to Main Project.mp4970.96KB
  280. 20 - OLD COURSE (Will be removed in Aug 2023) N-Tier Architecture/001 Creating more Projects.mp44.36MB
  281. 20 - OLD COURSE (Will be removed in Aug 2023) N-Tier Architecture/002 N Tier Architecture.mp445.23MB
  282. 20 - OLD COURSE (Will be removed in Aug 2023) N-Tier Architecture/003 HelpTip 1 - How to handle corrupted migrations.mp413MB
  283. 20 - OLD COURSE (Will be removed in Aug 2023) N-Tier Architecture/004 Bootswatch Theme.mp411.87MB
  284. 21 - OLD COURSE (Will be removed in Aug 2023) Repository Pattern/001 Introduction to Repository.mp410.78MB
  285. 21 - OLD COURSE (Will be removed in Aug 2023) Repository Pattern/002 Repository Overview.mp42.85MB
  286. 21 - OLD COURSE (Will be removed in Aug 2023) Repository Pattern/003 Repository Pattern Detailed Flow.mp418.66MB
  287. 21 - OLD COURSE (Will be removed in Aug 2023) Repository Pattern/004 Repository Pattern Architecture.mp49.52MB
  288. 21 - OLD COURSE (Will be removed in Aug 2023) Repository Pattern/005 IRepository Interface.mp450.32MB
  289. 21 - OLD COURSE (Will be removed in Aug 2023) Repository Pattern/006 Implement IRepository.mp429.22MB
  290. 21 - OLD COURSE (Will be removed in Aug 2023) Repository Pattern/007 Category Repository Interface.mp49.61MB
  291. 21 - OLD COURSE (Will be removed in Aug 2023) Repository Pattern/008 Implement Category Repository.mp415.29MB
  292. 21 - OLD COURSE (Will be removed in Aug 2023) Repository Pattern/009 Replace DbContext with Category Repository.mp439.89MB
  293. 21 - OLD COURSE (Will be removed in Aug 2023) Repository Pattern/010 Implementing Unit of Work.mp413.82MB
  294. 21 - OLD COURSE (Will be removed in Aug 2023) Repository Pattern/011 UnitOfWork in Action.mp417.39MB
  295. 21 - OLD COURSE (Will be removed in Aug 2023) Repository Pattern/012 Assignment 1 - Cover Type Repository.mp42.97MB
  296. 21 - OLD COURSE (Will be removed in Aug 2023) Repository Pattern/013 Assignment 1 Solution - Cover Type Repository.mp416.43MB
  297. 21 - OLD COURSE (Will be removed in Aug 2023) Repository Pattern/014 Areas in .NET Core.mp414.92MB
  298. 21 - OLD COURSE (Will be removed in Aug 2023) Repository Pattern/015 Areas in Action.mp423.09MB
  299. 21 - OLD COURSE (Will be removed in Aug 2023) Repository Pattern/016 Assignment 2 - Cover Type Controller and Views.mp42.8MB
  300. 21 - OLD COURSE (Will be removed in Aug 2023) Repository Pattern/017 Assignment 2 Solution - Cover Type Controller and Views.mp424.79MB
  301. 21 - OLD COURSE (Will be removed in Aug 2023) Repository Pattern/018 Dropdown in Navigation.mp411.38MB
  302. 22 - OLD COURSE (Will be removed in Aug 2023) Product Management/001 Create Product Model.mp422.61MB
  303. 22 - OLD COURSE (Will be removed in Aug 2023) Product Management/002 Create Product Table.mp43.28MB
  304. 22 - OLD COURSE (Will be removed in Aug 2023) Product Management/003 Product Repository.mp416.69MB
  305. 22 - OLD COURSE (Will be removed in Aug 2023) Product Management/004 Create Product Controller.mp422.19MB
  306. 22 - OLD COURSE (Will be removed in Aug 2023) Product Management/005 Product Get Action UI.mp418.82MB
  307. 22 - OLD COURSE (Will be removed in Aug 2023) Product Management/006 Projections using Select.mp419.18MB
  308. 22 - OLD COURSE (Will be removed in Aug 2023) Product Management/007 View Bag in .NET Core.mp414.57MB
  309. 22 - OLD COURSE (Will be removed in Aug 2023) Product Management/008 ViewData in .NET Core.mp426.05MB
  310. 22 - OLD COURSE (Will be removed in Aug 2023) Product Management/009 View Models.mp452.32MB
  311. 22 - OLD COURSE (Will be removed in Aug 2023) Product Management/010 Add File Upload.mp416.92MB
  312. 22 - OLD COURSE (Will be removed in Aug 2023) Product Management/011 Sweetalerts.mp427.3MB
  313. 22 - OLD COURSE (Will be removed in Aug 2023) Product Management/012 Create First Product.mp474.61MB
  314. 22 - OLD COURSE (Will be removed in Aug 2023) Product Management/013 Add API EndPoint for DataTable.mp420.15MB
  315. 22 - OLD COURSE (Will be removed in Aug 2023) Product Management/014 Loading Datatables.mp415.69MB
  316. 22 - OLD COURSE (Will be removed in Aug 2023) Product Management/015 Include Properties.mp435.03MB
  317. 22 - OLD COURSE (Will be removed in Aug 2023) Product Management/016 Render Html in datatables.mp412.13MB
  318. 22 - OLD COURSE (Will be removed in Aug 2023) Product Management/017 Load Product on Upsert Get.mp411.3MB
  319. 22 - OLD COURSE (Will be removed in Aug 2023) Product Management/018 Update Product.mp412.55MB
  320. 22 - OLD COURSE (Will be removed in Aug 2023) Product Management/019 Update Book Images.mp449.18MB
  321. 22 - OLD COURSE (Will be removed in Aug 2023) Product Management/020 Delete API Endpoint.mp417.14MB
  322. 22 - OLD COURSE (Will be removed in Aug 2023) Product Management/021 Delete Product.mp423.1MB
  323. 22 - OLD COURSE (Will be removed in Aug 2023) Product Management/022 Tinymce Editor.mp410.71MB
  324. 23 - OLD COURSE (Will be removed in Aug 2023) Home Page/001 Home Page.mp423.25MB
  325. 23 - OLD COURSE (Will be removed in Aug 2023) Home Page/002 Lux theme.mp44.25MB
  326. 23 - OLD COURSE (Will be removed in Aug 2023) Home Page/003 Details Action Method.mp416.46MB
  327. 23 - OLD COURSE (Will be removed in Aug 2023) Home Page/004 Details UI.mp435.24MB
  328. 24 - OLD COURSE (Will be removed in Aug 2023) Identity Management/002 Scaffold Identity.mp446.98MB
  329. 24 - OLD COURSE (Will be removed in Aug 2023) Identity Management/003 Scaffold Identity Workaround.mp480.19MB
  330. 24 - OLD COURSE (Will be removed in Aug 2023) Identity Management/004 What got Added with Identity.mp443.9MB
  331. 24 - OLD COURSE (Will be removed in Aug 2023) Identity Management/005 Add Identity Tables.mp429.73MB
  332. 24 - OLD COURSE (Will be removed in Aug 2023) Identity Management/006 Identity Bugs with Scaffolded Pages.mp410.12MB
  333. 24 - OLD COURSE (Will be removed in Aug 2023) Identity Management/007 Register and Login in Action.mp415.27MB
  334. 24 - OLD COURSE (Will be removed in Aug 2023) Identity Management/008 Add More fileds to Identity Table.mp432.95MB
  335. 24 - OLD COURSE (Will be removed in Aug 2023) Identity Management/009 Assignment 3 - Company CRUD.mp42.44MB
  336. 24 - OLD COURSE (Will be removed in Aug 2023) Identity Management/010 Assignment 3 - Solution Company CRUD.mp476.78MB
  337. 24 - OLD COURSE (Will be removed in Aug 2023) Identity Management/011 Add Roles to Application.mp414.23MB
  338. 24 - OLD COURSE (Will be removed in Aug 2023) Identity Management/012 Create Roles for Website.mp473.57MB
  339. 24 - OLD COURSE (Will be removed in Aug 2023) Identity Management/013 Add more fields on Register UI.mp460.23MB
  340. 24 - OLD COURSE (Will be removed in Aug 2023) Identity Management/014 Display all Roles in Dropdown.mp429.47MB
  341. 24 - OLD COURSE (Will be removed in Aug 2023) Identity Management/015 Register User with Roles.mp428.31MB
  342. 24 - OLD COURSE (Will be removed in Aug 2023) Identity Management/016 Company Dropdown.mp431.7MB
  343. 24 - OLD COURSE (Will be removed in Aug 2023) Identity Management/017 Toggle Company Dropdown.mp417.16MB
  344. 24 - OLD COURSE (Will be removed in Aug 2023) Identity Management/018 Register Company User.mp412.27MB
  345. 25 - OLD COURSE (Will be removed in Aug 2023) Shopping Cart/001 Add Shopping Cart Table to Database.mp415.81MB
  346. 25 - OLD COURSE (Will be removed in Aug 2023) Shopping Cart/002 Add Shopping Cart and Application User Repository.mp410.74MB
  347. 25 - OLD COURSE (Will be removed in Aug 2023) Shopping Cart/003 Add Items to Shopping Cart.mp483.29MB
  348. 25 - OLD COURSE (Will be removed in Aug 2023) Shopping Cart/004 Add items to existing cart.mp421.17MB
  349. 25 - OLD COURSE (Will be removed in Aug 2023) Shopping Cart/005 Configure Application Cookie.mp413.92MB
  350. 25 - OLD COURSE (Will be removed in Aug 2023) Shopping Cart/006 Shopping Cart UI.mp421.78MB
  351. 25 - OLD COURSE (Will be removed in Aug 2023) Shopping Cart/007 Load Shopping Cart List in Get Action.mp441.77MB
  352. 25 - OLD COURSE (Will be removed in Aug 2023) Shopping Cart/008 Price calculation based on quantity.mp459MB
  353. 25 - OLD COURSE (Will be removed in Aug 2023) Shopping Cart/009 Cart Total.mp45.79MB
  354. 25 - OLD COURSE (Will be removed in Aug 2023) Shopping Cart/010 Updating Quantity in Shopping Cart.mp416.91MB
  355. 25 - OLD COURSE (Will be removed in Aug 2023) Shopping Cart/011 Cart Summary UI.mp47.55MB
  356. 26 - OLD COURSE (Will be removed in Aug 2023) Order Creation/001 Create Order Header and Details Model.mp421.22MB
  357. 26 - OLD COURSE (Will be removed in Aug 2023) Order Creation/002 Add Order Header and Detail to UnitOfWork.mp419.82MB
  358. 26 - OLD COURSE (Will be removed in Aug 2023) Order Creation/003 Summary GET Action Method.mp436.93MB
  359. 26 - OLD COURSE (Will be removed in Aug 2023) Order Creation/004 Load Summary UI with data.mp433.4MB
  360. 26 - OLD COURSE (Will be removed in Aug 2023) Order Creation/005 Summary POST Action Method.mp447.35MB
  361. 26 - OLD COURSE (Will be removed in Aug 2023) Order Creation/006 Create Order.mp436.17MB
  362. 26 - OLD COURSE (Will be removed in Aug 2023) Order Creation/007 Create Stripe Account.mp44.75MB
  363. 26 - OLD COURSE (Will be removed in Aug 2023) Order Creation/008 Stripe Secrets Configuration.mp451.52MB
  364. 26 - OLD COURSE (Will be removed in Aug 2023) Order Creation/009 Call Stripe from Summary Page.mp436.99MB
  365. 26 - OLD COURSE (Will be removed in Aug 2023) Order Creation/010 Save Stripe Session ID and Payment Intent ID.mp427.06MB
  366. 26 - OLD COURSE (Will be removed in Aug 2023) Order Creation/011 Order Confirmation.mp426.02MB
  367. 26 - OLD COURSE (Will be removed in Aug 2023) Order Creation/012 Payments in Action.mp437.03MB
  368. 27 - OLD COURSE (Will be removed in Aug 2023) Order Management/001 Flow for company user.mp45.98MB
  369. 27 - OLD COURSE (Will be removed in Aug 2023) Order Management/002 Place Order for Company User.mp437.86MB
  370. 27 - OLD COURSE (Will be removed in Aug 2023) Order Management/003 OrderVM and Retrieve all Orders.mp415.47MB
  371. 27 - OLD COURSE (Will be removed in Aug 2023) Order Management/004 Display all Orders.mp423.46MB
  372. 27 - OLD COURSE (Will be removed in Aug 2023) Order Management/005 Add Status Filter on Order List.mp411.51MB
  373. 27 - OLD COURSE (Will be removed in Aug 2023) Order Management/006 Toggle UI For Status based on Selection.mp416.13MB
  374. 27 - OLD COURSE (Will be removed in Aug 2023) Order Management/007 Demo - Filters in Order List.mp422.49MB
  375. 27 - OLD COURSE (Will be removed in Aug 2023) Order Management/008 Role based order display.mp412.59MB
  376. 27 - OLD COURSE (Will be removed in Aug 2023) Order Management/009 Order Details Get Action.mp410.12MB
  377. 27 - OLD COURSE (Will be removed in Aug 2023) Order Management/010 Loading Order Details Header.mp465.15MB
  378. 27 - OLD COURSE (Will be removed in Aug 2023) Order Management/011 Display Order Details.mp49.38MB
  379. 27 - OLD COURSE (Will be removed in Aug 2023) Order Management/012 Order Processing Buttons Logic.mp49.49MB
  380. 27 - OLD COURSE (Will be removed in Aug 2023) Order Management/013 Update Order Details and EF Core Tracking.mp482.66MB
  381. 27 - OLD COURSE (Will be removed in Aug 2023) Order Management/014 Ship Order.mp435.34MB
  382. 27 - OLD COURSE (Will be removed in Aug 2023) Order Management/015 Cancel Order.mp462.3MB
  383. 27 - OLD COURSE (Will be removed in Aug 2023) Order Management/016 Cancel Order Issue - PaymentIntentId Null.mp416.75MB
  384. 27 - OLD COURSE (Will be removed in Aug 2023) Order Management/017 Delayed Payment.mp477.9MB
  385. 28 - OLD COURSE (Will be removed in Aug 2023) MVC Advance Concepts/001 Authorization.mp437.03MB
  386. 28 - OLD COURSE (Will be removed in Aug 2023) MVC Advance Concepts/002 Email Sender using MimeKit and MailKit.mp437.69MB
  387. 28 - OLD COURSE (Will be removed in Aug 2023) MVC Advance Concepts/003 Test Email Sender.mp455.56MB
  388. 28 - OLD COURSE (Will be removed in Aug 2023) MVC Advance Concepts/004 SendGrid.mp426.89MB
  389. 28 - OLD COURSE (Will be removed in Aug 2023) MVC Advance Concepts/005 Session in Action.mp459.13MB
  390. 28 - OLD COURSE (Will be removed in Aug 2023) MVC Advance Concepts/006 Remove From Session.mp418.88MB
  391. 28 - OLD COURSE (Will be removed in Aug 2023) MVC Advance Concepts/007 View Component Code.mp420.05MB
  392. 28 - OLD COURSE (Will be removed in Aug 2023) MVC Advance Concepts/008 View Component in Action.mp419.55MB
  393. 28 - OLD COURSE (Will be removed in Aug 2023) MVC Advance Concepts/009 FaceBook Login.mp418.46MB
  394. 28 - OLD COURSE (Will be removed in Aug 2023) MVC Advance Concepts/010 Demo - Facebook Login.mp457.73MB
  395. 28 - OLD COURSE (Will be removed in Aug 2023) MVC Advance Concepts/011 Hide Roles from Registration.mp452.66MB
  396. 28 - OLD COURSE (Will be removed in Aug 2023) MVC Advance Concepts/012 Session Bug.mp410.31MB
  397. 29 - OLD COURSE (Will be removed in Aug 2023) Seed Database and Azure Deployment/001 DbInitializer Interface.mp417.41MB
  398. 29 - OLD COURSE (Will be removed in Aug 2023) Seed Database and Azure Deployment/002 Implement DbInitializer.mp448.41MB
  399. 29 - OLD COURSE (Will be removed in Aug 2023) Seed Database and Azure Deployment/003 Azure Database.mp411.48MB
  400. 29 - OLD COURSE (Will be removed in Aug 2023) Seed Database and Azure Deployment/004 Azure Deployment.mp423.16MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!

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

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