Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Building .NET REST APIs, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:00:39
    Course introduction
  2. Урок 2. 00:03:55
    What this course covers
  3. Урок 3. 00:08:25
    What you are going to build
  4. Урок 4. 00:00:28
    Is this course for you?
  5. Урок 5. 00:00:52
    Software prerequisites
  6. Урок 6. 00:05:20
    Introduction to ASP.NET Core
  7. Урок 7. 00:04:26
    Development environment setup
  8. Урок 8. 00:00:34
    Introduction
  9. Урок 9. 00:06:22
    ASP.NET Core Web API Essentials
  10. Урок 10. 00:09:44
    Creating a Web API project
  11. Урок 11. 00:05:37
    Building and debugging a Web API project
  12. Урок 12. 00:11:21
    Adding the Game Entity
  13. Урок 13. 00:03:29
    Implementing a GET ALL endpoint
  14. Урок 14. 00:04:10
    Using Postman
  15. Урок 15. 00:05:48
    Implementing a GET BY ID endpoint
  16. Урок 16. 00:08:27
    Implementing the POST endpoint
  17. Урок 17. 00:07:24
    Implementing the PUT endpoint
  18. Урок 18. 00:04:12
    Implementing the DELETE endpoint
  19. Урок 19. 00:00:26
    Introduction
  20. Урок 20. 00:03:28
    Using Route Groups
  21. Урок 21. 00:04:11
    Adding Server-Side Validation
  22. Урок 22. 00:02:11
    Introduction to NuGet
  23. Урок 23. 00:04:37
    Using NuGet packages
  24. Урок 24. 00:07:23
    Refactoring the endpoints
  25. Урок 25. 00:00:33
    Introduction
  26. Урок 26. 00:01:43
    Introduction to the repository pattern
  27. Урок 27. 00:10:41
    Adding the Games Repository
  28. Урок 28. 00:04:57
    Understanding Dependency Injection
  29. Урок 29. 00:03:59
    Understanding Service Lifetimes
  30. Урок 30. 00:11:45
    Using Dependency Injection
  31. Урок 31. 00:02:24
    Understanding Data Transfer Objects
  32. Урок 32. 00:12:06
    Using Data Transfer Objects
  33. Урок 33. 00:00:28
    Introduction
  34. Урок 34. 00:01:41
    Introduction to Docker
  35. Урок 35. 00:13:46
    Running SQL Server as a Docker container
  36. Урок 36. 00:06:07
    Reading configuration from appsettings.json
  37. Урок 37. 00:02:34
    Storing secrets for local development
  38. Урок 38. 00:05:34
    Using Secret Manager to store a connection string
  39. Урок 39. 00:00:31
    Introduction
  40. Урок 40. 00:03:55
    Introduction to Entity Framework Core
  41. Урок 41. 00:07:56
    Creating the DBContext
  42. Урок 42. 00:07:01
    Generating database migrations
  43. Урок 43. 00:06:20
    Configuring entities for database migration
  44. Урок 44. 00:03:21
    Applying a database migration
  45. Урок 45. 00:07:04
    Applying migrations on startup
  46. Урок 46. 00:06:49
    Implementing an Entity Framework repository
  47. Урок 47. 00:08:51
    Using the Entity Framework repository
  48. Урок 48. 00:03:25
    Understanding the Asynchronous Programming Model
  49. Урок 49. 00:12:08
    Using the asynchronous programming model
  50. Урок 50. 00:00:29
    Introduction
  51. Урок 51. 00:02:34
    Using Token Based Authentication
  52. Урок 52. 00:04:37
    Securing an ASP.NET Core Web API
  53. Урок 53. 00:04:03
    Creating Access Tokens
  54. Урок 54. 00:02:42
    Understanding JSON Web Tokens
  55. Урок 55. 00:04:52
    Using Access Tokens In Postman
  56. Урок 56. 00:03:54
    Using Role Based Authorization
  57. Урок 57. 00:11:35
    Using Claims Based Authorization
  58. Урок 58. 00:00:32
    Introduction
  59. Урок 59. 00:02:03
    Introduction to Logging
  60. Урок 60. 00:03:51
    Sending logs via the WebApplication logger
  61. Урок 61. 00:02:36
    Using ILoggerFactory
  62. Урок 62. 00:04:21
    Using ILogger
  63. Урок 63. 00:03:37
    Using a Json Logger
  64. Урок 64. 00:05:06
    Using structured logging
  65. Урок 65. 00:06:32
    Configuring log levels
  66. Урок 66. 00:04:24
    Use HTTP Logging
  67. Урок 67. 00:00:27
    Introduction
  68. Урок 68. 00:07:47
    Catching and logging errors
  69. Урок 69. 00:07:48
    Returning problem details
  70. Урок 70. 00:01:46
    Introduction to Middleware
  71. Урок 71. 00:08:02
    Adding a middleware via a request delegate
  72. Урок 72. 00:05:31
    Creating a middleware class
  73. Урок 73. 00:13:21
    Using the Built-In Exception Handler
  74. Урок 74. 00:00:27
    Introduction
  75. Урок 75. 00:01:56
    The importance of versioning
  76. Урок 76. 00:03:16
    Using version specific DTOs
  77. Урок 77. 00:04:31
    Adding URL path-based versioning support
  78. Урок 78. 00:05:09
    Using the ASP.NET API Versioning package
  79. Урок 79. 00:02:18
    Using Query String versioning
  80. Урок 80. 00:02:35
    Specifying a default API version
  81. Урок 81. 00:00:21
    Introduction
  82. Урок 82. 00:04:11
    Running the Game Store Portal
  83. Урок 83. 00:04:16
    Understanding CORS
  84. Урок 84. 00:06:22
    Configuring CORS
  85. Урок 85. 00:03:33
    Refactoring the CORS configuration
  86. Урок 86. 00:00:22
    Introduction
  87. Урок 87. 00:03:56
    Introduction to OAuth 2.0
  88. Урок 88. 00:04:32
    Introduction to OpenID Connect
  89. Урок 89. 00:03:04
    Setting up Auth0
  90. Урок 90. 00:03:11
    Defining an Auth0 API
  91. Урок 91. 00:07:08
    Defining Auth0 Roles and Users
  92. Урок 92. 00:03:15
    Defining the Auth0 application
  93. Урок 93. 00:00:28
    Introduction
  94. Урок 94. 00:06:06
    Configuring the Auth0 scheme in the Web API
  95. Урок 95. 00:10:29
    Getting and using access tokens in Postman
  96. Урок 96. 00:10:12
    Adding support for multiple scopes
  97. Урок 97. 00:04:21
    Getting and exploring ID tokens
  98. Урок 98. 00:06:49
    Enable authentication in the Game Store client
  99. Урок 99. 00:00:22
    Introduction
  100. Урок 100. 00:06:54
    Adding pagination support to repositories
  101. Урок 101. 00:03:54
    Add pagination support to the GetGames request
  102. Урок 102. 00:06:55
    Adding pagination support to responses
  103. Урок 103. 00:03:16
    Trying out pagination
  104. Урок 104. 00:00:20
    Introduction
  105. Урок 105. 00:06:00
    Add search support to repositories
  106. Урок 106. 00:02:04
    Add search support to the request
  107. Урок 107. 00:03:43
    Trying out search
  108. Урок 108. 00:00:23
    Introduction
  109. Урок 109. 00:12:22
    Adding OpenAPI support
  110. Урок 110. 00:07:55
    Enable the Swagger UI experience
  111. Урок 111. 00:07:01
    Describing response types
  112. Урок 112. 00:06:09
    Adding summaries, tags and descriptions
  113. Урок 113. 00:00:25
    Introduction
  114. Урок 114. 00:02:50
    What Is Microsoft Azure?
  115. Урок 115. 00:02:15
    Getting Your Azure Account
  116. Урок 116. 00:06:54
    Quick tour of the Azure Portal
  117. Урок 117. 00:05:47
    Creating a resource group
  118. Урок 118. 00:00:24
    Introduction
  119. Урок 119. 00:02:56
    File upload options
  120. Урок 120. 00:02:58
    What Is Azure Storage?
  121. Урок 121. 00:02:32
    Creating an Azure storage account
  122. Урок 122. 00:06:49
    Implement the image uploader
  123. Урок 123. 00:05:24
    Registering the Image uploader in the service container
  124. Урок 124. 00:07:31
    Implementing the image upload endpoint
  125. Урок 125. 00:06:50
    Trying out image upload
  126. Урок 126. 00:00:25
    Introduction
  127. Урок 127. 00:06:52
    Creating an Azure SQL database
  128. Урок 128. 00:08:32
    Creating an Azure App Service
  129. Урок 129. 00:01:42
    Enabling Logging to Azure App Service
  130. Урок 130. 00:10:12
    Deploying the Web API
  131. Урок 131. 00:00:30
    Introduction
  132. Урок 132. 00:05:03
    Publishing the client to GitHub
  133. Урок 133. 00:05:51
    Creating a Static Web App
  134. Урок 134. 00:03:13
    Updating the Web API CORS policy
  135. Урок 135. 00:05:15
    Adding Auth0 support to deployed client