XML Parsing in C# using LINQ

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hello Every One,
I am trying to parse XML and create xmls out put files based on matching criteria. I was able to write , however, performance wise - code is tooo slow and taking ages to produce output.

I am using XDocument + LINQ ( for learnign LINQ) !! Just what is the best approable for handelling huge xmls both in terms of size and quantity - andy suggestions would be appreciated.


Regards




View the full article
 
Back
Top