Best practices to parse xml files?
        Posted  
        
            by domoaringatoo
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by domoaringatoo
        
        
        
        Published on 2008-09-11T05:04:56Z
        Indexed on 
            2010/05/11
            16:44 UTC
        
        
        Read the original article
        Hit count: 221
        
The default methods for dealing with xml in c# seem incredibly crude to me, leading me to suspect that I must be missing something in my searches. What is considered the standard best practices to parse xml files in c#?
© Stack Overflow or respective owner