Part 1:Event-Driven Architecture and .NET 7
This part will cover the new features of .NET 7 that will make developing applications using EDA patterns easier, as well as the sample application that will be used throughout the book and how the core tenets of Domain-Driven Design (DDD) are implemented in .NET 7.
This part has the following chapters:
- Chapter 1, The Sample Application
- Chapter 2, The Producer-Consumer Pattern
- Chapter 3, Message Brokers
- Chapter 4, Domain Model and Asynchronous Design