0
kicks
Order by with LINQ to XML
Was playing with Linq to XML today and wanted to do an orderby based on one of the fields in the xml file.
It's a bit different to SQL as the orderby goes between the from and the select.
My code below shows selecting everything and ordering by the eventdate descending.