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.