Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Fullstack ASP.NET Core and React Masterclass | Learnify , а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:05:37
    Introduction
  2. Урок 2. 00:03:36
    Technologies Used in this Course
  3. Урок 3. 00:04:13
    Setting up the Environment
  4. Урок 4. 00:03:25
    Setting up VS Code
  5. Урок 5. 00:08:04
    Creating WebAPI Project using DOTNET CLI
  6. Урок 6. 00:10:00
    Reviewing the Project Files
  7. Урок 7. 00:04:52
    Reviewing the API Controllers
  8. Урок 8. 00:01:10
    Exploring Postman
  9. Урок 9. 00:03:47
    Adding Course Model to our Project
  10. Урок 10. 00:04:02
    What is Entity Framework?
  11. Урок 11. 00:08:15
    Adding Entity Framework
  12. Урок 12. 00:05:59
    Adding our First Migration
  13. Урок 13. 00:07:08
    Creating a Database
  14. Урок 14. 00:08:01
    Seeding Data in our Database
  15. Урок 15. 00:07:43
    Adding our First Controller
  16. Урок 16. 00:02:09
    Module 1 Summary
  17. Урок 17. 00:04:50
    Setting up the React Project
  18. Урок 18. 00:09:19
    Reviewing our React Project
  19. Урок 19. 00:05:24
    React Concepts
  20. Урок 20. 00:06:29
    Why TypeScript?
  21. Урок 21. 00:12:22
    Fetching Data
  22. Урок 22. 00:06:50
    Installing SASS to our Project
  23. Урок 23. 00:03:24
    Installing React Router
  24. Урок 24. 00:05:12
    Adding Routes and Refactoring
  25. Урок 25. 00:03:56
    Installing Ant Design
  26. Урок 26. 00:04:24
    Adding Base Styles
  27. Урок 27. 00:13:11
    Creating Navbar
  28. Урок 28. 00:06:46
    Adding Side-drawer to our Navbar
  29. Урок 29. 00:06:05
    Setting up Axios
  30. Урок 30. 00:04:19
    Giving Types to Axios
  31. Урок 31. 00:15:03
    Making Course Component
  32. Урок 32. 00:02:56
    Introducing Repository Pattern
  33. Урок 33. 00:06:39
    Adding Repository and Interface
  34. Урок 34. 00:05:34
    Writing Repository Methods
  35. Урок 35. 00:10:54
    Adding More Properties to our Course Model
  36. Урок 36. 00:09:58
    Adding Configuration to our Migration
  37. Урок 37. 00:09:56
    Seeding New Data
  38. Урок 38. 00:08:43
    Adding Code to Get Data from Category Table
  39. Урок 39. 00:05:13
    Adding Eager Loading
  40. Урок 40. 00:03:24
    Shaping the Data
  41. Урок 41. 00:14:46
    Setting AutoMapper to our Project
  42. Урок 42. 00:05:14
    Implementing Generic Repository
  43. Урок 43. 00:06:29
    Implementing Generic Repository Methods
  44. Урок 44. 00:06:09
    Introducing Specification Pattern
  45. Урок 45. 00:06:24
    Creating Specification Evaluator
  46. Урок 46. 00:05:32
    Implementing Specification Methods
  47. Урок 47. 00:10:27
    Using Specification Methods in Controllers
  48. Урок 48. 00:03:56
    Specification Pattern Walkthrough
  49. Урок 49. 00:07:33
    Creating Errors Controller
  50. Урок 50. 00:06:01
    Handling Errors
  51. Урок 51. 00:03:41
    Creating a Not found Endpoint
  52. Урок 52. 00:11:20
    Creating Exception Middleware
  53. Урок 53. 00:06:55
    Working on Validation Error Response
  54. Урок 54. 00:08:33
    Adding Sorting Feature to the API
  55. Урок 55. 00:03:09
    Adding Filter Feature to the API
  56. Урок 56. 00:12:05
    Adding Pagination to the API
  57. Урок 57. 00:08:42
    Finishing pagination to the API
  58. Урок 58. 00:03:43
    Adding Search Functionality
  59. Урок 59. 00:04:51
    Fixing Some Warnings
  60. Урок 60. 00:05:59
    Refactoring the Frontend
  61. Урок 61. 00:08:42
    Adding Categories Bar
  62. Урок 62. 00:06:07
    Adding Show Courses Component
  63. Урок 63. 00:11:25
    Creating Categories Page
  64. Урок 64. 00:06:01
    Creating Description Page
  65. Урок 65. 00:24:15
    Designing Description Page
  66. Урок 66. 00:07:28
    Creating Basket Entity
  67. Урок 67. 00:02:42
    Making Migration to the Database
  68. Урок 68. 00:13:53
    Creating Basket Controller
  69. Урок 69. 00:11:00
    Creating Remove Item Method
  70. Урок 70. 00:10:59
    Setting up Axios for the Basket
  71. Урок 71. 00:05:53
    Creating Basket Page
  72. Урок 72. 00:12:45
    Designing Basket Page
  73. Урок 73. 00:12:17
    Using React Context
  74. Урок 74. 00:03:34
    Fetching the Basket on App Start
  75. Урок 75. 00:10:46
    Refactoring and Adding Basket Items Count
  76. Урок 76. 00:07:34
    Adding Basket Summary
  77. Урок 77. 00:05:19
    Adding "Add to Cart" Button in the Description Page
  78. Урок 78. 00:07:26
    Installing Redux
  79. Урок 79. 00:07:27
    Creating Action in Redux
  80. Урок 80. 00:11:32
    Introducing Redux Toolkit
  81. Урок 81. 00:04:53
    Creating Basket Slice
  82. Урок 82. 00:06:58
    Refactoring App to Use Redux Toolkit
  83. Урок 83. 00:06:42
    Using Asynchronous Calls in Redux
  84. Урок 84. 00:07:10
    Using Asynchrnous Calls in Redux Part 2
  85. Урок 85. 00:08:39
    Using Entity Adapters
  86. Урок 86. 00:03:17
    Redux Devtools
  87. Урок 87. 00:04:53
    Using Selectors in Entity Adapters
  88. Урок 88. 00:05:38
    Fetching Single Product
  89. Урок 89. 00:09:01
    Creating Category Slice
  90. Урок 90. 00:08:15
    Adding Search Filters
  91. Урок 91. 00:16:53
    Adding Course Params to Redux
  92. Урок 92. 00:10:57
    Adding Frontend Pagination
  93. Урок 93. 00:06:14
    Setting up identity
  94. Урок 94. 00:09:58
    Configuring Identity and Migration
  95. Урок 95. 00:08:55
    Creating Users Controller
  96. Урок 96. 00:03:30
    Json Web Tokens
  97. Урок 97. 00:10:51
    Creating Token Service
  98. Урок 98. 00:06:51
    Using Token Service
  99. Урок 99. 00:07:09
    Validating the Token
  100. Урок 100. 00:02:53
    Setting up Frontend for Identity
  101. Урок 101. 00:20:46
    Building Login and Register Component
  102. Урок 102. 00:07:59
    Finalizing Login page
  103. Урок 103. 00:17:21
    Adding User Slice
  104. Урок 104. 00:11:30
    Creating Login Dropdown
  105. Урок 105. 00:03:21
    Persisting User Login
  106. Урок 106. 00:05:34
    Adding FetchBasketSlice
  107. Урок 107. 00:10:51
    Changing Basket Logic
  108. Урок 108. 00:04:59
    Changing Basket Logic Frontend
  109. Урок 109. 00:05:34
    Creating Private Route Component
  110. Урок 110. 00:06:26
    Setting up Stripe
  111. Урок 111. 00:08:32
    Creating Stripe Payment Service
  112. Урок 112. 00:11:11
    Creating Payments Controller
  113. Урок 113. 00:03:58
    Adding Stripe to Frontend
  114. Урок 114. 00:12:54
    Building Checkout Component
  115. Урок 115. 00:07:21
    Getting Payment Intent from the Server
  116. Урок 116. 00:08:09
    Making Payment Function
  117. Урок 117. 00:04:09
    Making Clear Basket Endpoint
  118. Урок 118. 00:16:29
    Purchase Courses Endpoint
  119. Урок 119. 00:03:52
    Storing User Secrets
  120. Урок 120. 00:14:27
    Current User Endpoint
  121. Урок 121. 00:05:49
    Showing Loader
  122. Урок 122. 00:08:24
    Displaying User Courses
  123. Урок 123. 00:07:06
    Lectures Backend
  124. Урок 124. 00:16:47
    Lectures Controller
  125. Урок 125. 00:14:00
    Creating Lecture Slice
  126. Урок 126. 00:21:54
    Creating Lecture Page
  127. Урок 127. 00:08:22
    Centralizing Frontend Errors
  128. Урок 128. 00:07:46
    Adding Instructor Role
  129. Урок 129. 00:07:51
    Creating Add Role Endpoint
  130. Урок 130. 00:20:04
    Creating Instructor Page
  131. Урок 131. 00:30:11
    Create Course Page
  132. Урок 132. 00:09:18
    Create Sections Backend
  133. Урок 133. 00:35:59
    Create Sections Frontend
  134. Урок 134. 00:04:31
    Updating Project to .net 6
  135. Урок 135. 00:09:50
    Adding New Dotnet 6 Features to Our Application
  136. Урок 136. 00:01:10
    Module Introduction
  137. Урок 137. 00:04:47
    Creating Frontend Build
  138. Урок 138. 00:04:47
    Serving Client from Our Backend
  139. Урок 139. 00:09:49
    Switching to Production Database
  140. Урок 140. 00:07:53
    Final Touches
  141. Урок 141. 00:13:41
    Deplying to Heroku
  142. Урок 142. 00:05:25
    TypeScript Project Setup
  143. Урок 143. 00:05:17
    Using TypeScript
  144. Урок 144. 00:02:32
    Installing Lite Server
  145. Урок 145. 00:05:51
    Using Types
  146. Урок 146. 00:13:54
    Object, Array, Tuple, and Enum
  147. Урок 147. 00:06:45
    Union, Literals and Custom Types
  148. Урок 148. 00:08:03
    Typing Functions with TypeScript
  149. Урок 149. 00:05:05
    Unknown and Never Type
  150. Урок 150. 00:15:14
    Configuration in TypeScript