Pilih vs dimana linq

Where == filter //can return less elements depending on your filter condition.
Select == map (as in javascript) (transformation) //always returns the same number of elements in the list 
ekkamrit