Published onOctober 22, 2024Rider not building .NET Azure Functions project on MacOSprogrammingcsharpazure-functionsdebuggingriderTroubleshooting and resolving an issue where Rider stopped building a .NET Core Azure Functions project on MacOS.
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.