AZURE Roadshow at HOWEST - demos

Last week, I did a presentation on Windows Azure at HOWEST, University College West Flanders. As promised, my hands-on-labs of this session. 1. A file archive application to upload/download files into a database in the cloud.  This application consists out of a webpage (UploadFile.aspx) to upl... [More]

Multiple Silverlight controls in 1 XAP

Basically, when you are creating a website with 2 Silverlight contols, you need to have 2 xap files in your ClientBin folder. It would be better if you could have 1 xap file but you decide which usercontrol you want to see. A solution could be using InitParams in the object tag in your HTML file: ... [More]

IErrorHandler: A generic Fault Converter (2/2)

My previous post IErrorHandler: A generic Fault Converter (1/2) describes how to build an ErrorHandler for WCF. The challenge is now to write a generic ErrorHander which can be configured to automatically convert exceptions into faults based upon a pre-defined list of converter methods. Converting a... [More]

MSDN event: Firestarter

For those who wants to be ahead of the game, but do not have time to see events, msdn firestarter is the solution to your problem. This site offers you free webcasts talking about Microsoft technologies such as:   ASP.NET MVC   Silverlight   Windows 7   … So w... [More]