Arjun Panwar
What is LINQ?
Posted by Arjun Panwar in .Net | ASP.NET on Nov 08, 2012
  • 0
  • 6
  • 573
Do you know the answer for this question? Post it below.
Guest
Posted by Mahesh Chand on Nov 18, 2012
  • 158

LINQ is a codename for a set of extensions to the .NET Framework that encompass language-integrated query, set, and transform operations. It extends C# and Visual Basic with native language syntax for queries and provides class libraries to take advantage of these capabilities. More details on LINQ: http://www.c-sharpcorner.com/1/180/linq.aspx

Posted by Yogesh Sharma on Nov 20, 2012
  • 2

LINQ-Language Integrated Query.This is a .Net Framework 3.5 feature.This feature is very usefull to query on collections.

Posted by Rakesh Shinde on Apr 23, 2013
  • 0

Language Integrated Query (LINQ, pronounced "link") is a Microsoft .NET Framework component that adds native data querying capabilities to .NET languages, although ports exist for Java,[1] PHP, JavaScript and ActionScript.

Posted by Rakesh Shinde on Apr 23, 2013
  • 0

Language Integrated Query (LINQ, pronounced "link") is a Microsoft .NET Framework component that adds native data querying capabilities to .NET languages, although ports exist for Java,[1] PHP, JavaScript and ActionScript. LINQ extends the language by the addition of query expressions, which are akin to SQL statements, and can be used to conveniently extract and process data from arrays, enumerable classes, XML documents, relational databases, and third-party data sources. Other uses, which utilize query expressions as a general framework for readably composing arbitrary computations, include the construction of event handlers[2] or monadic parsers.[3]

Posted by Rakesh Shinde on Apr 23, 2013
  • 0

Language Integrated Query (LINQ, pronounced "link") is a Microsoft .NET Framework component that adds native data querying capabilities to .NET languages, although ports exist for Java,[1] PHP, JavaScript and ActionScript. LINQ extends the language by the addition of query expressions, which are akin to SQL statements, and can be used to conveniently extract and process data from arrays, enumerable classes, XML documents, relational databases, and third-party data sources. Other uses, which utilize query expressions as a general framework for readably composing arbitrary computations, include the construction of event handlers[2] or monadic parsers.[3]

Posted by Senthil Nathan on Mar 29, 2013
  • 0

LINQ is the Feature Which is Introduced in .NET Framework 3.5. It is used to intragrate the SQL server to Visual Studio .


SPONSORED BY
  • PDF reports have never been easier to create. With our included WYSIWYG Designer, you can layout your reports, set up your data source and let DynamicPDF ReportWriter do the rest.
Get Career Advice from Experts
PRIVACY POLICY | TERMS & CONDITIONS | SITEMAP | CONTACT US | ABOUT US | REPORT ABUSE
2013© C# Corner. All contents are copyright of their authors.