DTO and Self Tracking Entities pattern in the entity framework
- by kathy
Hello,
In What scenario that I have to use DTO's pattern in the entity framework the and not the Self Tracking Entities pattern?
Can I start with Self Tracking Entities because it's easier to develop and then add DTO's in the next Phase ???
As always, your advice is greatly appreciated...