views:

43

answers:

0

Hi, I have a massive set of classes I need to create from an XML file that I'd really not like to do by hand. What I'd really like to do is somehow generate a LINQ DataContext so I can use VisualStudio to build a SQL database from the DataContext.

I'm aware that I can generate XSD and C# classes from the XML file, but are there any tools to generate proper SQL Database tables or LINQ DataContext from those?