About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (217)
- Security (19)
- Test (32)
- Tooling (175)
- Uncategorized (169)
Category Archives: Development
Azure watchdog
With the new Remote Desktop beta program of Azure a small negative test can be performed. The task manager can be used to kill some processes. Lets see how Azure recovers from this ‘error-behind-keyboard’. I uploaded a package with the … Continue reading
Posted in Development
Leave a comment
Azure Beta programs
Recently I signed up for all three beta programs of the azure platform. I got enrolled in the “VM Role”. Here’s what I did. The new features are part of the new SDK. Install it from http://msdn.microsoft.com/en-us/windowsazure/cc974146.aspx. My existing solution … Continue reading
Posted in Development
Leave a comment
WCF Discovery
A new feature in WCF4.0 is buildin Discovery. With Discovery a Hello message is send to the Discovery service when a service starts. This way the Discovery service knows the services is available. Whenever the service stops a Goodbye message … Continue reading
Posted in Development
Leave a comment
Many-to-any link back to parent
ActivRecord has a feature to create relations between tables with the name of the table as a variable. The example deals with payment and order. A payment can be iDeal or PayPal. The dotNET code uses a interface (IPayment) which … Continue reading
Posted in Development, Tooling
Leave a comment
Azure configuration
My cloud project with Azure progresses. The packages must be installable to multiple Azure environments. This means configuration. But how to make changes to the web.config of my WebRoles? One option is to NOT encrypt the package as described here, … Continue reading
Posted in Development
Leave a comment