Удален по просьбе правообладателя
  1. Урок 1. 00:01:12
    Welcome
  2. Урок 2. 00:02:14
    What will you learn in this course?
  3. Урок 3. 00:03:11
    Who is the course for and prerequisites
  4. Урок 4. 00:01:28
    What is Domain-Driven Design?
  5. Урок 5. 00:04:27
    What is a Domain?
  6. Урок 6. 00:02:20
    Why you should learn and practice DDD
  7. Урок 7. 00:04:58
    The two parts of DDD
  8. Урок 8. 00:01:48
    Section Recap
  9. Урок 9. 00:06:07
    The domain we’ll be exploring
  10. Урок 10. 00:04:31
    The domain’s Ubiquitous Language
  11. Урок 11. 00:03:42
    Ubiquitous Language as a tool for detecting Domain Objects
  12. Урок 12. 00:03:01
    The domain’s invariants
  13. Урок 13. 00:02:45
    Enforcing invariants
  14. Урок 14. 00:05:21
    Creating the domain objects
  15. Урок 15. 00:10:42
    Invariants as Unit Tests
  16. Урок 16. 00:12:23
    Enforcing Invariants that rely on dependencies
  17. Урок 17. 00:10:09
    The Result Pattern
  18. Урок 18. 00:02:11
    Section Recap
  19. Урок 19. 00:03:16
    What are Tactical Patterns?
  20. Урок 20. 00:03:34
    What is Tactical Design?
  21. Урок 21. 00:03:50
    Entities
  22. Урок 22. 00:02:24
    Implementing the Entity base class
  23. Урок 23. 00:07:30
    Value Objects
  24. Урок 24. 00:02:40
    Implementing the Value Object base class
  25. Урок 25. 00:06:03
    Aggregates
  26. Урок 26. 00:06:17
    Shifting the focus to Aggregates
  27. Урок 27. 00:01:10
    Implementing the Aggregate base class
  28. Урок 28. 00:08:35
    Structuring the Domain Layer around Aggregates
  29. Урок 29. 00:05:33
    Domain Services
  30. Урок 30. 00:03:35
    Factories
  31. Урок 31. 00:05:06
    Implementing a Static Factory Method
  32. Урок 32. 00:04:41
    Repositories
  33. Урок 33. 00:01:41
    Disconnected Domain Models
  34. Урок 34. 00:03:19
    Repositories and EF Core
  35. Урок 35. 00:03:15
    Implementing a Repository
  36. Урок 36. 00:01:17
    Section Recap
  37. Урок 37. 00:04:50
    Accessing the Domain Layer via a web API
  38. Урок 38. 00:06:46
    A system without Domain Events
  39. Урок 39. 00:01:17
    Eventual Consistency
  40. Урок 40. 00:05:28
    What is a Domain Event?
  41. Урок 41. 00:06:44
    The Domain Event Sausage Factory
  42. Урок 42. 00:06:42
    Implementing a Domain Event
  43. Урок 43. 00:01:24
    Section Recap
  44. Урок 44. 00:01:42
    Domain Modeling & Analysis Paralysis
  45. Урок 45. 00:02:29
    Domain Model Identity Uniqueness
  46. Урок 46. 00:03:39
    Domain Object Deletion
  47. Урок 47. 00:03:22
    One Aggregate Per Transaction
  48. Урок 48. 00:03:44
    Reference Between Domain Models
  49. Урок 49. 00:00:56
    Section Recap
  50. Урок 50. 00:05:12
    Application Services vs Domain Services
  51. Урок 51. 00:05:09
    Transactional vs. Eventual Consistency
  52. Урок 52. 00:03:58
    Rich vs. Anemic Domain Models
  53. Урок 53. 00:02:33
    Always Valid vs. Not Always Valid
  54. Урок 54. 00:01:10
    Persistence Ignorance
  55. Урок 55. 00:01:21
    Section Recap
  56. Урок 56. 00:04:42
    What is Strategic Design?
  57. Урок 57. 00:03:31
    Sub-Domains
  58. Урок 58. 00:03:41
    The 3 types of Sub-Domains
  59. Урок 59. 00:04:15
    Context Mapping and Context Maps
  60. Урок 60. 00:04:44
    Context Map example
  61. Урок 61. 00:01:45
    Team Relationships
  62. Урок 62. 00:03:08
    Context Map Patterns
  63. Урок 63. 00:01:19
    Section Recap
  64. Урок 64. 00:05:30
    Bounded Contexts
  65. Урок 65. 00:05:18
    Bounded Contexts vs. Sub-Domains (Problem vs. Solution Space)
  66. Урок 66. 00:04:07
    Exploring our Domain’s Bounded Contexts
  67. Урок 67. 00:06:11
    Exploring relationships between our Bounded Contexts
  68. Урок 68. 00:05:01
    Defining our Context Map
  69. Урок 69. 00:01:10
    Section Recap
  70. Урок 70. 00:02:47
    What are Integration Events?
  71. Урок 71. 00:04:22
    The chain of Integration and Domain Events
  72. Урок 72. 00:04:30
    Using a Message Broker for distributing Integration Events
  73. Урок 73. 00:03:57
    Error handling when publishing Integration Events
  74. Урок 74. 00:04:26
    The Outbox Pattern
  75. Урок 75. 00:04:19
    The Integration Events Sausage Factory - Outbox Writer
  76. Урок 76. 00:01:57
    The Integration Events Sausage Factory - Integration Event Publisher
  77. Урок 77. 00:05:18
    The Integration Events Sausage Factory - Consuming Integration Events
  78. Урок 78. 00:00:46
    Section Recap
  79. Урок 79. 00:01:31
    Course conclusion