C # Advanced Programming Version 11-Comes with Chapter 2

navigation

Comes with Chapter 2 XML and JSON

BC2.1 data format 26

BC2.1.1 XML 27

BC2.1.2 .NET Supported XML Standard 28

BC2.1.3 Use XML 28 in the framework

BC2.1.4 JSON 29

BC2.2 XML 30 in read-write stream format

BC2.2.1 Use XmlReader class to read XML 31

BC2.2.2 Using XmlWriter class 33

BC2.3 Using DOM 34 in .NET

BC2.3.1 Reading using the XmlDocument class 35

BC2.3.2 Traversing the hierarchy 35

BC2.3.3 Insert node using XmlDocument 36

BC2.4 Using XPathNavigator Class 37

BC2.4.1 XPathDocument class 37

BC2.4.2 XPathNavigator Class 37

BC2.4.3 XPathNodeIterator class 38

BC2.4.4 Using XPath to navigate XML 38

BC2.4.5 Evaluation using XPath 39

BC2.4.6 Modifying XML with XPath 39

BC2.5 Serialize objects in XML 40

BC2.5.1 Serializing simple objects 40

BC2.5.2 Serializing an object tree 42

BC2.5.3 Serialization without features 44

BC2.6 LINQ to XML 46

BC2.6.1 XDocument object 46

BC2.6.2 XElement object 47

BC2.6.3 XNamespace object 47

BC2.6.4 XComment object 49

BC2.6.5 XAttribute Object 49

BC2.6.6 Using LINQ to query XML documents 50

BC2.6.7 Querying dynamic XML documents 50

BC2.6.8 Convert to Object 52

BC2.6.9 to XML 52

BC2.7 JSON 53

BC2.7.1 Create JSON 53

BC2.7.2 Converting objects 54

BC2.7.3 Serializing objects 55

BC2.7.4 Traversing JSON nodes 55

BC2.8 Summary 56

Guess you like

Origin www.cnblogs.com/zenronphy/p/ProfessionalCSharp7BonusChapter2.html