posts - 218, comments - 222, trackbacks - 68

My Links

News




I am a Microsoft Certified Application Developer MCAD Chartered Member (C# .Net) and born in Bangladesh.
I work for Ocean Informatics Pty Ltd as a Senior Developer - Analyst.
I am also co-founder and core developer of Pageflakes (acquired by LiveUniverse) www.pageflakes.com
and most recently created SmartCodeGenerator

My Articles
Flexible and Plugin based .Net Application..
Mass Emailing Functionality with C#, .NET 2.0, and Microsoft® SQL Server 2005 Service Broker'
Write your own Code Generator or Template Engine in .NET
Smart Code Generator .NET: Usage Overview
Smart Code Generator .NET: Architectural Overview
Smart Code Generator .NET: using with NAnt and Cassini

Archives

Free Programming Language Training

Consider using XmlTextReader over XmlDocument

Do you know XmlDocument or XPathDocument creates an in memory representation of the entire XML document. And this typically consume memory equivalent to three or four times of the size of the XML document on disk.

On the other hand XmlTextReader, loads only 4KB (kilobyte) buffer into memory and give better performance and scalability.

Print | posted on Wednesday, November 29, 2006 11:01 PM |

Feedback

Gravatar

# re: Consider using XmlTextReader over XmlDocument

No Comments.!!!
4/21/2008 5:51 PM | santosh
Gravatar

# re: Consider using XmlTextReader over XmlDocument

Thanks, the choice is clear now
8/22/2008 5:37 AM | jpeg

Post Comment

Title  
Name  
Email
Url
Comment   
Please add 8 and 7 and type the answer here:

Powered by: