Удален по просьбе правообладателя
  • Урок 1. 00:02:00
    Welcome
  • Урок 2. 00:03:05
    What will you learn in this course?
  • Урок 3. 00:02:06
    Who is the course for and prerequisites
  • Урок 4. 00:03:16
    Communication between services
  • Урок 5. 00:06:24
    What is the Problem with HTTP APIs?
  • Урок 6. 00:06:15
    RPC vs Messaging
  • Урок 7. 00:06:24
    Why asynchronous messaging?
  • Урок 8. 00:03:24
    Things to consider when using asynchronous messaging
  • Урок 9. 00:13:36
    Fallacies of distributed computing
  • Урок 10. 00:06:15
    Types of coupling
  • Урок 11. 00:01:27
    Elements of a messaging system
  • Урок 12. 00:01:37
    Channels
  • Урок 13. 00:01:02
    Pipes & Filters
  • Урок 14. 00:02:28
    Understanding messages
  • Урок 15. 00:00:38
    Types of messages
  • Урок 16. 00:03:22
    Events
  • Урок 17. 00:01:22
    Commands
  • Урок 18. 00:01:40
    Commands vs Events
  • Урок 19. 00:01:04
    Producers
  • Урок 20. 00:02:10
    Consumers/Receivers
  • Урок 21. 00:02:00
    Pull & Push consumption models
  • Урок 22. 00:01:48
    Queues
  • Урок 23. 00:01:29
    Topics & Subscriptions
  • Урок 24. 00:05:50
    Message brokers/Buses
  • Урок 25. 00:03:42
    Brokers vs brokerless
  • Урок 26. 00:01:24
    Dead-lettering & poison messages
  • Урок 27. 00:01:52
    Load leveling
  • Урок 28. 00:02:39
    Delivery modes/guarantees
  • Урок 29. 00:03:38
    Transports
  • Урок 30. 00:01:51
    Event-Driven
  • Урок 31. 00:03:00
    Event sourcing
  • Урок 32. 00:00:35
    Section recap
  • Урок 33. 00:02:29
    Installing RabbitMQ
  • Урок 34. 00:02:03
    RabbitMQ concepts
  • Урок 35. 00:03:35
    Exchange types
  • Урок 36. 00:01:24
    MassTransit overview
  • Урок 37. 00:02:52
    Advantages of using MassTransit
  • Урок 38. 00:03:15
    Installing MassTransit templates
  • Урок 39. 00:01:34
    Demo: Opening & preparing the solution
  • Урок 40. 00:09:29
    Bus configuration
  • Урок 41. 00:03:01
    Message contracts
  • Урок 42. 00:12:08
    Sending a message
  • Урок 43. 00:08:55
    Messages in detail
  • Урок 44. 00:04:56
    Consuming a message
  • Урок 45. 00:12:33
    Registering & tuning a message consumer
  • Урок 46. 00:09:36
    Configuring consumers & handling errors
  • Урок 47. 00:08:18
    Endpoints - configuring
  • Урок 48. 00:05:57
    Topologies
  • Урок 49. 00:11:16
    Changing the Exchange types
  • Урок 50. 00:03:25
    The middleware concept
  • Урок 51. 00:03:42
    Pipes & filters
  • Урок 52. 00:29:47
    Implementing different filter types
  • Урок 53. 00:10:03
    Configure retries
  • Урок 54. 00:07:27
    Using Exception Filters & Delayed redeliveries
  • Урок 55. 00:02:55
    Using CircuitBreakers
  • Урок 56. 00:01:07
    Point to point
  • Урок 57. 00:01:17
    Fire & Forget
  • Урок 58. 00:06:54
    Publish/Subscribe
  • Урок 59. 00:26:14
    Request/Reply
  • Урок 60. 00:04:40
    Competing consumers
  • Урок 61. 00:04:57
    Introduction
  • Урок 62. 00:01:41
    Getting familiar with the Outbox project
  • Урок 63. 00:18:04
    Implementing the outbox pattern
  • Урок 64. 00:10:45
    What is the Saga pattern
  • Урок 65. 00:02:52
    What is a State machine
  • Урок 66. 00:14:04
    Implementing a state machine
  • Урок 67. 00:12:26
    Registering & Running the Saga in memory
  • Урок 68. 00:08:27
    Running the Saga and persisting it
  • Урок 69. 00:03:27
    Testing in MassTransit
  • Урок 70. 00:02:20
    Looking at tests
  • Урок 71. 00:02:19
    Course conclusion