Software Development for a Cloud Computing: IaaS, PaaS, SaaS, DaaS, AWS, Azure, Cloud Foundry, Heroku
 
Category: <span>Articles</span>

The Problem with Cloud-Computing Standardization

This article discusses the issues and challenges in cloud computing standardization. He also compares the cloud-computing standards proposed by various organizations. True interoperability requires translation of specific application and service functionality from one cloud to another, and this won’t happen without standardization. For example, there currently is no stan­dardized way …

Cloud Computing: Orchestrating and Automating Technical Building Blocks

This article provides a detailed overview of how an Infrastructure as a Service (IaaS) service is orchestrated and automated. It provides information on how the basic resources are added to the cloud and how services are added to the cloud. Then it explores the creation and placement strategies used within …

Partition Data in SQL Azure

This sample demonstrates how to partition your data in SQL Azure. It shows two ways: one is vertical partitioning while the other is horizontal partitioning. In this version of vertically partitioning for SQL Azure we are dividing all the tables in the schema across two or more SQL Azure databases. …