How to install (get) LINQ in Visual Studio 2008?

asp.net, visual-studio, visual-studio-2008

Solution

It is already installed. Create a project targeting .NET 3.5 referencing the `System.Core` assembly and you should be ready to go. If you want to use Linq to SQL or Linq to XML you might need to reference additional assemblies.

Problem

How can I install LINQ in my Visual Studio 2008?

Original source