Hi all,
What is the best method to parse XML in ASP.Net 3.5 ( C#)?
Thanks in advance.
Hi all,
What is the best method to parse XML in ASP.Net 3.5 ( C#)?
Thanks in advance.
With Linq to XML, I can do in one line what would have taken 10 in with System.XML. Granted it is a longer line.