Posted on: 2/24/2014 6:59:30 PM | Views : 633

Im familiar with Linq to SQL but wondering if there are recommended practices that i could use in order to use Linq to XML? Some questions i have is 
If i get an XML response from a service how do i create a class to hold those values (generally in Linq to SQL as soon as you drop a table you have access to the columns so im looking for the alternative if using XML)? Any disadvantages of using Linq to XML? How does XSD fit into this?
Thanks

Go to the complete details ...