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
I've posted some code providing "LINQ to HTML" functionality here:
Looking for C# HTML parser