Skip to content
Loading
In SQL queries 'Select' comes first, then comes 'From', but in LINQ, we have to write 'From' fist and 'Select' later. Why is it so?