C# and XML Primer

  • 1h 8m
  • Jonathan Hartwell
  • Apress
  • 2017

Learn XML and how to use and integrate it into your C# applications using this compact book. This guide helps you avoid the pitfalls of dealing with XML and C# since handling XML with C# and the .NET Platform can present its own set of challenges. XML is far from a dead technology, so it is important to learn how best to use it in your applications when the need arises.

What You Will Learn

  • Gain the essentials of XML for C# development
  • Read XML files with XMLDocuMent and XDocument
  • Write XML with XMLDocument, XDocument, and XMLWriter
  • Modifiy your XML with XML Document and XDocument

Who This Book Is For

Experienced Windows application programmers/developers using .NET and C# who may be new to using and applying XML.

About the Author

Jon Hartwell has worked professionally with C# for five years and spent four of those years handling XML. He received his Master's in Computer Science from DePaul University and has an affinity for programming languages. When not programming he is either watching Arsenal play or spending time with his wife and their two dogs. He is the founder of Voltaire Software LLC, which creates software that help developers be more productive.

In this Book

  • Introduction to XML
  • Reading XML
  • Modifying XML
  • Serialization
  • Real Life Examples

YOU MIGHT ALSO LIKE