The folders:
SignalRVisualTracking   - contains the viaul tracking source code, based on the original sample from MSDN
SignalRWorkflowTracking - contains the custom tracking participant and extention for WCF/Appfabric hosted clients
VBRaceEventRegistration - sample workflow
VisualTrackingWeb	- the signal Connection and the web based sample code for hosting a workflow

To do a basic run
- open the solution and build all the projects
- start the web project, creating the virtual directory as need be
- start another instance of the testclient.html page, type some text in the broadcast box and hit broadcast. If this is working that text will appear in both browser windows
- start the vb race registration workflow. Verify it works with the xamlx as the startup file and using the wcf test client to register for a race. Tracking data will flow to both browsers
- then start the visual tracking code. 
- From the file menu, hit start workflow tracking
- fire another race registration and the tracking will appear in the visual tracking client. 

Notes:
The open menu does work to open a different workflow. However the setup for that workflow does not work. So instead restart the client, open a different workflow, and then start tracking. (All easy to fix I'm certain but didn't complete this before the talk started!)


