Linq for Confusion
Can someone please make sense of the following statement? (Found here, on the LINQ Chat log):
A: LINQ to SQL is an ORM over your relational database schema plus some mappings. LINQ to Entities is an ORM over a conceptual object-less model (ERM) that is a mapping over your relational database schema.
And:
A: There is an effort on going to align these products, but not to integrate them together.
Can someone please explain me the business sense behind the decision to push two (and let us not forget Linq For DataSet, which I haven't heard about lately) competing frameworks that does the same thing? Can anyone come up with a good explanation for the use cases where I would want to use one and where I would want to use the other?
This has a positioning conflict written all over it.
Comments
Comment preview