XML construction in C#

Posted by Thiyaneshwaran S on Stack Overflow See other posts from Stack Overflow or by Thiyaneshwaran S
Published on 2010-04-12T09:29:20Z Indexed on 2010/04/12 9:33 UTC
Read the original article Hit count: 360

Filed under:
|
|

Currently i need to construct and update large xml files. So what is the best C# xml parser to create or update the xml files? I heard about LINQ in c#, can this be used?

© Stack Overflow or respective owner

Related posts about Xml

Related posts about c#