Am I missing something about LINQ?

Posted by Jason Baker on Stack Overflow See other posts from Stack Overflow or by Jason Baker
Published on 2008-08-21T21:54:56Z Indexed on 2010/06/06 11:42 UTC
Read the original article Hit count: 258

Filed under:
|
|

I seem to be missing something about LINQ. To me, it looks like it's taking some of the elements of SQL that I like the least and moving them into the C# language and using them for other things.

I mean, I could see the benefit of using SQL-like statements on things other than databases. But if I wanted to write SQL, well, why not just write SQL and keep it out of C#? What am I missing here?

© Stack Overflow or respective owner

Related posts about c#

Related posts about sql