Best of Domain-Driven DesignNovember 2024

  1. 1
    Video
    Avatar of dotnet.NET Blog·2y

    Clean Architecture with ASP.NET Core 9

    Steve Smith, also known as R Dallas, discusses the implementation of clean architecture in ASP.NET Core 9. Emphasizing practical demos, the presentation covers the benefits of clean architecture, its role in dependency management, and how it helps in organizing code effectively. A demo project, eShop on web, showcases the architecture in action, including the setup of core, infrastructure, and web projects to maintain separation of concerns and enable testability.

  2. 2
    Article
    Avatar of telerikTelerik·2y

    Getting Started with Domain-Driven Design in ASP.NET Core

    Domain-driven design (DDD) aligns code structure with business logic to address complex problems. This guide introduces the basics of DDD and steps for creating a microservice using ASP.NET Core, focusing on strategic and tactical design. It covers setting up various layers, including domain, infrastructure, and application, and provides a practical example of a commission processing module, complete with code snippets and explanations.