Verifying code and testing with Pex
A tutorial on using Microsoft's Pex tool for automated white-box testing and code verification in .NET, including a practical example.
A tutorial on using Microsoft's Pex tool for automated white-box testing and code verification in .NET, including a practical example.
A developer's top 5 technical blog posts from 2008, focusing on PHPExcel, ASP.NET MVC, and Visual Studio profiling.
A developer's guide to improving Perl skills, covering documentation, CPAN modules, and a review of a Perl testing book.
A developer critiques Lua's design flaws, focusing on the length operator and index metamethods, based on months of experience using it for system configuration.
A reflection on the philosophical conflict between idealism and pragmatism within the Debian project and the broader Free Software movement.
A tutorial on implementing a read-only form field in Django using a custom Field and Widget class, despite it being non-standard architecture.
Explores embedded systems through the lens of Mario Kart, discussing concepts like the 'One-Way Wall' and how programmers can view the world.
A tutorial on creating custom function templatetags in Django's template system to define and call functions within templates.
A review of the book 'ASP.NET 3.5 Application Architecture and Design', covering its content and target audience for developers new to architectural concepts.
A Python tutorial on creating a flexible date range iterator generator using datetime and timedelta.
Final part of a series detailing the deployment of an ASP.NET MVC application (CarTrackr) to Windows Azure, covering challenges and solutions.
A presentation about the Hades project was given at the Java User Group Karlsruhe, following an introduction to Aspect-Oriented Programming.
Part 4 of a series on migrating an ASP.NET MVC app to Windows Azure, focusing on implementing authentication using Windows Live ID.
An Emacs Lisp script and shell script that combats procrastination by nagging users after periods of inactivity.
Part 3 of a series on migrating an ASP.NET MVC app to Windows Azure, focusing on implementing cloud data storage with Azure Table Storage.
Explains HTML5's Cross Document Messaging API for secure communication between web documents using JavaScript's postMessage method.
Microsoft launches Implementation Notes website detailing how Office 2007 handles ODF file formats, providing technical specifics for developers.
A technical guide on converting an ASP.NET MVC application into a cloud service on Windows Azure, focusing on project configuration and web role setup.
A developer shares their journey revisiting classic algorithms, providing Python implementations of insertion sort and merge sort from the MIT Intro to Algorithms course.
A developer details a Java compiler bug with generic type inference in static factory methods and provides a workaround.