Windows Phone 8 Unit Testing in the UI thread with VS 2012.2 CTP4
Guide to creating a custom UITestMethodAttribute for running unit tests on the UI thread in Windows Phone 8 with Visual Studio 2012.2 CTP4.
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.
A guide to using Windows Phone 8 theme accent colors in app development, including a C# helper class for hex color conversion.
A developer shares progress on a Ludum Dare game jam project, a rule-changing strategy game built in C++.
Explains how to connect to and query TFS Preview (TFSPreview.com) using the TFS Client Object Model and C# code.
Introduces a custom ASP.NET MVC Action Filter that automatically checks for null view models and returns a 404, eliminating repetitive null-check code.
Rob Pike discusses the design philosophy behind Go, explaining why it attracted Python/Ruby developers more than C++ programmers.
Explains how to use C# 5 caller info attributes like CallerMemberName when targeting older .NET Framework versions (e.g., 4.0, 3.5) by defining custom attributes.
A technical guide on implementing a generic DelegateEqualityComparer in C# to simplify custom equality comparisons in LINQ queries.
A programmer's reflection on favorite languages, arguing for learning diverse programming languages to become a better developer.
A guide to tracking API usage with Google Analytics using the GoogleAnalyticsTracker library for C# and ASP.NET.
Developer creates a Minecraft client for Windows Phone 7 using Mango's async socket support.
A developer announces their participation in Ludum Dare 22, outlining their tech stack (C++, SFML, sfxr, LMMS) for the game jam.
A programmer's personal challenge to create 10 different games using 10 different programming languages, starting with a Java school project.
A developer compares clang++ and g++ compilers, highlighting clang++'s superior and more helpful error messages for debugging C++ code.