0
kicks
Convert XML elements to C# Objects
It’s very common for programmers to store some settings in an XML file.
Involving AJAX, you may need to read an XML element, manipulate xml elements and so on.
In this article I will explain how to enhance your xml manipulation using LINQ.