My Code

I've got a couple of projects I do on the side. Here is a basic list of them as well as some links to my technical posts.

FatSecret Sharp - A C# wrapper around FatSecret.com Nutrition and Exercise tracking services. Uses OAuth for authentication and request signing and JSON deserialization using my Service4u2 libraries. Supports Synchronous and Asynchronous requests.

My Sail City - An MVC 2 website that uses HTML5 Geolocation api's to track a person's sailing / boating trip. Trips are scored based on Time, Distance and Weather. User's progress through Ranks (based on US Navy Ranks) by accumulating points. Has some basic Facebook Sharer integration for sharing trips and Ranks.

Exceptional Visualizer - A debugger visualizer for Visual Studio 2008 written in C# with a WPF UI. Not many WPF debugger visualizers out there.

Service4u2 - A helper library for consuming JSON based web services. I've been building it up as a result of using MVC as a back-end API for my SailCity apps.

Fluent State Observer - A framework for state-based pattern matching Reactive Framework (Rx) observables.

FitnessMVC - An early attempt at creating a fitness based MVC site.

Plus, you can peruse the various C# posts I have created in the past.