By mswatcher
via devlicio.us
Submitted: Jul 04 2008 / 13:09
Today I needed to load in an XML file into memory for later use. At first I was going to use the XmlDocument library (old habits die hard), but later switched over to the XDocument library. Why, not because one is better (ok, so I think that XDocument is better, but not the point here), but because it caused me less friction (which I guess does make it better).
SaveShareSend
Tags: .net, frameworks
Add your comment