I need to parse an XML file with C# and then insert the data into MS SQL. There are dozens of tables and hundreds of elements to deal with. And of course the names of the elements in the XML do not correspond directly with the names in MS SQL. Any chance you guys could point me toward a tutorial on something similar? Tried googling it and couldn't find very much.
