What is LINQ?

 Posted by Amatya on 3/14/2017 | Category: LINQ Interview questions | Views: 3119 | Points: 40
Answer:

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 thye data from various data source.
like SQL, XML document, ADO .Net data source, web services and any other objects such as collection, Generics etc.

Thanks


| Alert Moderator 

Comments or Responses

Posted by: Rajat1200 on: 8/1/2017 | Points: 10
Nice Article.

Login to post response