I want read a large dblp.xml file in c# because its a huge file, which can not load into memory. I query to take some data from this huge file. how can i read/get it.
<phdthesis mdate="2012-04-18" key="phd/tw/Chang2008">
<author>Fengming Chang</author>
<title>Learning accuracy from limited data: </title>
<year>2008</year>
<school>Tainan, National Cheng Kung Univ.</school>
<pages>1-67</pages>
<isbn>978-3-8364-8603-3</isbn>
<note type="dnb">http://d-nb.info/989267156</note>
</phdthesis>
How can i read from a huge xml file using c# not loading all xml file in memory?