-
Recent Posts
Recent Comments
Archives
Blogroll
Categories
Meta
Marcel Tag Cloud
ACS Azure Blob Blobs Cloud Cloud;Office365 co-admin Configuration Cost Datatools Deploy MVC 3 MVP Package Portal Profiling Scale Silverlight; HTML5 SQL Azure SQL Azure; Performance; Query plan SQL Azure; Reporting SQL Server SSDT Storage Tools Visual Studio Visual Studio 11 Beta Web deploy WebRole WIF Windows Azure Windows Azure; Management; WP7; Windows Phone WorkerRole WP7; Windows Phone
Category Archives: Storage
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 Azure editions … Continue reading
Posted in Azure, Cloud, dotnetmag, SQL Azure, Storage
Tagged SQL Azure, Storage, Windows Azure
Leave a comment
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 premise situation, but we as developers have … Continue reading
SQL Azure DACPAC – import and export data
If you keep an eye on the Windows Azure blog then you saw theĀ announcement of service release of SQL Azure. With this update there are also changes made to the SQL Azure part on the Windows Azure portal. Before … Continue reading
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 if I … Continue reading
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 have copied already. … Continue reading