Join ExamsbookAnswer :
What is LINQ ?5
Q: What is LINQ ?
- Show Answer
- Workspace
Answer :
Explanation :
LINQ stands for " Language Integrated Query " and it is pronounced as "LINK".LINQ was introduced in with .NET framework 3.5 including VS2008. It enables you to query the data from various data source like SQL, XML document, ADO .NET data source, web services and any other objects such as Collection, Generics etc...