Showing posts with label LINQ. Show all posts
Showing posts with label LINQ. Show all posts

Monday, July 2, 2012

Language Integrated Query ( LINQ )


What is Language Integrated Query (LINQ)? 


LINQ is a set of extensions to .NET Framework that encapsulate language integrated query, set and other transformation operations. It extends VB, C# with their language syntax for queries. It also provides class libraries which allow a developer to take advantages of these features.