What does DTO mean? What is the full form of DTO?

The Full Form of DTO is Data Transfer Object.

In the field of programming a data transfer object (DTO) is an object that carries data between processes. The motivation for its use is that communication between processes is usually done resorting to remote interfaces (e.g., web services), where each call is an expensive operation. Because the majority of the cost of each call is related to the round-trip time between the client and the server, one way of reducing the number of calls is to use an object (the DTO) that aggregates the data that would have been transferred by the several calls, but that is served by one call only.

The difference between data transfer objects and business objects or data access objects is that a DTO does not have any behavior except for storage, retrieval, serialization and deserialization of its own data (mutators, accessors, parsers and serializers). In other words, DTOs are simple objects that should not contain any business logic but may contain serialization and deserialization mechanisms for transferring data over the wire.

This pattern is often incorrectly used outside of remote interfaces. This has triggered a response from its author where he reiterates that the whole purpose of DTOs is to shift data in expensive remote calls.

DTO

means

Data Transfer Objecthow to pronounce Data Transfer Object

Translate Data Transfer Object to other language.

Select another language: Go
Do you want to know What does DTO mean? What is the full form of DTO?. Are you looking for What does DTO mean? What is the full form of DTO? What is DTO stand for? On this page, We talk about the various possible acronym, abbreviation, full form or slang term of DTO. The Full Form of DTO is‍ Data Transfer Object
You also might want to know: how to pronounce DTO, how to pronounce Data Transfer Object,
Still can't find the acronym definition for DTO? Please use our site search to look for more acronyms.
Showing the full form of DTO:‍ 'Data Transfer Object' on your site.
What does DTO mean? What is the full form of DTO?
Image Source:
Image HTML:
HTML with link: