Business Benefits: Speeds up debugging of web applications.
Technologies: C#, WinForms
Status: Early stages of development
For most people, a form on a web page provides all the functionality necessary to POST information to its web site. For web developers, it can be usefull to post hand coded data, without the need for a form, directly to the web.
HttpUtility enables this. Construct your data by hand in query string format, send it (using GET or POST) to a page of your choosing, and view the result in the embedded browser.
Still in early stages of development, an Alpha verstion should be released soon (I hope!)