Category: AZURE
-
Hosting and Debugging SilverLight in Windows Azure
Objective This article will give a pictorial representation of how a SILVERLIGHT application can be hosted and debugged on local development fabric of Windows azure Note: This article is taken from original article written by JIM and can be read Here Now a SILVERLIGHT application can be hosted in a Web Role. And on local…
-
CRUD Operations on Windows Azure table and Azure Storage
Objective This article will give a walkthrough on how to perform a CRUD operation on Azure table. Step 1 Creating the Create a new Cloud Service Application. To create, File -> New -> Projects -> Cloud Services. Select ASP.Net Web Role. I am giving CRUDSample to the name of the project and CRUDWebRole to the…
-
Step by Step walkthrough to host WCF service in Windows Azure
Objective This article will give step by step walkthrough of hosting a WCF service in windows azure. Note: Before reading through this walkthrough see this http://djoncloud.cloudapp.net/DjService.svc . We are going to host this service in this walkthrough. Prerequisite VS 2010 Beta Windows AZURE SDK should be installed on the system. Step 1 Open Visual Studio…
-
Step by Step walkthrough to create first application for cloud (Windows Azure)
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 cloud service. After creating the cloud service select the type of role. There are many roles to choose from. For our purpose, we will choose ASP.Net Web Role.…