在哪里可以了解有关 Lambda 表达式的更多信息?

发布于 2024-09-10 06:42:15 字数 181 浏览 3 评论 0原文

我终于读完了 Pro ASP.NET MVC 2 Framework 第 3 章:先决条件,但对 lambda 表达式仍然有点困惑。

我在哪里可以观看有关 Lambda 表达式的视频或阅读带有图表和图片的有关 Lambda 表达式的指南,以帮助我更好地可视化它?

/* 谢谢 */

I have finally finished reading Pro ASP.NET MVC 2 Framework Chapter 3: Pre-requisites but still a little confused about lambda expressions.

Where could I watch a video on it or read a guide about Lambda expressions with diagrams and pictures to help me better visualize it?

/* Thanks */

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

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

发布评论

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

评论(2

一片旧的回忆 2024-09-17 06:42:15

TekPub 的教学视频总是做得很好。如果您喜欢视频,我强烈建议您订阅他们的服务,以便您可以查看他们提供的所有视频。但您正在寻找的那个实际上是免费提供的。他们制作了一个关于编程概念的 5 部分系列,其中有一整集专门讨论 Lambda。查看一下:

http://tekpub.com/view/concepts/2

TekPub always does a great job with their instructional videos. If videos are your thing, I strongly encourage you to subscribe to their service so you can view all the videos they offer. BUT the one you are looking for is actually provided FREE. They did a 5-part series on programming concepts and there's an entire episode devoted to Lambdas.. check it out:

http://tekpub.com/view/concepts/2

木緿 2024-09-17 06:42:15

一些视频:

什么是 LINQ?您能用合适的示例进行解释吗?

我该如何:开始使用 LINQ

使用 Linq

除了上面的视频之外,还有其他一些解释 Lambda 表达式的优秀资源,我推荐的是 MSDN 文档迷上了 Linq 网站。这也是我读过的关于 linq 的最好的书,名为 LINQ to Objects Using C# 4.0,它是由 Hooked on Linq 网站的创始人创建。

Some Video's:

What is LINQ? Can you explain it with suitable example?

How Do I: Get Started with LINQ

Using Linq

Over an above the videos some other great resources that explains Lambda Expressions, that I would recommend are the MSDN documentation and the Hooked on Linq website. The is also the best book I ever read on linq called LINQ to Objects Using C# 4.0 which is authored by the man who started the Hooked on Linq website.

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