What is the differnce 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:25 UTC
Read the original article Hit count: 236

Filed under:
|
|
|
|

Hi all,

I'm working for quite a while now with LINQ. However, it remained still a bit of a mystery what are the real differences between the mentioned flavours of LINQ.

The successful answer will contain a short differentiation between them. What is the main goal if it, 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 look for a kind of a "cheat sheet" which instructs a newbie where to head to for a specific goal.

© Stack Overflow or respective owner

Related posts about c#

Related posts about LINQ