Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dto

DTO mapping and updating to a Database with Java, Dozer and Hibernate

java hibernate dto dozer

Doctrine DTO with native SQL queries

doctrine-orm dto

AutoMapper and interface typed collections

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?

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

ApiController vs ODataController when exposing DTOs