I am trying to parse xml file using XDocument, basically, I have to select xml element based on requirement and convert into list model. Below is sample code I am using right now, is there any better way to code or any best practice? Please suggest. class Program { static void Main(string[] args) { XDocumentRead more