XML manipulation using XDocument
One of my recent tasks at work requires some XML manipulations. This includes reading value of an XML element, changing an element value, reading values of children nodes and reading the outer XML value of an element. In this post, I’m going to show how to do these using XDocument in .Net Core. We’ll use … [Read more…]