I was working with retrieving XML data from a webservice. Unfortunately, the webservice was limiting the number of rows that could be retrieved per call. To work around this, I made use of ADO.NET datasets – converting the chunk of XML retrieved per call into a “current” dataset and merging that with a “master” dataset. [...]








