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: "284alkla21";

I am using regex to parse the data. The customerList is not enumerable.

for i = 0 i

result = customerList[i].innertext

regex1 ( 1234 ) ===> "1234"

regex2 (Bob) ====> "Bob"

}

....

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!