The Real-Time Web With SignalR

Today for RECESS I looked into SignalR.  The SignalR site (which currently is just the github repository) describes it as an “async signaling library for ASP.NET to help build real-time, multi-user interactive web applications.”  What does this mean to you and me?  This library allows you, in just a few lines of code, communicate in [...]

CSS Is A Lie.

According to Wikipedia: Cascading Style Sheets (CSS) is a style sheet language used to describe the presentation semantics (the look and formatting) of a document written in a markup language. Furthermore: CSS specifies a priority scheme to determine which style rules apply if more than one rule matches against a particular element. In this so-called [...]

Copying Files After a Successful Build With Robocopy on VS2010

The Problem In one of the latest projects I’ve been working on, I needed to be able to interchange data providers. We decided to use Prism and MEF to load up the concrete instance of our IDataProvider at runtime, and created a separate project to contain the XML based implementation of that provider. Since we [...]

Windows Azure error “There was an error attaching the debugger to the IIS worker process for URL ‘http://127.255.0.0:82/’…”

Since I last rebuilt my development machine I haven’t had a need to even look at web development let alone Windows Azure.  The last time I had “opportunity” to develop anything using Windows Azure was with version 1.3.  At the time version 1.4 was still in beta and I couldn’t seem to successfully install it. [...]

Stream HTML5 Video from Azure Blob Storage

I’ve been looking into what needs to be done in order to stream videos hosted in Microsoft Azure’s Blob storage with the HTML5 <video> control. Once I got over a few little hiccups, the process was very straight forward. The Process I followed the Video On The Web section of the online book Dive Into [...]

A Fly Fishing / Business Trip I will always remember with a smile until the day I die…

Introduction 5 days ~600 miles travelled in rental cars 6 flights 2 stressful technology presentations A handful of exciting and somewhat stressful wilderness and travel incidents A bit of stress on Kelly and the kids because of my 5 days away: mostly without cell or internet 5 famous rivers 3 states 2 National Parks Multiple [...]