C
CSharper
I have a project where I need to read a decent size (5MB) files for
processing. I have two of them, one of them I need to iterate through
a collection (using Linq) and find associated elements in the other
XML file. Can I use Linq in both the situation (since coding is easy)
or use XMLReader for one and Linq for other? If I remember correctly,
for Linq to work XML has to be loaded in the memory.
Thanks,
processing. I have two of them, one of them I need to iterate through
a collection (using Linq) and find associated elements in the other
XML file. Can I use Linq in both the situation (since coding is easy)
or use XMLReader for one and Linq for other? If I remember correctly,
for Linq to work XML has to be loaded in the memory.
Thanks,