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 开始?
基础教程推荐
- 错误“此流不支持搜索操作"在 C# 中 2022-01-01
- 是否可以在 asp classic 和 asp.net 之间共享会话状态 2022-01-01
- 将事件 TextChanged 分配给表单中的所有文本框 2022-01-01
- 如何动态获取文本框中datagridview列的总和 2022-01-01
- JSON.NET 中基于属性的类型解析 2022-01-01
- 从 VS 2017 .NET Core 项目的发布目录中排除文件 2022-01-01
- 在 VS2010 中的 Post Build 事件中将 bin 文件复制到物 2022-01-01
- 经典 Asp 中的 ResolveUrl/Url.Content 等效项 2022-01-01
- 全局 ASAX - 获取服务器名称 2022-01-01
- 首先创建代码,多对多,关联表中的附加字段 2022-01-01
