Category: CODE

Demystifying DTOs, Mappers, and When to Use AutoMapper, C# and TypeScript

April 25, 2024 By Joao LIVIO

In modern software development, especially in projects following the principles of clean architecture and domain-driven design, the proper management of data transfer objects (DTOs) becomes crucial. DTOs help in decoupling the internal domain model from the external world, ensuring flexibility, scalability, and maintainability of the application. However, managing DTOs manually can become tedious, especially in […]