Quantcast
Channel: Jean Paul's Blog » cloud
Browsing latest articles
Browse All 10 View Live

Image may be NSFW.
Clik here to view.

Setting up Visual Studio

After creating account, we can proceed with setting up the development environment. Windows Azure applications can be developed in multiple environments. Visual Studio 2008, 2010 Standalone SDK In this...

View Article


Image may be NSFW.
Clik here to view.

Registering Online

For beginners to experiment with Azure, Step 1: Create new Account For creating a new account, you can use the url: http://www.microsoft.com/windowsazure/ Click on the “Try it free now!” button and you...

View Article


Image may be NSFW.
Clik here to view.

Creating a Web Role

In this article we are creating a web role using Visual Studio 2010. This will make the reader familiar with Windows Azure. Open Visual Studio 2010 and use the command New Project. From the appearing...

View Article

Image may be NSFW.
Clik here to view.

Deploying the Web Role

After developing the web role, we have to package it and deploy to the cloud. The entire steps in this are: Create Web Role Create Package Deploy to Cloud Creating the web role is performed in the...

View Article

Image may be NSFW.
Clik here to view.

Web Role Detailed

In this article we can summarize the points on Web Role deployed in previous article. Virtual Machine Size The virtual machine size provides the resource capacity of the virtual machine. The parameters...

View Article


Image may be NSFW.
Clik here to view.

Creating a Worker Role

In this article we are creating a worker role using Visual Studio 2010. This will make the reader familiar with Windows Azure. Open Visual Studio 2010 and use the command New Project. From the...

View Article

Image may be NSFW.
Clik here to view.

Deploying the Worker Role

After developing the Worker Role, we have to package it and deploy to the cloud. The entire steps in this are: Create Worker Role Create Package Deploy to Cloud Creating the Worker Role is performed in...

View Article

Image may be NSFW.
Clik here to view.

Worker Role Detailed

In this article we can summarize the points on Worker role deployed in previous article. Virtual Machine Size The virtual machine size provides the resource capacity of the virtual machine. The...

View Article


Image may be NSFW.
Clik here to view.

Windows Azure – WCF Hosting Methods

In the previous article we have experimented the ways of WCF hosting in Windows Azure. In this article I would like to summarize the important points of WCF service exposing in Windows Azure. There are...

View Article


Image may be NSFW.
Clik here to view.

Local Storage Example

In this article, we are trying to experiment the local storage feature of Windows Azure. From the previous article we found that local storage is one of the primitive storage mechanisms in Windows...

View Article
Browsing latest articles
Browse All 10 View Live