4. LINQ

4. 1. Introduction
4. 1. 1. Linq
4. 1. 2. Lambda and Linq
4. 1. 3. Query expression syntax
4. 1. 4. Chaining Query Operators
4. 1. 5. Lambda Expressions and Linq Operators
4. 2. Linq Syntax
4. 2. 1. Lambda expressions and Func signatures
4. 2. 2. Deferred Execution
4. 2. 3. Reevaluation and Deferred Execution
4. 2. 4. Captured Variables
4. 2. 5. Subqueries
4. 2. 6. Object Initializers
4. 2. 7. Anonymous Types
4. 2. 8. The let Keyword
4. 3. Linq Operators
4. 3. 1. Aggregate
4. 3. 2. Any
4. 3. 3. Average
4. 3. 4. Cast
4. 3. 5. Concat
4. 3. 6. Contains
4. 3. 7. Count
4. 3. 8. Distinct
4. 3. 9. ElementAt
4. 3. 10. Empty
4. 3. 11. Except
4. 3. 12. First
4. 3. 13. FirstOrDefault
4. 3. 14. GroupBy
4. 3. 15. Intersect
4. 3. 16. Last
4. 3. 17. LongCount
4. 3. 18. Max
4. 3. 19. Min
4. 3. 20. OfType
4. 3. 21. OrderBy
4. 3. 22. OrderByDescending
4. 3. 23. Range
4. 3. 24. Repeat
4. 3. 25. Select
4. 3. 26. SelectMany
4. 3. 27. Single
4. 3. 28. Skip
4. 3. 29. SkipWhile
4. 3. 30. Sum
4. 3. 31. Take
4. 3. 32. TakeWhile
4. 3. 33. ThenBy
4. 3. 34. ThenByDescending
4. 3. 35. Union
4. 3. 36. Where
4. 3. 37. Zip
4. 4. Enumerable
4. 4. 1. Sort
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.