Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Master ASP.NET MVC Core 3.1, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:02:37
    Welcome
  • Урок 2. 00:03:28
    Live Preview
  • Урок 3. 00:04:21
    Evolution of asp.net core and advantages 3
  • Урок 4. 00:03:18
    Project 1 - Book List Demo
  • Урок 5. 00:12:27
    Project 2 - Spice Demo
  • Урок 6. 00:01:36
    Project Resources
  • Урок 7. 00:01:31
    Tools Needed
  • Урок 8. 00:00:43
    Introduction
  • Урок 9. 00:02:23
    Create New Project
  • Урок 10. 00:03:35
    Csproj file
  • Урок 11. 00:02:06
    Launchsettings.json New
  • Урок 12. 00:01:54
    wwwroot
  • Урок 13. 00:03:14
    Razor Pages
  • Урок 14. 00:04:30
    Pages Folder
  • Урок 15. 00:05:18
    Routing in Razor Pages
  • Урок 16. 00:03:21
    Tag Helpers
  • Урок 17. 00:02:58
    Action Result in Razor
  • Урок 18. 00:02:33
    Main Method
  • Урок 19. 00:03:12
    Startup 1
  • Урок 20. 00:04:08
    Startup 2
  • Урок 21. 00:04:21
    Middlewares
  • Урок 22. 00:01:17
    AppSettings
  • Урок 23. 00:04:03
    SQL injection
  • Урок 24. 00:03:53
    Dependency Injection
  • Урок 25. 00:04:59
    Cross-site scripting
  • Урок 26. 00:04:22
    Open redirect attacks
  • Урок 27. 00:05:00
    Cross- Site Request Forgery
  • Урок 28. 00:00:27
    Introduction
  • Урок 29. 00:02:59
    Runtime Razor Package
  • Урок 30. 00:02:20
    Create Book Model
  • Урок 31. 00:03:24
    Add Connection String and Packages
  • Урок 32. 00:05:20
    Add Book Table to Database
  • Урок 33. 00:06:04
    Book Index Get Handler
  • Урок 34. 00:03:14
    Designing Book Index Page
  • Урок 35. 00:07:24
    Designing Book Index Page Part 2
  • Урок 36. 00:03:35
    Create Book Page Model
  • Урок 37. 00:04:27
    Create Book Page UI
  • Урок 38. 00:05:58
    Create Book and Validations
  • Урок 39. 00:01:56
    Client Side Validations
  • Урок 40. 00:02:52
    Edit Book Get Handler
  • Урок 41. 00:01:22
    Edit Book UI
  • Урок 42. 00:04:36
    Edit Post Handler
  • Урок 43. 00:03:49
    Delete Book
  • Урок 44. 00:04:05
    Book Get API
  • Урок 45. 00:08:39
    DataTables
  • Урок 46. 00:02:58
    Delete API Call
  • Урок 47. 00:04:33
    Delete Book
  • Урок 48. 00:05:07
    Upsert Page Handlers
  • Урок 49. 00:03:17
    Upsert Page UI
  • Урок 50. 00:00:32
    Introduction
  • Урок 51. 00:03:06
    Create New Project - Spice
  • Урок 52. 00:03:51
    MVC architecture
  • Урок 53. 00:07:04
    Routing in mvc
  • Урок 54. 00:03:21
    Routing with Areas
  • Урок 55. 00:00:55
    Routing Differences 2.2 vs 3.0
  • Урок 56. 00:05:09
    MVC folders
  • Урок 57. 00:02:23
    Adding Areas to project
  • Урок 58. 00:03:13
    Moving files to make Area Work
  • Урок 59. 00:04:25
    Add Database
  • Урок 60. 00:00:59
    Startup.cs change in .net core 3.1
  • Урок 61. 00:06:07
    Updating NavBar and Scaffolding Identity
  • Урок 62. 00:04:24
    Adding Dropdown to NavBar
  • Урок 63. 00:00:23
    Introduction
  • Урок 64. 00:05:47
    Category Model
  • Урок 65. 00:06:30
    Add Category Controller and Get Action Method
  • Урок 66. 00:03:27
    Add Category Index View
  • Урок 67. 00:04:51
    Add Background and Images
  • Урок 68. 00:05:30
    Category Index View Part 1
  • Урок 69. 00:05:05
    Create Button Partial View
  • Урок 70. 00:02:26
    Create Button Partial View Part 1
  • Урок 71. 00:04:55
    Create Button Partial View Part 2
  • Урок 72. 00:01:37
    Create and Back to List Button Partial View
  • Урок 73. 00:04:09
    Create Category POST Action Method
  • Урок 74. 00:05:09
    Table Button Partial View
  • Урок 75. 00:02:29
    Edit Category Get Action
  • Урок 76. 00:03:56
    Edit Category View
  • Урок 77. 00:01:43
    Edit and Back to List Button
  • Урок 78. 00:05:18
    Edit Category POST Action
  • Урок 79. 00:01:51
    Delete Category Get Action
  • Урок 80. 00:04:17
    Delete Category View
  • Урок 81. 00:04:29
    Delete Category POST Action
  • Урок 82. 00:02:36
    Assignment - 1
  • Урок 83. 00:00:30
    Introduction
  • Урок 84. 00:04:24
    Add Sub Category Model
  • Урок 85. 00:03:45
    Add Sub Category Index Action Action Method
  • Урок 86. 00:02:58
    SubCategory Index View
  • Урок 87. 00:06:08
    SubCategory and Category View Model
  • Урок 88. 00:02:51
    SubCategory Create GET Action
  • Урок 89. 00:07:06
    Extension Methods
  • Урок 90. 00:07:24
    SubCategory Create View Part 1
  • Урок 91. 00:06:23
    SubCategory Create POST Part 1
  • Урок 92. 00:04:36
    TempData
  • Урок 93. 00:03:33
    Get Sub Category Action
  • Урок 94. 00:08:57
    SubCategory Create View Part 2
  • Урок 95. 00:03:18
    SubCategory Edit Get Action
  • Урок 96. 00:02:50
    SubCategory Edit View
  • Урок 97. 00:03:47
    Edit Category POST Action
  • Урок 98. 00:07:09
    Edit POST Error Debugging
  • Урок 99. 00:00:52
    Assignment 2 - Part 1
  • Урок 100. 00:01:17
    Assignment 2 - Part 2
  • Урок 101. 00:00:44
    Introduction to Section
  • Урок 102. 00:08:50
    Add MenuItem Model
  • Урок 103. 00:05:52
    Add MenuItem Index Action
  • Урок 104. 00:02:44
    MenuItem Index View
  • Урок 105. 00:04:44
    MeniItem View Model and Create GET
  • Урок 106. 00:07:12
    MenuItem Create View Part 1
  • Урок 107. 00:02:57
    MenuItem TinyMce Plugin
  • Урок 108. 00:07:39
    MenuItem Create View Part 2
  • Урок 109. 00:07:38
    MenuItem Create POST Part 1
  • Урок 110. 00:08:19
    MenuItem Create POST Part 2
  • Урок 111. 00:04:28
    MenuItem Edit GET Action
  • Урок 112. 00:04:41
    MenuItem Edit View
  • Урок 113. 00:06:05
    MenuItem Edit POST Action Method
  • Урок 114. 00:00:59
    Assignment 3 - Part 1
  • Урок 115. 00:01:14
    Assignment 3 - Part 2
  • Урок 116. 00:01:50
    Reviews
  • Урок 117. 00:00:39
    Introduction
  • Урок 118. 00:03:15
    Add coupon Model
  • Урок 119. 00:03:32
    Coupon Index View and Actions
  • Урок 120. 00:03:35
    Coupon Create View and GET Action
  • Урок 121. 00:04:18
    Coupon Create POST Action Method
  • Урок 122. 00:01:16
    Assignment 4 - Part 1
  • Урок 123. 00:00:28
    Assignment 4 - Part 2
  • Урок 124. 00:00:41
    Assignment 4 - Part 3
  • Урок 125. 00:00:46
    Introduction
  • Урок 126. 00:03:18
    Index View Model
  • Урок 127. 00:03:29
    Home Index Action
  • Урок 128. 00:06:35
    Home Page
  • Урок 129. 00:04:38
    Home View Designing Part 1
  • Урок 130. 00:04:32
    Home View Designing Part 2
  • Урок 131. 00:07:54
    Home View Designing Part 3
  • Урок 132. 00:05:32
    Home View Designing Part 4
  • Урок 133. 00:04:53
    Home View Designing Part 5
  • Урок 134. 00:06:29
    Home View Designing Part 6
  • Урок 135. 00:01:28
    Introduction
  • Урок 136. 00:05:15
    Add Properties to Identity User
  • Урок 137. 00:05:46
    Changes To Register Page
  • Урок 138. 00:05:42
    Register Page POST Handler Part 1
  • Урок 139. 00:03:39
    Register Page POST Handler Part 2
  • Урок 140. 00:03:13
    Login/Register Page Error
  • Урок 141. 00:04:28
    Users Controller
  • Урок 142. 00:04:19
    Users Index Action and View
  • Урок 143. 00:03:19
    Radio Buttons for Roles
  • Урок 144. 00:07:26
    Register Employee Accounts
  • Урок 145. 00:08:53
    Lock and Unlock Users
  • Урок 146. 00:04:53
    Authorization
  • Урок 147. 00:04:38
    Modifying Display NavBar
  • Урок 148. 00:00:47
    Introduction
  • Урок 149. 00:04:36
    Add Shopping Cart Model
  • Урок 150. 00:03:30
    Add Details Get Action Method
  • Урок 151. 00:06:14
    Details View Part 1
  • Урок 152. 00:05:44
    Details View Part 2
  • Урок 153. 00:09:22
    Details POST Action
  • Урок 154. 00:02:37
    Configure Sessions
  • Урок 155. 00:07:10
    Sessions Part 1
  • Урок 156. 00:05:51
    Sessions Part 2
  • Урок 157. 00:02:04
    Introduction
  • Урок 158. 00:07:20
    Order Header Model
  • Урок 159. 00:03:56
    Order Details Model
  • Урок 160. 00:03:04
    Order Details Cart View Model
  • Урок 161. 00:10:29
    Cart Controller Index Action
  • Урок 162. 00:05:54
    Shopping Cart Index Part 1
  • Урок 163. 00:08:59
    Shopping Cart Index Part 2
  • Урок 164. 00:07:15
    Shopping Cart Index Part 3
  • Урок 165. 00:09:51
    Apply Coupon
  • Урок 166. 00:03:48
    Remove Coupon
  • Урок 167. 00:04:58
    Shopping Cart Count
  • Урок 168. 00:04:04
    Cart Summary Action Method
  • Урок 169. 00:11:59
    Order Summary View Part 1
  • Урок 170. 00:04:50
    Date Picker
  • Урок 171. 00:02:43
    Add Time Picker
  • Урок 172. 00:07:46
    Date and Time Relation
  • Урок 173. 00:04:16
    Order Summary Validations
  • Урок 174. 00:13:49
    Order Summary Post Part 1
  • Урок 175. 00:06:18
    Adding Stripe to Project
  • Урок 176. 00:07:27
    Stripe UI
  • Урок 177. 00:09:38
    Stripe Payment Posting
  • Урок 178. 00:01:56
    Introduction
  • Урок 179. 00:06:35
    Order Confirm GET Action
  • Урок 180. 00:03:15
    Order Confirm View
  • Урок 181. 00:06:36
    Individual Order Details Part 1
  • Урок 182. 00:07:08
    Individual Order Details Part 2
  • Урок 183. 00:06:15
    Order History Action Method
  • Урок 184. 00:05:29
    Order History View Part 1
  • Урок 185. 00:04:40
    Get Order Details Action (Returns Partial View)
  • Урок 186. 00:04:55
    Order History View Part 2
  • Урок 187. 00:06:20
    Order History View Part 3
  • Урок 188. 00:02:58
    PagingInfo Model
  • Урок 189. 00:10:11
    PageLinkTagHelper
  • Урок 190. 00:08:44
    Modify Order History Get Method for Pagination
  • Урок 191. 00:05:30
    Consume Paging Tag Helper
  • Урок 192. 00:02:21
    Assignment 5 - Step 1
  • Урок 193. 00:01:55
    Assignment 5 - Step 2
  • Урок 194. 00:09:11
    Manage Order Action Method
  • Урок 195. 00:07:12
    Manage Order View Part 1
  • Урок 196. 00:04:10
    Manage Order View Part 2
  • Урок 197. 00:05:31
    Manage Order Status Actions
  • Урок 198. 00:00:58
    Introduction
  • Урок 199. 00:04:07
    Order Pickup Get Action Method
  • Урок 200. 00:06:01
    Order Pickup View Part 1
  • Урок 201. 00:14:42
    Order Pickup View Part 2
  • Урок 202. 00:02:45
    Order Pickup Button
  • Урок 203. 00:05:54
    Order Pickup Completed
  • Урок 204. 00:02:46
    Roles Login Check
  • Урок 205. 00:00:55
    Introduction
  • Урок 206. 00:01:03
    Facebook Login NuGet
  • Урок 207. 00:04:28
    Add facebook login to project
  • Урок 208. 00:04:39
    Facebook Registration Page
  • Урок 209. 00:02:55
    Register Facebook User
  • Урок 210. 00:03:42
    View Component
  • Урок 211. 00:04:25
    View Component Action Method
  • Урок 212. 00:02:55
    View Component View and Consumption
  • Урок 213. 00:00:32
    Introduction
  • Урок 214. 00:02:57
    Send Grid Key
  • Урок 215. 00:02:28
    Send Grid Sender Verification Fix
  • Урок 216. 00:03:26
    Configure Settings for Email Part 1
  • Урок 217. 00:05:36
    Configure Settings for Email Part 2
  • Урок 218. 00:05:37
    Send Email on Order Creation
  • Урок 219. 00:04:22
    Send Email on Order Status Change
  • Урок 220. 00:01:35
    Designing Change
  • Урок 221. 00:01:04
    Introduction
  • Урок 222. 00:02:51
    Seed Database Part 1
  • Урок 223. 00:07:59
    Seed Database Part 2
  • Урок 224. 00:03:52
    Seed Database Part 3
  • Урок 225. 00:06:06
    Azure Deployment
  • Урок 226. 00:07:21
    MyWindowsHosting Deployment
  • Урок 227. 00:06:10
    IIS Deployment
  • Урок 228. 00:01:46
    Whats next?