C# / .NET

General .NET programming articles.

SharpTools: HTTP GET, POST, uploading files and cookie/session authentication in C#

Downloads for the software described here are available on the downloads page.

Blimey. You'd think in the 21st century retrieving web pages and POSTing forms and file uploads in the .NET framework would be a quick and painless exercise. But apparently, this isn't the case, so here's a quick and dirty class library to do it for you.

Latest articles