What is the difference between Linq to XML Descendants and Elements

Viewed 43582

I have came across both these keywords in the VS IntelliSense. I tried to googling the difference between them and did not get a clear answer. Which one of these have the best performance with small to medium XML files. Thanks

2 Answers
Related