Looking for something similar to Mechanize for .NET C#.
If you don't know what Mechanize is.. http://search.cpan.org/dist/WWW-Mechanize/
I will maintain a list of suggestions here. Anything for browsing/posting/screen scraping (Other than WebRequest and WebBrowser Control).
Parsing
- HTMLAgilityPack - http://www.codeplex.com/htmlagilitypack
Web App Testing
WatiN - Web Application Testing Framework (.NET) - http://watin.sourceforge.net/
Selenium - http://seleniumhq.org/
Design Canvas - But it costs money =(
Other
- Tools for finding page strucutre - Firebug for Firefox or Internet Explorer Developer Toolbar for IE
Note: WatiN is pretty close to what I am looking for, except it opens up a browser, which is annoying and awesome at the same time. Depends on what you are doing. Converted some stuff to run in Watin...fun to watch.