An Introduction to LINQ
- slide 10 : 11
Query Syntax versus Method Syntax
Query Syntax
is syntactic sugar on top of the
Method syntax
, which we have introduced above
The average age of all females - revisited.
Same program with use of query syntax.
A comma-separated list of all male first names, youngest first - revisited.
Same program with use of query syntax.