Step by Step walkthrough on CRUD Operation on Azure table part # 2: Setting UP storage account for Azure and modifying connection string

Objective This article is going to explain , how we can use AZURE table. This article will explain how to create a stroage account and then modify the connection string in exsiting azure application using local development storage. Note : This article is part 2 of series of article , so I recoomend please goContinueContinue reading “Step by Step walkthrough on CRUD Operation on Azure table part # 2: Setting UP storage account for Azure and modifying connection string”

Step by Step walkthrough on CRUD operation on Azure Table Part #1

Objective In this article, I will show you how we can perform CRUD operation on AZURE table. This article is divided into two parts. In part 1, I am using local development fabric and storage. In next part, I will show you how can use AZURE table from Microsoft data center. Step 1: Create theContinueContinue reading “Step by Step walkthrough on CRUD operation on Azure Table Part #1”

Understanding Web Role and Worker Roles through images

Objective In this article, I am going to explain about Web Role and Worker role using images. Windows Azure mainly helps as a service 1. Storage 2. Computation 3. Mange the application. These three functions of Windows Azure , make sure application is 1. Running 2. Scalable 3. Secure 4. Maintainable 5. Reliable So ,ContinueContinue reading “Understanding Web Role and Worker Roles through images”

Hosting WCF service in Windows Azure and consuming in Window 7 phone app

Objective This article will give step by step walkthrough of hosting a WCF service in windows azure and then consuming that in windows7 phone application. Expected output Step 1 Open Visual Studio 2010 as an administrator. Select File -> New -> Cloud Service. Click on Windows Azure cloud service template. Give name of the cloudContinueContinue reading “Hosting WCF service in Windows Azure and consuming in Window 7 phone app”