Is there a simple method of parsing XML files in C#? If so, what?
Answer
I'd use LINQ to XML if you're in .NET 3.5 or higher.
No comments:
Post a Comment