What is LINQ in C#?

Technology CommunityCategory: LINQWhat is LINQ in C#?
VietMX Staff asked 3 years ago

LINQ stands for Language Integrated Query. LINQ has a great power of querying on any source of data. The data source could be collections of objects, database or XML files. We can easily retrieve data from any object that implements the IEnumerable<T> interface.