Browse by Tags

All Tags » Lambda » C# » Xml (RSS)
A common requirement with an XML file is to find a particular node. If you are targeting the .NET framework 3.5 or higher, you can find the node using Linq to XML or by using Lambda expressions. As with many of my prior XML examples, the XML string is...
3 comment(s)
Filed under: , , , , , ,
I have an XML string as follows: <States>   <State name="Wisconsin">     <Regions>       <Region name="Milwaukee">         <Area...
4 comment(s)
Filed under: , , , , , ,