Advanced C#: 07 Anonymous Methods and Lambda Expressions

preview_player
Показать описание
Advanced C#: 07 Anonymous Methods and Lambda Expressions
Рекомендации по теме
Комментарии
Автор

Thank you for this beautiful explanation. Gosh, why do all those C# books make both Func<> and Action<> look so complicated like it is the preserve of gurus? You know, one problem with the programming industry is that too many times, our books are written by excellent programmers who (unfortunately) are very bad or below par in teaching skills (i.e. the art of transferring knowledge). This needs to change. I always skipped Func and Action topics in books because of the laborious and complicated way they are always introduced in books. Thanks to videos and tutorials like this one. I am actually amazed about the simplicity of this concepts. Imagine having to learn Func and Action in those days when there was either no internet or you had to access web resources through dial-up connection. You would be frustrated by those awfully written books. I dread to think of how life was two decades ago without YouTube...(shivers).

zedal
Автор

you forgot to mention that they can also do it in a simpler way.

Func<int, int> Double = x => x * 2;

VJPaz
Автор

Very nice Explanation and proper explanation 👍

sandeepjadhav
Автор

Great explanation!
The only tutorial from which I was able to understand Delegates!

arberemini
Автор

This was very informative and helpful.
Your explanations are clear and you are definitely a talented speaker.

dstruction
Автор

Really nice video, never listen action and func before this video.

Thanks again

sharifkhan
Автор

Excellent video! The reason I liked it- I can see the oldest Delegate to the newest Generic Delegate here. Now I know I can ignore the old way of Delegate usage and stick to the Generic Delegates (only)!

ShawkatOsm
Автор

Best tutorial to explain complex ideas. Thanks for this.

willplaya
Автор

You're a fucking king, brother. Excellent.

МаркоАврамовић-пт
Автор

All this time I was wondering why should I use delegates, until I googled it: Delegates are pointers that point to the method at runtime. Apparently using methods in compile time has some disadvantages.

Ben-bglp
Автор

Best explanation fro lambda thank you so much

TheLightofScience
Автор

Good explanation i liked, keep going and i hope to do windows from programming in c# and advanced videos Thank you

MustaphaCM
Автор

What do you mean when you said passing things around?

trustingod
Автор

Great video, thanks. Why to use delegates in an old way if we have generic delegates and lambda?

nikachege
Автор

Are you planning to do more videos on C# 7?

TT-udgf
Автор

nice!! video materials for c sharp....

ybwu
Автор

Action is great, but how do you use it when you don't want an input parameter?

jamesk
Автор

Amazing video! Please be my teacher : )

NoHandle
visit shbcf.ru