Skip to content

Winston Lee

  • Home
  • Projects
  • Blog
Winston Lee

parse

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

Java

Expression parsing

It’s a classic problem and there are many ways to do it. The problem is, it is quite difficult for us laymen who doesn’t think like state machines. The problem lies in our education itself. We wasn’t taught the most…

Read More Expression parsingContinue

C Sharp | Desktop | Web

Web page interoperability with .NET browser controls

Everyone knows that the best way to manipulate or extract data from a hypertext page is to use JavaScript. The langue is built entirely to serve that purpose so it’s natural to think about it every time someone tell you…

Read More Web page interoperability with .NET browser controlsContinue

I’m an English / Vietnamese / Korean speaking software solution provider living in Korea

Get In Touch

To reach me, please use the contact form

© 2023

Github Linkedin
Scroll to top
  • Home
  • Projects
  • Blog