Skip to content

DTOs usage

miguelb97 edited this page Mar 24, 2021 · 1 revision

Heres an explanation of the use of DTOs

Prerequisites

System.ComponentModel.DataAnnotations

What are DTOs used for

DTOs should be used to hide information from the user , usualy information that the user do not need to know or work with , like IDs. Used for Data Validation

Clone this wiki locally