How to install LINQ in Visual Studio 2008?
It is already installed. Create a .NET 3.5-oriented project that references the System.Core assembly, and you should be ready to go. If you want to use Linq for SQL or Linq for XML, you may need a link to additional assemblies.
System.Core
You mean
using System.Linq;
System.Linq Space
Source: https://habr.com/ru/post/1303089/More articles:Android: How to catch Intent Extras if activity is already running? - javaINSTALL_FAILED_MISSING_SHARED_LIBRARY - android emulator proplem - androidEmbedding ASP.Net code in external javascript files - javascriptImplementing single instance login - c #Floating number format - c ++Download to Sharepoint with FrontPage RPC - c #pybabel or other l10n libraries for PHP - phpOn MacOSX, using g ++, is std :: vector.size () thread safe? - c ++java error (j2me) - java-meGrouping array values ββin php - arraysAll Articles