Moving from XPATH to LINQ to XML

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi All,
We have a project which uses XPath to navigate through XML documents. Recently the project has been moved to .NET 4 and I have been asked to use .NET 4 features to gain performance of the system. I thought of using LINQ to XML as a replacement to the XPATH.
(According to several blog posts I found that LINQ to XML is faster than XPATH) Will I actually be able to increase performance of by using LINQ to XML instead of XPATH. Any help on this topic is appreciated.
Thanks and Regards <hr class="sig Dharshana

View the full article
 
Back
Top