- Operators like Orderby are greedy, when used execution is no longer lazy.
- You have to pay more attention to LINQ queries for remote data
- If you use Count on LINQ query and also use the same query in foreach, then you end up iterating over the dataset twice.
- no edit and continue support
No comments:
Post a Comment