The aim of LINQ (Language Integrated Query) technology is "to make connecting to data easier". It consists of :
- LINQ to objects
- LINQ to datasets
- LINQ to SQL
- LINQ to entities
- LINQ to xml
The basic jist is that the new objects allow developers to easliy add and manipulate data from various datasources in a common way using very little coding.
More to follow...
The LINQ Project on .NET Framework Developer Centre
No comments:
Post a Comment