Brian Cryer's Glossary of IT Terms with Links
LINQ
- LINQ
- Language Integrated Query. LINQ allows SQL
statements to be integrated allowing them to be used as though they are part
of the chosen software development language. LINQ is the term used to
describe Microsoft's implementation of adding native SQL data querying
capabilities to the .NET language..
For more information see:
- http://msdn2.microsoft.com/en-us/netframework/aa904594.aspx - The LINQ Project. An MSDN article from Microsoft.