LINQ to XML
Back to TOCJust VideosExpanded TOC
Access XML documents using Language Integrated Query (LINQ)
- Performance of Chained Queries
- Atomized XName and XNamespace Objects
- Preatomization of XName Objects
- Statically Compiled Queries
- Performance of LINQ to XML
- Writing Robust LINQ to XML Code that Performs Well
- Removing Comments and Personal Information, and Accepting Revisions in an Open XML Document Stored in SharePoint
- Generating a LINQ to XML Tree from Anonymous Types
- Using LINQ to XML Events and Annotations to Track if an XML Tree has Changed
- Comparing LINQ to XML and XPath
- A More Robust Approach for Handling XName Objects in LINQ to XML
- Writing Succinct Code to move XElement and XAttribute Objects from One LINQ to XML Tree to Another
- Getting Started with SharePoint Web Services using LINQ to XML
- Equality Semantics of LINQ to XML Trees
- Manually Cloning LINQ to XML Trees
- The Composability Thought Process for LINQ
- Ease of Maintenance of LINQ Code
- Computing Deep Hash Codes using LINQ to XML
- Ease of Maintenance of LINQ Code (2)
- Querying LINQ to XML Nodes in Reverse Document Order with Better Performance
- Document-Centric Transforms using LINQ to XML
- Recursive Approach to Pure Functional Transformations of XML
- Align Attributes when Formatting XML using LINQ to XML
- Writing Entity References using LINQ to XML
- Convert XDocument to XmlDocument (and Convert XmlDocument to XDocument)
- Serializing Encoded XML Documents using LINQ to XML
- Controlling Namespace Serialization of LINQ to XML
- Simulating Virtual Extension Methods
- Refinement: Generating C# code from an XML Tree using Virtual Extension Methods
- Working with Optional Elements and Attributes in LINQ to XML Queries
- Review of XPath Semantics of LINQ to XML
- Custom Formatting of XML using LINQ to XML
- Screen-Cast: Functional Programming Utility Methods and Classes for Open XML