Which book is good to start with LINQ?(哪本书适合从 LINQ 开始?)
问题描述
哪些书籍适合从 LINQ 开始.如果这本书能涵盖从基础到中级的内容,那将会很有帮助.
Which books are good to start with LINQ. It would be helpful if the book can cover from basics to Intermediate level.
推荐答案
我不确定图书推荐问题会在这里停留多久,答案可能会与关于推荐的 .NET 图书的现有社区 wiki 问题合并(我肯定有) - 然而,我可能会建议,虽然缺乏描述性内容并直接关注实践,是:
I'm not sure how long a book recommendation question will hang around here, answers may be merged with an existing community wiki question on recommended .NET books (I'm sure there is one) - however, what I might suggest, though lacking in descriptive content and focusing directly on practice, is:
- MSDN 上的 101 个 Linq 示例.
进一步:
- 这个答案对另一个问题推荐Essential Linq
- 另一个添加了对C# 深入,Linq 实战
- 另一个建议 从这里是Pro Linq
- 最后,归功于@Laurent,是重新实现 LINQ to Objects
- This answer to another question recommends Essential Linq
- And another adds recommendations for C# In Depth, Linq In Action
- Yet another suggestion from here is Pro Linq
- Lastly, and credit to @Laurent, is Reimplementing LINQ to Objects
这篇关于哪本书适合从 LINQ 开始?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:哪本书适合从 LINQ 开始?


基础教程推荐
- 重新排序 WPF TabControl 中的选项卡 2022-01-01
- Mono https webrequest 失败并显示“身份验证或解密失败" 2022-01-01
- 在 VB6 或经典 ASP 中使用 .NET 2022-01-01
- 获取C#保存对话框的文件路径 2022-01-01
- 将数据集转换为列表 2022-01-01
- 如果条件可以为空 2022-01-01
- 更新 Visual Studio 中的 DataSet 结构以匹配新的 SQL 数据库结构 2022-01-01
- SonarQube C# 分析失败“不是指针的有效行偏移" 2022-01-01
- 从 C# 控制相机设备 2022-01-01
- C# 9 新特性——record的相关总结 2023-04-03