my6solutions

asp .net, the social web & other distractions

 

Running Apps

Disclaimer

I am in no way affiliated with Microsoft or Google. I am just another developer trying to make a difference. All opinions and observations are usually my own.

Using Microsoft SQL Server Management Studio with SQL Azure

I haven't posted anything for awhile due to being busy with my ecommerce project. Recently, I have just started to deploy the project up onto Windows Azure for testing. I had held back deploying until I could deploy on SQL Azure more easily. Previously, you could only execute commands to SQL Azure via a query window and you had to create tables manually via a new query. The good news is, there's ... [More]

Permalink | Comments (0) | Post RSSRSS comment feed

Adding support for Windows Azure to an ASP .NET MVC project

The following describes my experience trying to get raya running on Windows Azure based on the July 2009 CTP of Windows Azure. Task List Add Blob support to allow uploaded photos to be stored in Azure Blobs Add support for Azure Storage Tables to replace all SQL database operations   Just 2 easy tasks... 2 easy and loooong tasks. Luckily the SDK abstracts away some of the nitty gritt... [More]

Permalink | Comments (0) | Post RSSRSS comment feed

OpenSocial in the Cloud

The following are some articles on how to get OpenSocial running in the cloud. The examples are for running in the cloud with Google App Engine and Amazon S3 and are based on Python. OpenSocial in the Cloud Building an OpenSocial App with Google App Engine    

Permalink | Comments (0) | Post RSSRSS comment feed