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 开始?


基础教程推荐
- 覆盖 Json.Net 中的默认原始类型处理 2022-01-01
- C# - 如何列出发布到 ASPX 页面的变量名称和值 2022-01-01
- 从 VB6 迁移到 .NET/.NET Core 的最佳策略或工具 2022-01-01
- C# - 将浮点数转换为整数...并根据余数更改整数 2022-01-01
- 我什么时候应该使用 GC.SuppressFinalize()? 2022-01-01
- 使用 SED 在 XML 标签之间提取值 2022-01-01
- 当键值未知时反序列化 JSON 2022-01-01
- 创建属性设置器委托 2022-01-01
- 如何使用OpenXML SDK将Excel转换为CSV? 2022-01-01
- Page.OnAppearing 中的 Xamarin.Forms Page.DisplayAlert 2022-01-01