I have a question - how come there is XPathReader in C# but not in VB.NET? Or is it that I simply haven't done enough research to find it out? Because I've been looking it up quite a bit and I came up with two questions
LINQ to XML. I was wondering if this loads the entire document. Because I think it does. I want to avoid this. I don't want to read the whole document in memory.
XPathReader - Why can't I find it for VB.NET?