Why does the compiler say that 'Linq' does not exist in the 'System' namespace when specifying a using statement as follows:
using System.Linq;
Answer : Add System.Core reference ( version 3.5 )