Language Integrated Query (or LINQ) is a way for computer programmers to let the computer look for and find certain pieces of information inside a big data set. It's like asking the computer a question and expecting an answer back. For example, if you have a list of 1000 people and you want to find out every person's first name, you could use LINQ to ask the computer to tell you the list of first names.