Question: C# I have a xmlnode data with stuff like customerid, customerfname, customerlname, customerage... Is a custom List the way to go? The goal is to
C# I have a xmlnode data with stuff like customerid, customerfname, customerlname, customerage... Is a custom List the way to go?
The goal is to order them by customerid using LINQ list.orderby(x=>x.id)
example: "
I am using regex to parse the data. The customerList is not enumerable.
for i = 0 i result = customerList[i].innertext regex1 ( regex2 ( } ....
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
