9 Sep
2011

An Observation about TDD

To me, developers that are not applying TDD practices during their day-to-day job always seem more in a hurry than developers that do apply red-green-refactor. In their hurry, they’re the first to cut corners and start making messes while they rush to their goal. A while ago it dawned to me why that is. They […]

Read More
9 Sep
2011

Mapping a Route with Directions using the Bing Maps WPF Control (Beta)

So far we have built an earthquake application, mapped an address using geocoding, and even Prism-fied the Bing Maps WPF control.? Now let?s see how to map a route with turn-by-turn directions.? By now it should be no surprise that you will need to complete the following steps before you can create this application. Get […]

Read More