May 2018
Intermediate to advanced
394 pages
9h 51m
English
XML stands for Extensible Markup Language and is similar to HTML. XML is used to store and read data. Mainly, XML is a data storage system and is also used to transport data. C# supports XML within the language using the System.XML namespace. You will be able to read, write, and parse XML data using this namespace. With the support of LINQ, it's much easier to work with XML-based data.