这篇文章是参考微软内部文档重新编写而成,感谢相关内容的各位作者的辛勤劳动!

其内容介绍如下:

Language Integrated Query (LINQ) provides the ability to write query expressions directly within C# or Visual Basic.
LINQ makes it significantly easier to query and access all types of data.
During this session you will get an introduction to LINQ and learn about several different flavors of LINQ including LINQ to Objects and LINQ to XML.

单击此处下载该文档。