A detailed guide on implementing a Storage Helper class for Windows 8 Metro apps in C#, including code examples for saving and retrieving serialized objects.
A guide on how to programmatically retrieve the Alexa Traffic Rank for a domain using C#. The post provides a function that parses XML from Alexa's data URL to extract the rank.
A solution to the 'System.NotSupportedException' error when using HttpWebRequest asynchronously in a Windows Phone 7 app, involving setting AllowReadStreamBuffering to true.