WIA.NET
WIA.NET is a managed wrapper for the Windows Image Acquisition Library 2.0, which is included in Windows Vista and later. Continue reading...
Windows Azure RoleTools
I have put together a set of utilities that can help ease the process of configuring your Windows Azure environment during deployment. These are meant to be called during the WebRole.OnStart event, from an elevated task. Continue reading...
Azure ACS Login Controls
A port of the SL.Phone.Federation library from the Windows Azure Toolkit for Windows Phone 7, improved with better databinding support. Includes working versions for WPF 4 only. Silverlight 4, WP7 and WP7.1 support coming in next version. Continue reading...
System.Threading.Tasks for Silverlight
There are a number of solutions out there to get the Task Parallel Library onto Silverlight platforms. But those solutions are incomplete in one form or another... they either don't include the awesome collections from System.Collections.Concurrent, or the API is not compatible with what shipps in the Framework, or both. Even the TPL in Silverlight 5 only includes the System.Threading.Tasks namespace, and not the Concurrent Collections. Continue reading...