Удален по просьбе правообладателя
  • Урок 1. 00:01:35
    Course Overview
  • Урок 2. 00:03:30
    Introduction
  • Урок 3. 00:05:31
    CQRS and Its Origins
  • Урок 4. 00:03:39
    Why CQRS?
  • Урок 5. 00:01:32
    CQRS in the Real World
  • Урок 6. 00:01:29
    Summary
  • Урок 7. 00:00:20
    Introduction
  • Урок 8. 00:05:57
    Problem Domain Introduction
  • Урок 9. 00:11:31
    Application Code Introduction
  • Урок 10. 00:08:25
    Application Code Drawbacks
  • Урок 11. 00:01:32
    Summary
  • Урок 12. 00:00:21
    Introduction
  • Урок 13. 00:07:27
    CRUD-based Interface
  • Урок 14. 00:01:49
    Task-based Interface
  • Урок 15. 00:08:31
    Untangling the Update Method
  • Урок 16. 00:03:26
    Recap: Untangling the Update Method
  • Урок 17. 00:02:34
    Task-based User Interface
  • Урок 18. 00:04:35
    Dealing with Create and Delete Methods
  • Урок 19. 00:03:43
    Summary
  • Урок 20. 00:00:46
    Introduction
  • Урок 21. 00:11:31
    Introducing a First Command
  • Урок 22. 00:02:48
    Commands in CQS vs. Commands in CQRS
  • Урок 23. 00:04:41
    Commands and Queries in CQRS
  • Урок 24. 00:04:22
    Commands and Queries in the Onion Architecture
  • Урок 25. 00:03:59
    Commands vs. DTOs
  • Урок 26. 00:05:18
    Leveraging ASP.NET Core Dependency Injection to Resolve Handlers
  • Урок 27. 00:06:44
    Introducing a Query
  • Урок 28. 00:04:41
    Finishing up the Refactoring
  • Урок 29. 00:03:33
    Recap: Introducing Commands and Queries
  • Урок 30. 00:04:28
    Summary
  • Урок 31. 00:00:33
    Introduction
  • Урок 32. 00:02:48
    New Requirement: Database Retries
  • Урок 33. 00:08:34
    Introducing a Database Retry Decorator
  • Урок 34. 00:03:24
    Decorator Pattern
  • Урок 35. 00:02:25
    Introducing Another Decorator
  • Урок 36. 00:07:16
    Streamlining the Decorator Configuration
  • Урок 37. 00:01:29
    Recap: Streamlining the Decorator Configuration
  • Урок 38. 00:05:27
    Decorators vs. ASP.NET Middleware
  • Урок 39. 00:04:01
    Command and Query Handlers Best Practices
  • Урок 40. 00:02:32
    Summary
  • Урок 41. 00:00:55
    Introduction
  • Урок 42. 00:05:08
    The State of the Read Model
  • Урок 43. 00:05:01
    Separation of the Domain Model
  • Урок 44. 00:04:13
    Simplifying the Read Model
  • Урок 45. 00:06:40
    Recap: Simplifying the Read Model
  • Урок 46. 00:02:26
    The Read Model and the Onion Architecture
  • Урок 47. 00:02:06
    Summary
  • Урок 48. 00:00:17
    Introduction
  • Урок 49. 00:05:02
    Meet Scalability
  • Урок 50. 00:02:07
    Separation at the Data Level in the Real World
  • Урок 51. 00:03:11
    Designing a Database for Queries
  • Урок 52. 00:04:04
    Creating a Database for Queries
  • Урок 53. 00:02:00
    Recap: Creating a Database for Queries
  • Урок 54. 00:01:55
    Scalability
  • Урок 55. 00:01:58
    A Word of Caution Regarding the Database for Reads
  • Урок 56. 00:02:49
    Summary
  • Урок 57. 00:00:21
    Introduction
  • Урок 58. 00:06:36
    State-driven Projections
  • Урок 59. 00:03:05
    Synchronous State-driven Projections
  • Урок 60. 00:02:47
    Event-driven Projections
  • Урок 61. 00:03:41
    Consistency
  • Урок 62. 00:04:18
    Eventual Consistency
  • Урок 63. 00:01:51
    Versioning
  • Урок 64. 00:03:23
    CQRS and the CAP Theorem
  • Урок 65. 00:02:16
    Summary
  • Урок 66. 00:00:16
    Introduction
  • Урок 67. 00:02:18
    CQRS and Event Sourcing
  • Урок 68. 00:01:59
    Evolutionary Design
  • Урок 69. 00:03:52
    Using Commands and Queries from Handlers
  • Урок 70. 00:01:55
    One-way Commands
  • Урок 71. 00:02:47
    CQRS vs. the Specification Pattern
  • Урок 72. 00:00:59
    Resource List
  • Урок 73. 00:01:55
    Course Summary