What is LINQ?

What is LINQ?


Varma
Views: 1327 | Community Opinion: 1

Tags..  C#  .Net Framework  ADO.NET

Bookmark this page..



Ask a New Question Go to Home

Community Opinion/Answers
 

LINQ stands for language-integrated query with that query becomes an integrated feature of the developer's primary programming languages (for example, Visual C#, Visual Basic).

Language-integrated query allows query expressions to benefit from the rich metadata, compile-time syntax checking, static typing and IntelliSense that was previously available only to imperative code. Language-integrated query also allows a single general purpose declarative query facility to be applied to all in-memory information, not just information from external sources.






Register or Login to Post Your Opinion