Linked by Eugenia Loli-Queru on Wed 14th Sep 2005 15:07 UTC, submitted by Michał Moskal
Thread beginning with comment 31799
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.





Member since:
2005-09-14
Query expressions are syntactic sugar that are not worth it, but c# seems to be more extensible now thanks to closures and expression trees. If I understand it correctly, then part of the query expressions ("where ......") is not hardwired into the language, but built on the expression trees feature - the code after "where" is DSL that is translated to e.g. SQL by a library that analyzes its expression tree.