I've got a DataSet created by the xsd.exe tool to import some xml files, and need to denormalize the data within for display purposes. Instead of writing linq to dataset queries by hand is there any way I can access the tables within a query builder wizard?

link|improve this question

79% accept rate
feedback

1 Answer

I haven't used it myself, but you could take a look at Microsoft's Visual LINQ Query Builder. It's a plugin for VS 2008 (*not* Express) and supports C# and VB.NET only.

link|improve this answer
I've looked at it, and it appears to be limited to building linq to SQL queries. – Dan Neely Jan 4 '10 at 14:41
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.