OBS: download the application please visit www.mrbool.com/player
Author: Ayad Boudiab
Title: Visual Studio C# - LINQ - Parte I
Duration: 15:31 min
Description:
This is the beginning of a series of LINQ discussions. LINQ stands for language
integrated queries. It supports querying in-memory objects, DataSets, XML, databases...
In this video, I start by discussing the use of the 'var' keyword. How it can be used
in basic type, array, and object declarations. We also discuss the use of System.Func in
order to add functionality to composite anonymous types.