Skip to content
/ Michaël Hompus

The other day I needed to get the URLs for all pages in my blog for some PowerShell scripting I wanted to do. Like most websites, this blog has a sitemap and I wanted to use that as a source. As I couldn’t find any existing PowerShell scripts on the web that I could use, I just wrote one myself. Now I like to share this script with you.

The other day I needed to get the URLs for all pages in my blog for some PowerShell scripting I wanted to do Like most websites, this blog has a sitemap and I wanted to use that as a source.

As I could not find any existing PowerShell scripts on the web that I could use, I just wrote one myself.

Now I like to share this script with you.

read more…
Filed under PowerShell
Last update:
/ Michaël Hompus

Last month I gave my session, in Dutch, titled Serious Request, Azure als schaalbaar platform during the dotNed Saturday event. I’m sharing my slides so you can start building awesome, secure, scalable, performing and monitorable web platforms using Azure.

Last month I gave my session, in Dutch, titled “Serious Request, Azure als schaalbaar platform” during the dotNed Saturday event.

First, I’d like to thank everyone attending this session.

The session was about my experiences using Microsoft Azure to build a high available, secure and scalable platform for digital donations.

This platform is used during “3FM Serious Request”, the annual charity event organized by the Dutch radio station 3FM for the Dutch Red Cross.

I am sharing my slides so you can use my guides, tips & tricks to start building awesome, secure, scalable, performing and monitorable web platforms using Azure.

read more…
Filed under Azure
Last update:
/ Michaël Hompus

I’m invited to speak at dotNed Saturday, the Dutch .NET community event. My session, is called “Serious Request, Azure als schaalbaar platform” and I’ll be talking about my experiences using Azure to build a high available, secure and scalable platform for digital donations. This platform is used during “3FM Serious Request”, the annual charity event organized by the Dutch radio station 3FM for the Dutch Red Cross.
dotNed Saturday logo

I am invited to speak at dotNed Saturday, “the Dutch .NET community event”.

The event is held on the 28th of January at InfoSupport in Veenendaal.

read more…
Filed under Azure
Last update:
/ Michaël Hompus

This post will be about a new sample of using “Sandboxable”. We will walk through the steps to create a Microsoft Dynamics CRM plug-in that on deletion of any record, stores the deleted data as a file on Azure blob storage.

This post will be about a new sample of using “Sandboxable”. I wrote an article about sending messages on an Azure queue.

In this article, I will walk through the steps to create a Microsoft Dynamics CRM plug-in that on deletion of any record, stores the deleted data as a file on Azure blob storage.

read more…
/ Michaël Hompus

A while back I've introduced Sandboxable. It's a means to use NuGet packages that normally are not available for code that runs with Partial Trust. In this post, we will walk through the steps to create a Microsoft Dynamics CRM plug-in that will add a message to an Azure queue.

A while back I have “introduced Sandboxable”. It is a means to use NuGet packages that normally are not available for code that runs with Partial Trust.

In this article, I will walk through the steps to create a Microsoft Dynamics CRM plug-in that will add a message to an Azure queue.

read more…