This blog post is about how to develop a small Silverlight (the new MS plug-in for Rich Interactive Applications (RIAs) on the web) application and get it running inside this post. The demo app is quite simple, it has a button that pop ups the Silverlight logo Continue reading “Silverlight demonstration”
DevDays 2007
Last week was the biggest Microsoft developer event in the Netherlands, the DevDays 2007. It was a two day event with a lot of sessions (50+) presented by some of the greatest names in the world of software development like Scott Guthrie, Dino Esposito and Ingo Rammer, to only name a few. Together with this event there was also the ReMIX, which added another 15+ sessions. Unfortunately it was only possible to follow 9 of the sessions plus the keynote, making it very hard to choose…
One of the biggest things during this event was the presentation of Continue reading “DevDays 2007”
Web Service Mock Technique
Test Driven Development is a great thing in software development as it makes it possible to verify your code very easily during development and when you have to make changes. However, it is not always easy to write solid unit tests when external influences are involved.
For example, in case of Web Services you might want Continue reading “Web Service Mock Technique”