Order of select-from-where in LINQ is changed? What is the reason?

Posted by masoud ramezani on Stack Overflow See other posts from Stack Overflow or by masoud ramezani
Published on 2010-04-05T04:19:03Z Indexed on 2010/04/05 4:23 UTC
Read the original article Hit count: 332

Filed under:
|

What is the reason for changing the order of these operators by Microsoft? Microsoft don't use select-from-where and change this order to from-where-select. Why? Is it only for better intellisense in VS?

© Stack Overflow or respective owner

Related posts about LINQ

Related posts about c#