What is LINQ? Technology Community › Category: LINQ › What is LINQ? 0 Vote Up Vote Down VietMX Staff asked 4 years ago LINQ stands for Language INtegrated Query. LINQ allows us to write queries over local collection objects and remote data sources like SQL, XML documents etc. We can write LINQ query on any collection class which implements the IEnumerable interface.