Lambda Expressions. What are they good for.
Loading...
13,175
Uploader Comments (davidmbush)
see all
All Comments (7)
-
I can't thank you enough. I needed quick and simple explenation and bamm..found it.
-
I really like your videos - you get right to the point.
I was a bit suprised there was no reference to the c# keyword 'Func' when comparing to VB 'Function'...
-
Thanks, the best way to learn something is to know what it is good for.
-
Thanks for these videos David!
Loading...
Why so you use var so much? I was always taught you should only use var if you don't know the return type.
1129Irving 2 years ago
In CSharp? Really?
You can't even use var in CSharp unless you would have known the type anyhow.
davidmbush 2 years ago