.NET Answers

ASP.NET, HTML, CSS, Visual Studio, CSharp, VB.NET and other programming items of interest.
Subscribe

Archive for August 6th, 2008

Using DataSets to Process XML

August 06, 2008 By: Dave Category: none

I started a project recently that requires me to process an XML file from Google. Being the lazy sort, I’d really rather just use the data as though it were part of a database and forget that it was ever XML. So I’m using a method in the DataSet class that I’m finding is rather obscure. ReadXml().

(more…)

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!