Tagged Questions
12
votes
4answers
7k views
what is Data Transfer Object?
what is a Data Transfer Object?
In MVC are the model classes DTO, and if not what are the differences and do we need both?
0
votes
0answers
64 views
Alternative names for the “Change Set”, “Simple Entities”, and “Self-Tracking Entities” data transfer patterns?
This article on n-tier application patterns describes different ways of getting data across the wire between your middle tier and your client. It names these patterns:
Change Set -- e.g. sending ...