what is linq expression and how do u write linq expressions?

Recommended Answers

All 3 Replies

LINQ stands for Language INtegrated Query; It is a sort of query tool inside C# to query a database, a List of objects or an XML file. In a way, the query becomes independent of the source.

LINQ : Language Integrated query

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.