Best practices to parse xml files with C#?
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/03/20
13:41 UTC
Read the original article
Hit count: 224
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