Using LINQ to parse XML | Alex Tsung's Weblog

Using LINQ to parse XML | Alex Tsung's Weblog

瀏覽:493
日期:2025-06-13
LINQ is cool. Using LINQ to parse XML is cool. I will show you how to use LINQ to parse XML and build a list of objects (I know I can use XML serialization/deserialization to do the same thing, but this is just a demonstration). Here is my two XML files: ...看更多