zoukankan
html css js c++ java
101 LINQ Samples(from MSDN)
101 LINQ Samples
Restriction Operators
Where - Simple 1
Where - Simple 2
Where - Simple 3
Where - Drilldown
Where - Indexed
Projection Operators
Select - Simple 1
Select - Simple 2
Select - Transformation
Select - Anonymous Types 1
Select - Anonymous Types 2
Select - Anonymous Types 3
Select - Indexed
Select - Filtered
SelectMany - Compound from 1
SelectMany - Compound from 2
SelectMany - Compound from 3
SelectMany - from Assignment
SelectMany - Multiple from
SelectMany - Indexed
Partitioning Operators
Take - Simple
Take - Nested
Skip - Simple
Skip - Nested
TakeWhile - Simple
SkipWhile - Simple
SkipWhile - Indexed
Ordering Operators
OrderBy - Simple 1
OrderBy - Simple 2
OrderBy - Simple 3
OrderBy - Comparer
OrderByDescending - Simple 1
OrderByDescending - Simple 2
OrderByDescending - Comparer
ThenBy - Simple
ThenBy - Comparer
ThenByDescending - Simple
ThenByDescending - Comparer
Reverse
Grouping Operators
GroupBy - Simple 1
GroupBy - Simple 2
GroupBy - Simple 3
GroupBy - Nested
GroupBy - Comparer
GroupBy - Comparer, Mapped
Set Operators
Distinct - 1
Distinct - 2
Union - 1
Union - 2
Intersect - 1
Intersect - 2
Except - 1
Except - 2
Conversion Operators
To Array
To List
To Dictionary
OfType
Element Operators
First - Simple
First - Indexed
FirstOrDefault - Simple
FirstOrDefault - Condition
FirstOrDefault - Indexed
ElementAt
Generation Operators
Range
Repeat
Quantifiers
Any - Simple
Any - Indexed
Any - Grouped
All - Simple
All - Indexed
All - Grouped
Aggregate Operators
Count - Simple
Count - Conditional
Count - Indexed
Count - Nested
Count - Grouped
Sum - Simple
Sum - Projection
Sum - Grouped
Min - Simple
Min - Projection
Min - Grouped
Min - Elements
Max - Simple
Max - Projection
Max - Grouped
Max - Elements
Average - Simple
Average - Projection
Average - Grouped
Fold - Simple
Fold - Seed
Miscellaneous Operators
Concat - 1
Concat - 2
EqualAll - 1
EqualAll - 2
Custom Sequence Operators
Combine
Query Execution
Deferred
Immediate
Query Reuse
原文链接
http://msdn2.microsoft.com/en-us/vcsharp/aa336746.aspx
邀月注:本文版权由邀月和博客园共同所有,转载请注明出处。
助人等于自助!
3w@live.cn
查看全文
相关阅读:
poj 2054 Color a Tree(贪婪)
Restful 和 Jersey介绍(Web Service )
Android异步载入全解析之使用多线程
50个Android开发技巧(11 为文字加入特效)
HDU 4424 Conquer a New Region 最大生成树
Spring通过工厂创建实例的注意事项
配置rhel 6.4(64位)安装使用syslog-ng 3.5
虚拟机上网设置
Java学习——何为JNDI
Swift初体验 (一)
原文地址:https://www.cnblogs.com/downmoon/p/1096301.html
最新文章
瀑布流网页的实现中遇到的问题和解决方法
Java程序性能优化
Linux下TOmcat调试命令
vim不保存退出
linux下打开、关闭tomcat,实时查看tomcat运行日志
linux rpm命令
ip地址+进程端口号+路径参数同样实现restful访问
soa思想,就是远程服务调用
grep是模糊匹配
性能分析
热门文章
基于RPC原理的dubbo
第三方微信接入登录流程整理
埃博拉病毒死亡展示了大批医护人员?
Codeforces 56D Changing a String 编辑距离 记忆dp
N使用exus2打造企业maven仓库(三)
IOS UItableView得到group如何摆脱的剪裁线条样式问题
【图像处理】Gabor过滤器
UVa 657 掷骰子
【SICP感应】3 级数据和符号数据
普通程序猿的生存
Copyright © 2011-2022 走看看