Published onJanuary 26, 2012Never to be caught out again...programmingcsharplinqdebuggingA reminder about a common LINQ error in C# caused by missing the System.Linq namespace import.
Published onOctober 6, 2011HttpWebRequest causes System.NotSupportedException' occurred in System.Windows.dll.Windows-Phone-7debuggingcsharpmobile-developmentA solution to the 'System.NotSupportedException' error when using HttpWebRequest asynchronously in a Windows Phone 7 app, involving setting AllowReadStreamBuffering to true.