You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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