How to retrieve data from XML using Linq ?
I have a requirement that I am using xml file for a survey application. In that I need to retrieve the data from XML. I tried with XPATH. But my problem is not solved. Can you please give an example on LINQ?
Thank you