ETag in HTTP headers

Published:

One of the thing that I learned while making my app is how to optimize call to the webservice returning XML (RSS feed and the like). There is one cool feature called ETag.

RestSharp Oauth 2.0

Published:

My Forex News app (WP8) has been released. Yeay for that! Currently working on my next app. In the meantime, I am in the process of creating an API wrapper for Pocket/Read It Later for C#. Initially I implemented all the Oauth 2.0 manually using WebClient class, but figured out that was the easy part. As I need to GET data (Json) thru data, then I would need to implement Json serializer/deserializer. My initial thought is to use Newton Json, but then it would make more sense if I just leverage on RestSharp. Then I do not need to implement the Oauth process (although I have coded mine, going to scrap those) and let it manage the serialization/deserialization.

Hello World

Published:

Hey. I moved my blog recently from Wordpress to self-hosted Wordpress. But then I found Wordpress too much for my need. I just need a simple blogging platform. Then I found Jekyll, but I don't want to run Ruby on my Win box. Then I found Hexo!