LINQ expressions have a superficial similarity to SQL queries, but the order of the clauses is rearranged.
All LINQ expressions must have a from clause that indicates the data source and a select clause that
indicates the data Web developer wants to retrieve (or a group clause that defines a series of groups into which the data should be placed). …