I've used ...HtmlAgilityPack... in the past to parse HTML in .Net but I don't like the fact that it only uses a DOM model....On large documents and/or those with heavy levels of nesting it is possible to hit stack overflow or out of memory exceptions. Al...