JT
JT
CC#
Created by JT on 9/17/2022 in #help
Entities and Models, DTOs oh my?
Yeah looking at some documentation and videos it looks like using entities to map to the tables that we are creating in the database while we can use DTO‘s and DAO‘s as contracts that we want to use from an inbound and outbound perspective. would this be a better summary? High-level
14 replies
CC#
Created by JT on 9/17/2022 in #help
Entities and Models, DTOs oh my?
gotcha, so just to be clear here. Entities - reference the data that is in the database. DTOs - specialized types that are used. that are not used to reference db entities ^ would these be correct statements?
14 replies