List<int> numbers = new List<int>() { 1, 38, 3, 54, 7, 90 };

var q1 = from i in numbers where i>10 select i;
foreach (var item in q1)
{
MessageBox.Show(item.ToString());
}

}
}
}
سلام امرو داشتم زبان برنامه نویسی لینک رو کار می کردم و آموزش می دیدیم و کد های بالا را در ویژال استودیو در پروژه ویندوز اپلیکیشن نوشتم به این ارور برخورد کردم.

Severity Code Description Project File Line Suppression State Could not find an implementation of the query pattern for source type &#39;List<int>&#39;. &#39;Where&#39; not found. Are you missing a reference to &#39;System.Core.dll&#39; or a using directive for &#39;System.Linq&#39;? این هم ارور هست که میده