随笔分类 -  Linq

Linq and related things
摘要:前面的几篇文章简述了LINQ的基本概念Linq的概念解析http://www.cnblogs.com/2018/archive/2010/11/12/1875850.htmlLINQ 概述、语法及实例http://www.cnblogs.com/2018/archive/2010/11/14/1877144.html深入理解linq的参考例子http://www.cnblogs.com/2018/... 阅读全文
posted @ 2010-11-20 13:39 2012 阅读(376) 评论(0) 推荐(0) 编辑
摘要:MSDN 站点的Linq 101:[联机使用]http://msdn.microsoft.com/en-us/vcsharp/aa336746.aspx 很全面的官方站点。基本概念清楚后,可以参考如下的例子以加深理解Linq in Action的第5章对于常用模式,性能有个综合的例子,很不错:以下是一些常见的使用场景举例 IEnumerable<String> titles = Sam... 阅读全文
posted @ 2010-11-16 16:32 2012 阅读(728) 评论(0) 推荐(0) 编辑
摘要:概述These seven foundational principles state that LINQ is:Ø Integrated: LINQ is a first-class citizen of .NET languages such as C# and VB and as such is fully type-checked. Inside Visual Studio i... 阅读全文
posted @ 2010-11-14 20:48 2012 阅读(1344) 评论(0) 推荐(0) 编辑
摘要:在http://www.cnblogs.com/2018/category/262512.html 这些文章中提到WCF Data Service和WCF RIA Service的使用,在实际的使用过程中会经常的使用linq,为此把这些概念解析一下。序列IEnumerable<T> ,这个类型是关键,LINQ的标准查询操作符都需要使用该类型对象作为参数查询操作符是指在LINQ查询上下文... 阅读全文
posted @ 2010-11-12 16:52 2012 阅读(2338) 评论(0) 推荐(0) 编辑