I have an xml file containing a lot of data. The structure of the file derives from several formats I have the xsd files for. They all merge to the schema that completes the view.
What is the best way accessing the xml file using linq when I need to get all data and work with it?