Skip to main contentdfsdf

    • LINQ is a codename for a project which is a set of extensions to the .NET  Framework that encompasses language-integrated query, set and transform  operations. It extends C# and VB with native language syntax for queries and  provides class libraries to take advantage of these capabilities, available only  in .NET Framework 3.5. For developers who write code that regularly access a  recordset, this means a lot. The fact that queries are usually expressed in a  specialized query language for different data sources makes it difficult for  developers to learn a query language for each data source or data format that  they must access. This is what LINQ is all about.
    • It simplifies data access by providing a consistent model for working with data  across various kinds of sources and formats.
      • This is test

    13 more annotations...

    • XElement
    • XElement class which represents an XML element
1 - 8 of 8
20 items/page
List Comments (0)