I was testing out some typography with Silverlight and figured I’d try grab some text from Wikipedia. I started with the naive approach: private void GetText() { WebClient webClient = new WebClient(); webClient.DownloadStringCompleted += new DownloadStringCompletedEventHandler...