Clean Architecture Pattern Hands-On
This course builds a .NET solution from scratch using the clean architecture pattern.
It aims to create loosely coupled components that can be tested independently with no dependencies on data stores, message brokers or UIs. This pattern helps prevent technology lock-in.
It covers folder setup, core domain logic (anemic vs. rich), use case orchestration, and plugin gateways implementing core interfaces.