Microsoft

The library System.Linq provides an extension to C# and Visual Basic which allows for traditional query syntax to be used in source code. This architecture provides some safety advantages over embedding queries as strings to be interpreted by some other library (like an ODBC driver), as it allows for type-checking to be carried out on the query ... ................
................