Generate Typed Dataset from an XSD file
...Typed DataSet is pretty cool. It gives you good control of what the relations should be and it pretty much mimics a table in the database. I love it. But one thing I hate about that is when you serialize your Typed DataSet your XML looks not up to the mark of what you want
It does serves the purpose but it has all sorts of primary key/foreign...
