Explain what is “LINQ to Objects”? Technology Community › Category: LINQ › Explain what is “LINQ to Objects”? 0 Vote Up Vote Down VietMX Staff asked 4 years ago When LINQ queries any IEnumerable(<T>) collection or IEnumerable directly without the use of an intermediate LINQ provider or API such as LINQ to SQL or LINQ to XML is referred as LINQ to Objects.