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