DotNetShoutout - Stories tagged with cloud storage
13
Shouts

Using Windows Azure BLOB storage with PHP

published 1261 days, 11 hours, 17 minutes ago posted by gpeipmangpeipman 1263 days, 22 hours, 17 minutes ago
Tuesday, December 08, 2009 12:36:28 AM GMT Saturday, December 05, 2009 1:37:11 PM GMT
My last posting described how to read and write files located in Windows Azure cloud storage. In this posting I will show you how to do almost same thing using PHP. We will use Windows Azure SDK for PHP. The purpose of this example is to show you how simple it is to use Windows Azure storage services in your PHP applications. (more)
category: How To | clicked: 1 | comment | | source: weblogs.asp.net
tags: Windows Azure, PHP, cloud storage
9
Shouts

Windows Azure – Using DataSet with cloud storage

published 1266 days, 2 hours, 47 minutes ago posted by gpeipmangpeipman 1267 days, 22 hours, 15 minutes ago
Thursday, December 03, 2009 9:06:40 AM GMT Tuesday, December 01, 2009 1:38:37 PM GMT
On Windows Azure CTP some file system operations are not allowed. You cannot create and modify files located on server hard disc. I have small application that stores data to DataSet and I needed place where I can hold this file. The logical choice is cloud storage service of course. In this posting I will show you how to read and write DataSet to your cloud storage as XML-file. (more)
category: How To | clicked: 1 | 1 comment | | source: weblogs.asp.net
tags: Windows Azure, cloud storage