Hello,
I've been reading updates on Data Sets vs. Other ORM's like ADO.NET Entity Framework, but a lot of them refer to the older version, so with EF 4 as an option today, what is people's opinion for data sets vs. EF 4, which is better, worse?
I like EF 4 because:
- The designer finally works well.
- The variation of model options (POCO, merge/split tables, future code-only approach, etc.).
- MS keeps coming out with updates to the framework.
- Capabilities to access model metadata/state tracking.
What is your opinion?
Thanks.