在哪里可以了解有关 Lambda 表达式的更多信息?
我终于读完了 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
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
一些视频:
什么是 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.