As stated above, what\'s the difference between XElement.Load and XDocument.Load? They both seemingly load an XML file.
XElement.Load
XDocument.Load
There is a difference while loading comments it will not be loaded in case of XElement.Load() While The XDocument.Load() will also get Comment
Hence while working with Xlinq we should go with XDocument