A Clear Guide to Choose Between Clean Architecture / Three-Tier Architecture for .NET 8 Application.

preview_player
Показать описание

/*Source codes available*/

/*Playlist*/

/*Follow Netcode-Hub*/
Рекомендации по теме
Комментарии
Автор

Great video friend, I'm on minute 40, and I'll keep watching tomorrow, or after dinner, I have a question, why do you communicate the presentation with the domain, for simplicity? Shouldn't a DTO in the application layer, similar to the response class, represent the domain entities? Just curious about that, I'm new to the whole clean architecture concept, but I thought the presentation should only "talk" with the application layer, please, correct me if I'm wrong. Another question, couldn't I just create an implementation class in the service folder to consume the already existing interface? Or is it proper to create 2 identical interfaces?

guillermomazzari