Tag Archives: Anonymous Types

LINQ – Language Integrated Query

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

Posted in LINQ | Tagged , , , , , , , | Leave a comment