Quantcast
Browsing latest articles
Browse All 6 View Live

Image may be NSFW.
Clik here to view.

Windows Azure Configurations

There are different ways on the Windows Azure platform to make and set configurations. For the WebRole we have the web.config and for the WorkerRole we have the app.config. These config files are not...

View Article


Windows Azure Blob storage Modified date

I made a solution for a customer where I copied blobs from Windows Azure Blobstorage to an different location on Windows Azure Blobstorage. But to be a bit efficient I was keeping a list of blobs I...

View Article


Update Record in Windows Azure Table storage

As told in my previous Blogpost I kept a list of the Blob name and the LastModifiedUtc. To make this solution usable for more then one instances I stored this list in a Windows Azure storage table. So...

View Article

Image may be NSFW.
Clik here to view.

SQL Azure Custom Logging to Windows Azure Table storage

At a Windows Azure customer of ours they keep track of changes on the tables in the SQL Azure database. This is done by a trigger, the trigger inserts the change in a table. I can not think of another...

View Article

Image may be NSFW.
Clik here to view.

Windows Azure Storage vs Local Storage

If I do sessions on Windows Azure, I always point out that we as software engineers/architects should think about costs again. Because Windows Azure may look more expensive in comparison of an on...

View Article


SQL Azure Databases

When I do sessions on Windows Azure, then SQL Azure is always part of that. Most of the time remarks about the maximum sizes of SQL Azure database come from the audience. Quick summary. There are 2 SQL...

View Article
Browsing latest articles
Browse All 6 View Live