What is LINQ?

Technology CommunityCategory: LINQWhat is LINQ?
VietMX Staff asked 3 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.