Online E-Books Links
ASP.NetC-SharpVB.Net SQL ServerAJAXXML

Why select clause comes after from clause in LINQ?

LINQ is used with C# or other programming language, which requires all the variables to be declared first. From clause of LINQ query just defines the range or conditions to select records. That’s why select clause comes after from clause in LINQ