Author: Ayad Boudiab
Title: Visual Studio C# - LINQ - Parte VII
Duration: 15:19 min
Description:
We continue the lambda expression discussion here by covering Func. Func is a method
that takes some arguments and returns a value. I will use an array of strings to show
how Func works. Then, I will discuss the evolution of delegates from simple delegates
to anonymous delegates to lambda expressions.