At this early stage, the LINQ family consists of three technologies, although Microsoft or third-party developers may add more in the future:
- LINQ is a general purpose API that provides the core foundation for a consistent query experience.
- DLinq (also known as LINQ to SQL) is a LINQ extension geared mainly towards relational databases.
- XLinq (also known as LINQ to XML) is a LINQ extension for querying XML documents, as well as creating or transforming XML.
No comments:
Post a Comment