I'm trying to teach myself VB.net. I've got a strong background in scripting languages (perl, php, SQL, etc...), so most of the basic concepts are making good sense to me. I'm just running into a few ...
I'm working on a project that needs to store different versions of the same XML document. My approach has been to read the XML document into a DataSet, then let the user modify the DataSet. Once the ...