Is there a more effective and easier way to parse XML files in C#?
use LINQ to XML if your .NET version is 3.5.
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
use LINQ to XML if your .NET version is 3.5.