-
Recent Posts
Recent Comments
- CodeCaster on Configuring a shared packages directory for NuGet and automatically downloading packages
- kiquenet kiquenet on Configuring a shared packages directory for NuGet and automatically downloading packages
- nico on Controller injection with Unity under ASP.NET MVC 4
- NoNamer on Remove Origin advertisements
- Myself on Remove Origin advertisements
Archives
Categories
Meta
Tags
Monthly Archives: December 2012
Using the WebClient class – with cookies!
Contrary to the somewhat crude HttpWebRequest class, the WebClient allows the developer to easily download and upload data and strings from and to webservers. The rough edges of the HttpWebRequest class make developers jump to the WebClient (or HttpClient, since … Continue reading