1. Урок 1. 00:01:46
    Introduction
  2. Урок 2. 00:05:32
    The Scope
  3. Урок 3. 00:01:15
    Prerequisites
  4. Урок 4. 00:02:21
    Application Requirements
  5. Урок 5. 00:05:45
    Setting Up the Development Environment
  6. Урок 6. 00:09:27
    Installing SQL Server on macOS / Linux
  7. Урок 7. 00:04:12
    Creating a New Project
  8. Урок 8. 00:04:54
    Project Structure
  9. Урок 9. 00:07:03
    Application Startup
  10. Урок 10. 00:04:56
    Environments
  11. Урок 11. 00:02:49
    .NET Watch Tool
  12. Урок 12. 00:02:13
    Debugging in VSCode
  13. Урок 13. 00:01:06
    Working with Git
  14. Урок 14. 00:05:21
    Use Cases
  15. Урок 15. 00:01:00
    Introduction
  16. Урок 16. 00:02:00
    Implementation Options
  17. Урок 17. 00:05:01
    Building the Domain Model
  18. Урок 18. 00:04:41
    Adding Entity Framework Core
  19. Урок 19. 00:04:15
    Creating a DbContext
  20. Урок 20. 00:04:07
    Using Configuration
  21. Урок 21. 00:08:31
    Creating the Database
  22. Урок 22. 00:05:30
    Applying Constraints
  23. Урок 23. 00:07:17
    Seeding the Database
  24. Урок 24. 00:03:52
    Building an API
  25. Урок 25. 00:02:45
    Common Runtime Errors
  26. Урок 26. 00:03:33
    API Resources
  27. Урок 27. 00:06:10
    Using AutoMapper
  28. Урок 28. 00:00:48
    Introduction
  29. Урок 29. 00:04:15
    Adding a New Angular Component
  30. Урок 30. 00:01:43
    Creating a Route
  31. Урок 31. 00:03:50
    Using Bootstrap Forms
  32. Урок 32. 00:03:11
    Creating a Service
  33. Урок 33. 00:03:31
    Populating Drop-down Lists
  34. Урок 34. 00:07:27
    Implementing Cascading Drop-down Lists
  35. Урок 35. 00:04:43
    Rendering Dynamic Check Boxes
  36. Урок 36. 00:06:05
    Refactoring: Merging Services
  37. Урок 37. 00:03:47
    Discussion: Merging Controllers
  38. Урок 38. 00:02:53
    Adding Radio Buttons
  39. Урок 39. 00:02:13
    Adding Text Boxes
  40. Урок 40. 00:00:35
    Introduction
  41. Урок 41. 00:01:33
    Revisiting the Domain Model
  42. Урок 42. 00:03:16
    Extending the Domain Model
  43. Урок 43. 00:06:09
    Dealing with Many-to-many Relationships
  44. Урок 44. 00:02:57
    Building an API to Create Objects
  45. Урок 45. 00:06:02
    API Resources vs Domain Classes
  46. Урок 46. 00:02:13
    Creating an API Resource
  47. Урок 47. 00:05:15
    Mapping API Resources to Domain Classes
  48. Урок 48. 00:05:27
    Adding a Record to the Database
  49. Урок 49. 00:09:56
    Implementing Server-side Validation
  50. Урок 50. 00:04:11
    Building an API to Update Objects
  51. Урок 51. 00:00:00
    Mapping Collections
  52. Урок 52. 00:05:13
    Refactoring: Using LINQ
  53. Урок 53. 00:02:41
    Building an API to Delete Objects
  54. Урок 54. 00:02:03
    Building an API to Get Objects
  55. Урок 55. 00:01:01
    Introduction
  56. Урок 56. 00:06:04
    Separating API Resources
  57. Урок 57. 00:06:20
    Refactoring: Separating API Resources
  58. Урок 58. 00:04:38
    Refactoring: Using KeyValuePairResource
  59. Урок 59. 00:04:41
    Changing the Return Type of APIs
  60. Урок 60. 00:02:35
    The Repository Pattern
  61. Урок 61. 00:05:16
    Dependency Injection
  62. Урок 62. 00:08:55
    Decoupling from Entity Framework
  63. Урок 63. 00:06:56
    The Unit of Work Pattern
  64. Урок 64. 00:03:33
    Fixing a Few Bugs
  65. Урок 65. 00:03:58
    False Argument 1: Repository over Repository
  66. Урок 66. 00:00:37
    False Argument 2: Increased Complexity
  67. Урок 67. 00:01:28
    False Argument 3: Simple or Complex Apps
  68. Урок 68. 00:04:46
    False Argument 4: Repository Coupled to Entity Framework
  69. Урок 69. 00:02:50
    False Argument 5: Persistence Model
  70. Урок 70. 00:06:33
    Dependency Inversion Principle
  71. Урок 71. 00:02:59
    Layers vs Tiers
  72. Урок 72. 00:00:36
    Introduction
  73. Урок 73. 00:03:52
    Binding the Drop-down Lists to the Model
  74. Урок 74. 00:02:47
    Binding the Checkboxes
  75. Урок 75. 00:01:23
    Binding the Textboxes
  76. Урок 76. 00:02:01
    Submitting the Form
  77. Урок 77. 00:03:54
    Client-side Validation
  78. Урок 78. 00:07:27
    Displaying Toast Notifications
  79. Урок 79. 00:05:01
    Global Error Handling
  80. Урок 80. 00:07:59
    Zones in Angular
  81. Урок 81. 00:05:42
    Logging Errors
  82. Урок 82. 00:03:06
    Development vs Production Environment
  83. Урок 83. 00:05:33
    Implementing Editing
  84. Урок 84. 00:05:00
    Sending Parallel Requests
  85. Урок 85. 00:06:27
    Creating Interfaces
  86. Урок 86. 00:02:40
    Populating the Form
  87. Урок 87. 00:02:13
    Implementing the Update
  88. Урок 88. 00:02:47
    Implementing the Delete
  89. Урок 89. 00:00:31
    Introduction
  90. Урок 90. 00:03:12
    Code Review: Vehicles List
  91. Урок 91. 00:04:39
    Adding the Filters
  92. Урок 92. 00:03:37
    Filtering on the Client
  93. Урок 93. 00:04:34
    Filtering on the Server
  94. Урок 94. 00:06:23
    Passing the Filters to the Server
  95. Урок 95. 00:04:33
    Sorting on the Server
  96. Урок 96. 00:04:51
    Refactoring: Using Dictionaries
  97. Урок 97. 00:02:20
    Refactoring: Extract Method
  98. Урок 98. 00:07:47
    Refactoring: Using Extension Methods and Generics
  99. Урок 99. 00:02:24
    Sending the Sort Parameters to the Server
  100. Урок 100. 00:03:27
    Adding the Sort Icon
  101. Урок 101. 00:02:59
    Rendering the Columns Dynamically
  102. Урок 102. 00:05:23
    Paging on the Server
  103. Урок 103. 00:02:59
    Adding a Pagination Component
  104. Урок 104. 00:05:53
    Calculating the Total
  105. Урок 105. 00:03:28
    Edge Cases
  106. Урок 106. 00:00:23
    Introduction
  107. Урок 107. 00:03:13
    The Approach
  108. Урок 108. 00:04:58
    Code Review
  109. Урок 109. 00:02:16
    Extending the Domain Model
  110. Урок 110. 00:10:45
    Building an API
  111. Урок 111. 00:01:27
    Testing the API
  112. Урок 112. 00:03:05
    Adding Validation
  113. Урок 113. 00:05:34
    Refactoring to Use Configuration
  114. Урок 114. 00:06:41
    Building the Client-side
  115. Урок 115. 00:04:48
    Rendering the Uploaded Photos
  116. Урок 116. 00:07:33
    Tracking the Upload Progress
  117. Урок 117. 00:04:49
    Adding a Bootstrap Progress Bar
  118. Урок 118. 00:07:50
    Fixing the Memory Leaks
  119. Урок 119. 00:03:12
    Handling the Errors
  120. Урок 120. 00:00:59
    Introduction
  121. Урок 121. 00:00:58
    Requirements
  122. Урок 122. 00:04:57
    Architecture
  123. Урок 123. 00:02:21
    Setting Up an Auth0 Account
  124. Урок 124. 00:04:38
    Securing APIs
  125. Урок 125. 00:00:49
    Inspecting a JSON Web Token (JWT)
  126. Урок 126. 00:07:30
    Securing Client Apps
  127. Урок 127. 00:06:41
    Login and Logout
  128. Урок 128. 00:04:31
    Using Hosted Login Pages
  129. Урок 129. 00:08:11
    Setting the Audience for the Token
  130. Урок 130. 00:00:44
    Exercise
  131. Урок 131. 00:05:30
    Getting the User's Profile
  132. Урок 132. 00:04:46
    Adding Additional Signup Fields
  133. Урок 133. 00:03:33
    Using Rules
  134. Урок 134. 00:02:19
    Assigning Users to Roles
  135. Урок 135. 00:02:53
    Returning Custom Claims
  136. Урок 136. 00:06:58
    Showing/Hiding Content Based on the User's Role
  137. Урок 137. 00:06:13
    Refactoring
  138. Урок 138. 00:06:48
    Protecting Routes
  139. Урок 139. 00:05:42
    Calling Secured APIs
  140. Урок 140. 00:03:35
    Restricting API Access to Certain Roles
  141. Урок 141. 00:02:30
    Implementing the Authorization Requirements
  142. Урок 142. 00:04:38
    Adding Charts
  143. Урок 143. 00:03:57
    Optimizing Queries
  144. Урок 144. 00:02:00
    Fixing a Bug
  145. Урок 145. 00:12:29
    Extracting a Service Layer
  146. Урок 146. 00:06:42
    Supporting Multiple Storages
  147. Урок 147. 00:08:18
    Using the Secret Manager