Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Building Microservices With .NET, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:04:07
    Course introduction
  2. Урок 2. 00:07:09
    Development environment setup
  3. Урок 3. 00:04:59
    Customizing VS Code for C# Development
  4. Урок 4. 00:07:55
    What's wrong with the monolith?
  5. Урок 5. 00:09:47
    What are microservices?
  6. Урок 6. 00:00:54
    introduction
  7. Урок 7. 00:10:18
    Creating a microservice via the .NET CLI
  8. Урок 8. 00:16:03
    Preparing the initial project files
  9. Урок 9. 00:01:50
    Introduction to the REST API and DTOs
  10. Урок 10. 00:03:18
    Adding the DTOs
  11. Урок 11. 00:25:12
    Adding the REST API operations
  12. Урок 12. 00:11:18
    Handling invalid inputs
  13. Урок 13. 00:01:05
    Introduction
  14. Урок 14. 00:02:22
    Introduction to the repository pattern and MongoDB
  15. Урок 15. 00:14:06
    Implementing a MongoDB repository
  16. Урок 16. 00:10:54
    Using the repository in the controller
  17. Урок 17. 00:01:47
    Introduction to Docker
  18. Урок 18. 00:12:54
    Trying out the REST API with a MongoDB container
  19. Урок 19. 00:04:57
    Introduction to Dependency Injection and Configuration
  20. Урок 20. 00:16:53
    Implementing dependency injection and configuration
  21. Урок 21. 00:00:58
    Introduction
  22. Урок 22. 00:15:24
    Using Postman
  23. Урок 23. 00:04:12
    Reusing common code via NuGet
  24. Урок 24. 00:10:51
    Refactoring into a generic MongoDB repository
  25. Урок 25. 00:07:05
    Refactoring MongoDB registration into extension methods
  26. Урок 26. 00:17:12
    Moving generic code into a reusable NuGet package
  27. Урок 27. 00:02:21
    Introduction to Docker Compose
  28. Урок 28. 00:10:55
    Moving MongoDB to docker compose
  29. Урок 29. 00:01:24
    Introduction
  30. Урок 30. 00:26:23
    Creating the Inventory microservice
  31. Урок 31. 00:03:43
    Introduction to synchronous communication
  32. Урок 32. 00:11:47
    Implementing synchronous communication via IHttpClientFactory
  33. Урок 33. 00:03:30
    Understanding timeouts and retries with exponential backoff
  34. Урок 34. 00:09:57
    Implementing a timeout policy via Polly
  35. Урок 35. 00:11:13
    Implementing retries with exponential backoff
  36. Урок 36. 00:03:06
    Understanding the circuit breaker pattern
  37. Урок 37. 00:06:38
    Implementing the circuit breaker pattern
  38. Урок 38. 00:01:34
    Introduction
  39. Урок 39. 00:09:53
    Introduction to asynchronous communication
  40. Урок 40. 00:05:25
    Defining the message contracts
  41. Урок 41. 00:11:12
    Publishing messages via MassTransit
  42. Урок 42. 00:07:44
    Standing up a RabbitMQ docker container
  43. Урок 43. 00:11:07
    Refactoring MassTransit configuration into the reusable NuGet package
  44. Урок 44. 00:20:44
    Consuming messages for eventual data consistency
  45. Урок 45. 00:14:49
    Removing the inter-service synchronous communication
  46. Урок 46. 00:01:15
    Introduction
  47. Урок 47. 00:03:17
    Installing Node.js
  48. Урок 48. 00:14:43
    Getting started with the frontend
  49. Урок 49. 00:05:56
    Understanding CORS
  50. Урок 50. 00:06:27
    Adding the CORS middleware
  51. Урок 51. 00:17:42
    Exploring the frontend to microservices communication
  52. Урок 52. 00:00:59
    Introduction
  53. Урок 53. 00:06:31
    Introduction to ASP.NET Core Identity
  54. Урок 54. 00:10:07
    Creating the Identity microservice
  55. Урок 55. 00:24:01
    Integrating ASP.NET Core Identity with MongoDB
  56. Урок 56. 00:21:01
    Adding the Users REST API
  57. Урок 57. 00:00:57
    Introduction
  58. Урок 58. 00:06:55
    Microservices authentication
  59. Урок 59. 00:08:15
    Introduction to OAuth 2.0
  60. Урок 60. 00:06:24
    Introduction to OpenID Connect
  61. Урок 61. 00:04:32
    Introduction to IdentityServer
  62. Урок 62. 00:00:58
    Introduction
  63. Урок 63. 00:15:24
    Setting up IdentityServer
  64. Урок 64. 00:23:07
    Requesting tokens via Postman
  65. Урок 65. 00:05:37
    Understanding JSON Web Tokens
  66. Урок 66. 00:18:43
    Securing the Catalog microservice
  67. Урок 67. 00:14:20
    Generalizing how to add authentication to microservices
  68. Урок 68. 00:12:59
    Securing the Inventory microservice
  69. Урок 69. 00:05:24
    Securing the Identity microservice
  70. Урок 70. 00:00:45
    Introduction
  71. Урок 71. 00:04:56
    Understanding Authorization in ASP.NET Core
  72. Урок 72. 00:22:42
    Seeding users and roles
  73. Урок 73. 00:08:25
    Adding users to the Player role
  74. Урок 74. 00:22:56
    Implementing role-based authorization
  75. Урок 75. 00:00:00
    Implementing claims-based authorization
  76. Урок 76. 00:01:28
    Introduction
  77. Урок 77. 00:07:28
    Configuring CORS in the Identity microservice
  78. Урок 78. 00:09:51
    Adding the frontend client to the IdentityServer configuration
  79. Урок 79. 00:12:41
    Fixing the logout experience
  80. Урок 80. 00:10:32
    Using ID tokens in the frontend client
  81. Урок 81. 00:12:11
    Using access tokens in the frontend client
  82. Урок 82. 00:03:49
    Fixing the user registration experience
  83. Урок 83. 00:00:47
    Introduction
  84. Урок 84. 00:04:07
    Database Transactions
  85. Урок 85. 00:04:48
    Distributed Transactions
  86. Урок 86. 00:03:26
    Introduction to Sagas
  87. Урок 87. 00:06:48
    Choreographed VS Orchestrated Sagas
  88. Урок 88. 00:00:48
    Introduction
  89. Урок 89. 00:02:49
    Purchase Saga Overview
  90. Урок 90. 00:03:09
    Publishing Catalog prices
  91. Урок 91. 00:07:37
    Allowing services to customize the retry configuration
  92. Урок 92. 00:20:18
    Granting and subtracting items via asynchronous messages
  93. Урок 93. 00:16:54
    Debiting gil via asynchronous messages
  94. Урок 94. 00:01:07
    Introduction
  95. Урок 95. 00:12:17
    Creating a MassTransit state machine
  96. Урок 96. 00:07:19
    Initializing the state machine
  97. Урок 97. 00:09:01
    Adding the Purchase controller
  98. Урок 98. 00:11:47
    Configuring the Trading microservice
  99. Урок 99. 00:09:56
    Trying out the state machine
  100. Урок 100. 00:16:04
    Querying the state machine via a controller action
  101. Урок 101. 00:06:34
    Consuming Catalog prices in the Trading microservice
  102. Урок 102. 00:18:48
    Adding a custom state machine activity
  103. Урок 103. 00:14:48
    Sending and consuming Inventory messages from the state machine
  104. Урок 104. 00:05:04
    Using the MassTransit In-Memory Outbox
  105. Урок 105. 00:11:50
    Sending and consuming Identity messages from the state machine
  106. Урок 106. 00:00:42
    Introduction
  107. Урок 107. 00:16:47
    Compensating actions in the state machine
  108. Урок 108. 00:05:39
    Idempotency in microservices
  109. Урок 109. 00:12:56
    Adding idempotency to a controller action
  110. Урок 110. 00:05:27
    Handling out of order messages in the state machine
  111. Урок 111. 00:04:01
    Handling message duplication
  112. Урок 112. 00:15:44
    Implementing idempotent consumers
  113. Урок 113. 00:00:39
    Introduction
  114. Урок 114. 00:01:58
    Store experience overview
  115. Урок 115. 00:08:03
    Publishing inventory updated events
  116. Урок 116. 00:08:28
    Publishing user updated events
  117. Урок 117. 00:16:00
    Consuming Inventory and Identity events in the Trading microservice
  118. Урок 118. 00:19:27
    Implementing the Store controller
  119. Урок 119. 00:15:19
    Trying out the updated Frontend portal
  120. Урок 120. 00:02:51
    Real-time updates via SignalR
  121. Урок 121. 00:06:25
    Configuring SignalR authentication
  122. Урок 122. 00:04:11
    Sending real-time updates from the state machine via SignalR