Differences between Language-Integrated Query (LINQ) in the .NET Compact Framework and LINQ in the full .NET Framework. Differences between LINQ in .NET CF and LINQ in complete .Net Framework:
- In .Net CF only standard query operators are supported. - In .Net CF LINQ to XML is supported except System.Xml.XPath extensions. - In .Net CF VB query syntax for LINQ to Dataset does not support the Select clause where the operator is optional.
|