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