08.09.2010 Audiobook Player for iPhone
 
An iPhone media player designed specifically for listening to audiobooks

08.09.2010 Avoiding the Trials and Tribulations of CUDA Development on Windows
 
Understanding the organization of a Visual Studio project for CUDA development

08.09.2010 Fun with Rx
 
A brief look into the DevLabs Reactive Framework

08.09.2010 Painting Your Own Tabs - Second Edition
 
A better way to control the painting of the .NET TabControl

08.09.2010 Convert a Silverlight Navigation Application to use MVVM using Cinch V2
 
How to convert a Silverlight Navigation Application to use MVVM using Cinch V2.

08.09.2010 Something You May Not Know About the Switch Statement in C/C++
 
A discussion on how switch/case is executed, by reverse engineering in VC++

08.09.2010 Dynamic Loading of Assemblies at Runtime through .NET Reflection
 
Shows the ability of .NET to load assemblies at run time based on appropriate necessities by using the power of late binding and reflection

08.09.2010 Whois Client with .NET
 
A little class to query whois servers

08.09.2010 Truncating a text string in ASP.NET to fit within a given pixel width
 
How to truncate a text string in ASP.NET to make it fit within a given width specified in pixels

08.09.2010 Use JQuery and CSS slide show pictures
 
How to use JQuery and css slide show pictures

08.09.2010 .NET 4.0 MEF FAQ (Socket, Plug and extension)
 
.NET 4.0 MEF FAQ (Socket, Plug and extension)

08.09.2010 Splash and Login Forms (Problems and solutions)
 
The more perfect description of the creation the Splash and the Login forms with providing a full source code

08.09.2010 REST Technobabble
 
REST web service and template with separation of concerns

08.09.2010 The Story of ICalculated...the Calculated Column for a Class & More
 
Custom calculated columns for classes as well as programatic access and list of all public variables read/write

08.09.2010 Implementing auto-tiling functionality in a tile map editor
 
This article presents an algorithm and data structures to implement auto-tiling as seen in RPG Maker, the Starcraft level editor etc.

08.09.2010 Tweaked Events
 
Framework for customizing events. Comes with Weak Events and Synced Events

07.09.2010 The Bricks Game - Tetris for Silverlight
 
An article exploring the use of MVVM, styles and templates in game programming in Silverlight 4

07.09.2010 Continuous Integration for Databases with Visual Studio
 
Provides a framework for predictably compiling, extracting, and deploying a database project.

07.09.2010 Online Rich Text Editor with download as Word option
 
Online Rich Text Editor with Mail Merge and download file as word option.

07.09.2010 Downloading in Chunks using WCF and Silverlight
 
Download the large file in chunk using WCF service and Silverlight