What is the difference between "LINQ to Entities", "LINQ to SQL" and "LINQ to Dataset".
Posted
by Marcel
on Stack Overflow
See other posts from Stack Overflow
or by Marcel
Published on 2010-03-14T21:22:17Z
Indexed on
2010/03/14
21:55 UTC
Read the original article
Hit count: 284
I've been working for quite a while now with LINQ. However, it remains a bit of a mystery what the real differences are between the mentioned flavours of LINQ.
The successful answer will contain a short differentiation between them. What is the main goal of each flavor, what is the benefit, and is there a performance impact...
P.S. I know that there are a lot of information sources out there, but I'm looking for a kind of a "cheat sheet" which instructs a newbie where to head for a specific goal.
© Stack Overflow or respective owner