Skip to content
Winston Lee

Winston Lee

  • Home
  • Blog
  • Github
  • LinkedIn
Winston Lee
Winston Lee

download

C Sharp

Fetching data from the web with C#, the easy way (1-liner)

I don’t know why the top results from Google always involve more than 10 lines of code and loads of comments when actually you can just do this: byte[] Data = new WebClient().DownloadData(FrameURL); You can try DownloadString and DownloadFile based…

Read More Fetching data from the web with C#, the easy way (1-liner)Continue

Development

Direct download link for flash player

I hate it when I get the “Flash player needs updating” message nowadays. I have to go to Adobe’s site and install some clumsy “download manager” (an ActiveX control for IE, or an add-on for Firefox) that doesn’t even support…

Read More Direct download link for flash playerContinue

Scroll to top
  • Home
  • Blog
  • Github
  • LinkedIn