Language Integrated Query (LINQ, pronounced "link") is a Microsoft .NET Framework component that adds native data querying capabilities to .NET languages.

LINQ extends the language by the addition of query expressions, which are akin to SQL statements, and can be used to conveniently extract and process data from arrays, enumerable classesXML documents, relational databases, and third-party data sources. Other uses, which utilize query expressions as a general framework for readably composing arbitrary computations, include the construction of event handlers[1] or monadic parsers.[2]

LINQ also defines a set of method names (called standard query operators, or standard sequence operators), along with translation rules used by the compiler to translate fluent-style query expressions into expressions using these method names, lambda expressions and anonymous types.

Many of the concepts that LINQ has introduced were originally tested in Microsoft's  research project. LINQ was released as a major part of .NET Framework 3.5 on November 19, 2007.

https://en.wikipedia.org/wiki/Language_Integrated_Query

最新文章

  1. 【SharePoint学习笔记】第2章 SharePoint Windows PowerShell 指南
  2. Oracle中分区表的使用
  3. 夺命雷公狗ThinkPHP项目之----企业网站10之栏目的编辑完善(无限极分类的完成)
  4. mysql 事务隔离级别
  5. DEV--GerdView控件
  6. [改善Java代码]非稳定排序推荐使用List
  7. window.showModalDialog以及window.open用法简介
  8. iOS开发--XMPPFramework--好友列表(五)
  9. netty基本用法
  10. Python动态绑定属性slots的使用
  11. FTP设置用户名和密码
  12. MT【41】利用不等式妙消参数
  13. JavaScript和HTML DOM的区别与联系
  14. [转][CentOS]VI编辑器使用
  15. JS中那些让人头昏眼花的弯子
  16. 浅谈mysql中utf8和utf8mb4区别
  17. rtl-sdr在win7和ubuntu16.04的安装
  18. sql上下级关系查询
  19. Start-Sleep 帮助信息
  20. 【.Net】HttpClient 的使用

热门文章

  1. Centos 7.x 源码编译搭建Nginx
  2. 2019-05-14 Python SSL
  3. TotoiseSVN使用教程
  4. Timus - 1213 - Cockroaches!
  5. Method and apparatus for an atomic operation in a parallel computing environment
  6. 【ACM】hdu_1106_排序_201308071928
  7. 【slighttpd】基于lighttpd架构的Server项目实战(6)—预备知识之Http
  8. hdu - 3498 - whosyourdaddy(反复覆盖DLX)
  9. 基于UEFI和GPT模式下U盘安装windows8.1和Linux双启动教程
  10. WndProc函数参数列表