Answer
DTOs decouple API contracts from internal entity models.
Benefits:
- Prevents over-posting
- Improves security
- Helps with API versioning
- Simplifies maintenance
Mapping can be done manually or using AutoMapper.
DTOs decouple API contracts from internal entity models.
Benefits:
Mapping can be done manually or using AutoMapper.
Sign in to access all features and personalize your learning experience.
Source: SugharaIQ