Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dto

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

Java EE DAO / DTO (Data Transfer Object) Design Patterns

Does Breeze elminate the need for DTOs in single-page-applications?

How to use ServiceStack DTO TranslateTo and PopulateWith?

c# servicestack dto

Initialize fileds in DTO

java dto

What drives the design of a data transfer object?

c# web-services dto

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