Reactive Extensions (Rx) - Part 2 - Wrapping C# Events
A technical guide on wrapping C# events with Reactive Extensions (Rx) observables, including examples for different event handler types.
A technical guide on wrapping C# events with Reactive Extensions (Rx) observables, including examples for different event handler types.
A tutorial on using Reactive Extensions (Rx) to replace traditional C# events, explaining the benefits and providing code examples.
A guide to ending code style debates in C# development by adopting StyleCop for consistent formatting and naming conventions.
Explains the use of ConfigureAwait(false) in C# async programming to improve performance by avoiding unnecessary UI thread marshaling.
A curated list of the best free tech videos from 2013, covering C#, async programming, cloud authentication, Azure, and Visual Studio tools.
A guide to creating portable C# Data Transfer Objects (DTOs) for Azure Mobile Services when developing cross-platform mobile apps with Xamarin.
Explains a Windows Phone 8 audio conflict where FM Radio and BackgroundAudioPlayer play simultaneously, and provides a code fix.
A developer's session on using C#, Xamarin, and Azure Mobile Services for cross-platform push notifications at TechEd Australia 2013.
Explores the inconsistent behavior of AbandonedMutexException in .NET vs. Windows Phone 8, detailing mutex synchronization and platform-specific quirks.
A technical article explaining how to count character frequencies in a text file using Objective-C and Grand Central Dispatch for asynchronous file I/O.
A guide to implementing and using Assert.ThrowsExceptionAsync for testing asynchronous code in the Windows Phone Test Framework.
A technical guide on detecting dependency property changes in WinRT using a binding-based workaround, presented as a reusable extension method.
A technical tutorial comparing how to build a basic web application from scratch using both the Nancy framework and ASP.NET MVC.
Guide to creating a custom UITestMethodAttribute for running unit tests on the UI thread in Windows Phone 8 with Visual Studio 2012.2 CTP4.
A technical guide on implementing basic paging and sorting functionality in ServiceStack using a QueryBase class and request filters.
Announces v1.1.0 of a MongoDB session state provider for ASP.NET, updating to the latest C# driver with breaking change fixes.
A tutorial on creating an async/await extension method for Windows Phone Choosers to simplify asynchronous operations.
A developer's 2012 recap, listing his technical blog posts on JavaScript, .NET, Windows, and sharing his starred articles and GitHub repositories.
Explores C# dynamic dispatch behavior with class inheritance, highlighting a common pitfall when overriding methods in derived classes.
A developer creates an Objective-C/C++ wrapper for Leap Motion SDK to enable hands-free mouse control on Mac OSX using finger tracking and ray tracing.