I have a C# WPF application that needs to consume data that is exposed on a webpage as a HTML table.
After getting inspiration from this url I tried using Linq to X
There's a LINQ to HTML library here:
http://www.superstarcoders.com/linq-to-html.aspx