LINQ to XML

An exploration of LINQ and XML in .NET Framework 3.5
Download

LINQ to XML Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • Mark Nischalke
  • Publisher web site:
  • http://www.mansoftdev.com/
  • Operating Systems:
  • Windows All
  • File Size:
  • 15 KB

LINQ to XML Tags


LINQ to XML Description

Working with XML using Microsoft’s .NET Framework in version 2.0 and below is a cumbersome task. The API available follows the W3C DOM model and is document-centric. Everything begins with the document; you can’t create elements without having a document, even a fragment of XML, is a document.In the latest release of the .NET Framework, however, this has changed. XML is now element-centric. With features like object initialization and anonymous types, it’s very easy to create XML. Add to this the features of LINQ and we now have a very easy to use and powerful tool for XML.LINQ to XML was developed to be an exploration of LINQ and XML in .NET Framework 3.5.


LINQ to XML Related Software