May 2018
Intermediate to advanced
394 pages
9h 51m
English
In this recipe, we will be building a .NET Standard 2.0 library that reads XML data using LINQ to XML. LINQ to XML is a LINQ enabled in-memory programming interface. It enables you to work with XML using your favorite .NET language. C# is used in this book to describe the code. In this recipe, we will mainly be looking at querying an XML document using LINQ to XML. We have used LINQ to XML to write to an XML file in the A library that reads and writes to an XML file recipe.