A typical screen in your user interface probably combines data from several different tables. To handle that, I typically have my back-end processes generate Data Transfer Objects (DTOs) which combine ...
The Entity Framework offers a command-line mapping tool (Edmgen.exe) that creates the three XML files required to map the persistence (physical or relational) layer to the conceptual layer that ...