Удален по просьбе правообладателя
  1. Урок 1. 00:01:05
    Welcome
  2. Урок 2. 00:01:38
    What will you learn in this course?
  3. Урок 3. 00:01:50
    Who is the course for and prerequisites
  4. Урок 4. 00:01:43
    What is Software Architecture?
  5. Урок 5. 00:01:02
    What are Architectural Patterns?
  6. Урок 6. 00:04:43
    Layered Architecture
  7. Урок 7. 00:01:36
    Domain-Centric Architecture
  8. Урок 8. 00:03:29
    What is Clean Architecture?
  9. Урок 9. 00:01:15
    Section Recap
  10. Урок 10. 00:04:30
    The Domain We'll Explore in this Course
  11. Урок 11. 00:02:23
    The Project We Will Build & How this Course is Built
  12. Урок 12. 00:03:10
    Project Setup Following Clean Architecture
  13. Урок 13. 00:02:02
    Sending Requests Using .http Files
  14. Урок 14. 00:00:44
    Section Recap
  15. Урок 15. 00:02:51
    Presentation Layer Overview
  16. Урок 16. 00:05:16
    Implementing Presentation Layer Contracts
  17. Урок 17. 00:01:51
    Implementing Controllers in the Presentation Layer
  18. Урок 18. 00:01:10
    Presentation Layer Frameworks in .NET
  19. Урок 19. 00:00:54
    Section Recap
  20. Урок 20. 00:02:58
    Application Layer Overview
  21. Урок 21. 00:04:45
    Implementing Services in our Application Layer
  22. Урок 22. 00:07:37
    Clean Architecture and Dependency Injection
  23. Урок 23. 00:00:35
    Section Recap
  24. Урок 24. 00:03:49
    What is the CQRS Pattern?
  25. Урок 25. 00:00:32
    Implementing the CQRS Pattern
  26. Урок 26. 00:01:42
    What is the Mediator Pattern?
  27. Урок 27. 00:07:48
    Implementing the Mediator Pattern Using the MediatR NuGet Package
  28. Урок 28. 00:02:44
    Splitting by Feature vs. Splitting by Type
  29. Урок 29. 00:00:55
    Section Recap
  30. Урок 30. 00:02:09
    What is the Result Pattern?
  31. Урок 31. 00:04:10
    Implementing the Result Pattern
  32. Урок 32. 00:00:37
    Section Recap
  33. Урок 33. 00:03:53
    What is the Repository Pattern?
  34. Урок 34. 00:03:47
    Implementing the Repository Pattern in the Application Layer
  35. Урок 35. 00:02:14
    What is the Unit of Work Pattern?
  36. Урок 36. 00:01:57
    Implementing the Unit of Work pattern in the Application Layer
  37. Урок 37. 00:00:47
    Section Recap
  38. Урок 38. 00:01:33
    Infrastructure Layer Overview
  39. Урок 39. 00:04:46
    Implementing the Repository Pattern in the Infrastructure Layer
  40. Урок 40. 00:05:53
    Implementing the Repository Pattern Using EF Core in the Infrastructure Layer
  41. Урок 41. 00:02:32
    Implementing the Unit of Work Pattern in the Infrastructure Layer
  42. Урок 42. 00:03:48
    EF Core and the Repository Pattern
  43. Урок 43. 00:00:39
    Section Recap
  44. Урок 44. 00:01:51
    Domain-Driven Design vs. Clean Architecture
  45. Урок 45. 00:02:16
    What is Domain-Driven Design?
  46. Урок 46. 00:00:39
    Domain Models
  47. Урок 47. 00:03:24
    Rich vs. Anemic Domain Models
  48. Урок 48. 00:01:50
    Always Valid Domain Models
  49. Урок 49. 00:01:35
    Persistence Ignorance
  50. Урок 50. 00:01:41
    Section Recap
  51. Урок 51. 00:03:19
    Domain Layer Overview
  52. Урок 52. 00:02:12
    Implementing Strongly Typed Enums
  53. Урок 53. 00:05:59
    Implementing Domain Models
  54. Урок 54. 00:05:56
    Implementing Domain Model EF Core Configurations
  55. Урок 55. 00:02:16
    Final Project Overview
  56. Урок 56. 00:05:08
    Final Project Code Walkthrough
  57. Урок 57. 00:01:11
    Section Recap
  58. Урок 58. 00:09:08
    Domain Layer Errors vs. Application Layer Errors vs. Presentation Layer Errors
  59. Урок 59. 00:06:18
    Error Handling Approaches in Clean Architecture
  60. Урок 60. 00:04:23
    Implementing Domain Layer Errors
  61. Урок 61. 00:03:02
    Implementing Application Layer Errors
  62. Урок 62. 00:10:55
    Converting Domain and Application Layer Errors to Presentation Errors
  63. Урок 63. 00:01:50
    Section Recap
  64. Урок 64. 00:00:44
    Conclusion