C# 学习中的 lambda 运算符

发布于 2024-08-26 00:01:07 字数 1539 浏览 2 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

-柠檬树下少年和吉他 2024-09-02 00:01:07

Eric White 有一篇不错的博客文章,介绍了 Lambda 表达式的一些示例:

http://blogs.msdn.com/ericwhite/pages/Lambda-Expressions.aspx 

否则,由于每个表达式通常都是根据要求定制的,我建议您阅读一本不错的书来帮助您入门。许多 Linq 标题都很好地涵盖了 lambda 表达式。我个人推荐 Linq in Action

Eric White has a nice blog entry on some examples of Lambda expressions:

http://blogs.msdn.com/ericwhite/pages/Lambda-Expressions.aspx 

Otherwise, as each expressions is generally bespoke to the requirement I'd advise a decent book to get you started. Many of the Linq title cover lambda expressions well. Personally I'd recommend Linq in Action

面如桃花 2024-09-02 00:01:07

除了在 Google 上搜索之外,我可能建议获取免费版本的 CodeRush / Refactor!来自 DevExpress。其中一项重构是将代码转换为 lambda 表达式,这是一种基于您自己的代码查看现实世界相关示例的绝佳方法。

编辑:CodeRush Xpress 附带的 Lambda 重构详细信息

Apart from a search on Google, I'd probably recommend getting the free version of CodeRush / Refactor! from DevExpress. One of the refactorings is to convert code to lambda expressions, and can be an excellent way to see real-world, relevant examples based on your own code.

Edit: The Lambda Refactorings that come with CodeRush Xpress are detailed here

绳情 2024-09-02 00:01:07

Jon Skeet 写了一本出色的书,不仅讨论了 lambda 表达式,而且还深入探讨了对于具有 C# 1 或 2 背景的人来说可能陌生的主题。 http://csharpin深度.com/

Jon Skeet wrote an excellent book that tackles lambda expressions but also goes into a tremendous amount of depth on topics that might be new to someone coming from a C# 1 or 2 background. http://csharpindepth.com/

醉梦枕江山 2024-09-02 00:01:07

另外两篇关于 C# lambda 表达式的精彩介绍:

第一篇(免责声明 - 我的博客)将为您提供基本概念的快速解释。本书完整涵盖了所有相关主题。

Two other good introductions to C# lambda expressions:

The first (disclaimer - my blog) will give you a quick explanation of the fundamental concepts. The book provides complete coverage of all relevant topics.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文