Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dto

Why does this MapStruct generated class does not include import statement?

java mapping dto mapstruct

Creating GeoJSON output from Well Known Text with C#

Persistence entities as data transfer objects

java persistence dto

where to handle DTO<->business object conversion

Is it possible to map IQueryable<CatDTO> to IQueryable<CatEf>?

In F#, is there a shortcut for creating a record type with a primary key used for equality and sorting comparison?

.net orm f# dto

Linq-to-SQL and WCF service - data transfer objects

c# wcf linq-to-sql dto

Many-to-many to DTOs using Automapper

DTO's and calls between services

In DDD how to pass Value Objects via DTO?

DTOs and interfaces

Spring DTO validation in Service or Controller?

Same/different DTO object in create, update and get rest end points?

DTO shape: flat, complex/nested, or a mixture of both

ApiController vs ODataController when exposing DTOs