About 166,000 results
Open links in new tab
  1. The DTO Pattern (Data Transfer Object) - Baeldung

    Mar 26, 2025 · Explore the definition of the DTO Pattern and its reason for existing, and how to implement it.

  2. What is a Data Transfer Object (DTO)? - Stack Overflow

    Jun 26, 2009 · Data transfer object (DTO) describes “an object that carries data between processes” (Wikipedia) or an “object that is …

  3. Data transfer object - Wikipedia

    Data transfer object In the field of programming a data transfer object (DTO[1][2]) is an object that carries data between processes. …

  4. Create Data Transfer Objects (DTOs) | Microsoft Learn

    May 9, 2022 · Describes how to create data transfer objects (DTOs) manually using code to change the shape of the data sent to the …

  5. What are DTOs (Data Transfer Objects) - Java Code Geeks

    Sep 9, 2025 · 1. Introduction to Data Transfer Objects A Data Transfer Object (DTO) is an object that carries data between …

  6. Mastering DTOs: Best Practices and Pitfalls to Avoid

    Jan 30, 2025 · What is a DTO? A DTO (Data Transfer Object) is a design pattern used to transfer data between layers of an …

  7. The Complete Guide to Data Transfer Objects (DTOs): From ... - Medium

    Aug 13, 2025 · Data Transfer Object (DTO) is a design pattern used to transfer data between software application subsystems or …

  8. What Are DTOs in ASP.NET Core and Their Benefits - C# Corner

    Sep 12, 2025 · This article explains how DTOs enhance security by preventing sensitive data exposure, improve performance …

  9. Data Transfer Object DTO Definition and Usage - Okta

    Aug 29, 2024 · A data transfer object (DTO) is an object that carries data between processes. You can use this technique to facilitate …

  10. Differences Between Entities and DTOs - Baeldung

    Mar 17, 2024 · Learn about the conceptual differences between an entity and a DTO by example in Java.