Webclient and HttpWebRequest - two "time-saving" classes can kill more time than they save.
WebClient and HttpWebRequest are two Microsoft .Net classes that appear to make web communication effortless. This is undoubtedly true if the communication is a common type such as getting a web page or posting data to a web service. However, when it comes to uncommon…
Continue reading...