Select from following answers:- Self-tracking Entity Framework entities

- Entity Framework entities created with the default custom tool
- Custom Data Transfer Objects (DTOs)
- All Above
Self-tracking Entity Framework entities meet the requirements specified. These types are lighter and more interoperable than a DataSet.
DTOs generally require complex code to track changes and report changes stored in the DTO to the persistence framework.
Show Correct Answer
Source: MeasureUp.Com | |
Alert Moderator