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
查看全文
相关阅读:
Linux+Apache环境下安装SSL证书
Linux+Tomcat环境下安装SSL证书
nginx配置ssl证书实现https访问
Centos7安装jenkins
kali linux网络配置
Docker 国内镜像的配置及使用
centos7安装tomcat8.5
centos7 安装nginx
Kali linux 2018 安装 Fluxion
mysql5.7安装
原文地址:https://www.cnblogs.com/downmoon/p/1096301.html
最新文章
生成树计数 Matrix-Tree 定理 学习笔记
2019CCPC网络赛 HDU6705
Educational Codeforces Round 69 E
AtCoder Beginner Contest 134 E
AtCoder Beginner Contest 133 F
AtCoder Beginner Contest 132 F Small Products
多项式算法学习笔记
当蒟蒻的我记不住如何重载运算符的时候
幸福的通道-洛谷4308
(n)e(m)
热门文章
严格次小生成树(模板)-洛谷4180
yidiandian
烦神的斐波那契&&洛谷-1306-斐波那契公约数
矩阵快速幂
高斯消元
货车运输-洛谷-1967-LCA+最大生成树(kruskal(并查集))
nginx优化
Linux 上配置 AG
备份和还原 Linux 上的 SQL Server 数据库
证书转化 .cer .crt .jks
Copyright © 2011-2022 走看看