How could I use LINQ to save given XML into a database represented by a DataContext. The object would be of type defined in the DBML files (using the LINQ to SQL designer). e.g. given point{x=23,y=24,degrees{degree{12},degree{13},degree{14}}} in XML and two tables Points and Degrees with a master-detail relationship, how would I save the above XML as data rows in the two tables?
Microsoft is conducting an online survey to understand your opinion of the Msdn Web site. If you choose to participate, the online survey will be presented to you when you leave the Msdn Web site.