-
Hey All, I'm new to working with ABP, having mostly worked with frameworks for PHP like Laravel. I'm trying to understand the relationship between DTO's and Entities, as they seemingly contain the same properties, yet I cannot fetch / insert Entities from my Application Service as apparently I need to use DTO's for that. This confuses me, as to me, it seems like I'm effectively defining the same information, twice, to reach the same outcome. Could someone explain this to me? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
You can see the EBook: https://abp.io/books/implementing-domain-driven-design |
Beta Was this translation helpful? Give feedback.
-
Hi @xorinzor, please check the The Need for DTOs section in the Data Transfer Objects documentation, why we need to use DTOs is explained in detail. |
Beta Was this translation helpful? Give feedback.
Hi @xorinzor, please check the The Need for DTOs section in the Data Transfer Objects documentation, why we need to use DTOs is explained in detail.