The Select and Where methods are available in Linq. What should every developer know about these two methods? For example: when to use one over th
Select
Where
Where ~= Filter
Select ~= Map
Both returns IEnumerable
IEnumerable