LINQ – Language Integrated Query [Technical Blog]
Posted: 15 May 2011
Updated: 15 May 2011
Views: 4,111
Rating: 4.00/5
Votes: 1
Popularity: 0.00
Licence: The Code Project Open License (CPOL)
Bookmarked: 6
Downloaded: 0
CodeProject LINQ is the new query language used in .Net to query any kind of data source. LINQ can be used to query data from XML, SQL Server, Excel, etc. LINQ operation relies on Type Inferencing, Type Initializers, Anonymous Types, … Continue reading →