开发者

Linq / Lambda Expressions / Delegates - What's the best explanation you've seen on this?

开发者 https://www.devze.com 2023-01-03 19:34 出处:网络
I\'m interested in knowing where you have found the best, clearest and/or simplest explanation of the various technol开发者_JS百科ogies used in Linq, such as Lambda\'s, delegates etc. There are many b

I'm interested in knowing where you have found the best, clearest and/or simplest explanation of the various technol开发者_JS百科ogies used in Linq, such as Lambda's, delegates etc. There are many books available on this subject, but I am looking for some source that goes into painstakingly great detail to make the subject as simple as possible.


Jon Skeet, C# In Depth. Buy a copy for every room in your house.


I got some good comments on a blog post I did a little over a year ago:

Loops, Conversions and Lambdas

It's definitely not "painstakingly detailed", but it shows how the .NET runtime as evolved from delegates, to anonymous methods and finally, lambdas.


Functional-programming-in-Csharp is a very good article on functional programming, delegates and Lambda Expression.

For me it was simple,nice and pretty straight forward. Most of the things can be understood looking into the examples itself. Very well explained.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号