You are on page 1of 1

What is DTO?

1. DTO, which stands for Data Transfer Object.

2. A design pattern conceived to reduce the number of calls when working with remote
interfaces.
3. a design pattern used to transfer data between software application subsystems.

4. DTOs are often used in conjunction with data access objects to retrieve data from a
database.

You might also like