I am pulling 1M+ records from an API. The pull works ok, but I\'m getting an out of memory exception when attempting to ReadToEnd into a string variable.
ReadToEnd
XMLReader is the way to go when memory is an issue. It is also fastest.