XML Reader or Linq to XML
Posted
by Nasser Hajloo
on Stack Overflow
See other posts from Stack Overflow
or by Nasser Hajloo
Published on 2010-04-29T07:20:12Z
Indexed on
2010/04/29
7:57 UTC
Read the original article
Hit count: 448
I have a 150MB XML file which used asDB in my project. Currently I'm using XMLReader to read content from it.
I want to know it is better to use XMLReader or LinqToXML for this scenario.
Note that I'm searching for an item in this xmland display search result, soitcan be take along or just a moment.
© Stack Overflow or respective owner