I have been using XElement class a lot lately, I was doing some performance tests on this to figure out the difference between this and XmlDocument class and here is what I found. First of all XElement class is part of .NET Framework 3.5, it was introduced Read More...