All Tags »
OpenXML »
LINQ and LINQ t... »
LINQ to XML
Sorry, but there are no more tags available to filter with.
-
Some time ago, I was talking to some members of a team that used LINQ and LINQ to XML in one particular area of their code. They said that the code written using a conventional approach to XML was in the order of 6000 lines of code. When re-written using LINQ and LINQ to XML, it was around 800 lines of code. It was faster to ...