tag

home / developersection / tag

Create Log Event in Windows Azure
cloud computing 23-Jan-2012
Create Log Event in Windows Azure

In this article I am going to explain how create event log in windows azure application. In the production deployment, sometimes we need to trace the inner working of our application.

Insert, Update, Delete in Windows Azure Application
cloud computing 23-Jan-2012
Insert, Update, Delete in Windows Azure Application

In this article I am going to explain how to perform insert, update, delete and select data using ADO.NET Entity Framework in a Windows Azure application.

Create Queue Service in Windows Azure
cloud computing 23-Jan-2012
Create Queue Service in Windows Azure

Queue Service is a windows azure storage type where we can store data on basis of queue concept i.e. first in first out. It will display those message first which was processed earlier.

Create Blob Service in Windows Azure
cloud computing 23-Jan-2012
Create Blob Service in Windows Azure

Blob service is a storage area of windows azure where we can store our text and binary data.

Storage Types in Windows Azure
cloud computing 23-Jan-2012
Storage Types in Windows Azure

The windows Azure platform offers different mechanisms to store data permanently. In this article I would like to introduce the storage types of Windows Azure.

Using Table Service Data Model in Windows Azure
cloud computing 23-Jan-2012
Using Table Service Data Model in Windows Azure

In windows azure we can use Table service API to create tables for structured storage, and to insert, update, delete, and query data. The Table service API is a REST API for working with table and the data that they contain.

Create ASP.Net Web role in Windows Azure Application
cloud computing 23-Jan-2012
Create ASP.Net Web role in Windows Azure Application

In this article I am going to explain how to create ASP.Net Web role in Windows Azure Application.

Creating Worker Role in Windows Azure Application
cloud computing 23-Jan-2012
Creating Worker Role in Windows Azure Application

In this article I am going to explain how to create worker role project and the various fundamental methods which are executed in worker role projects.

Creating WCF Service Web Role in Windows Azure Application
cloud computing 23-Jan-2012
Creating WCF Service Web Role in Windows Azure Application

In this article I am going to explain how to create WCF Service Web role in windows azure application and how to use the WCF Service in an outside application.

Install and Create a Windows Azure Application in VS 2010
cloud computing 23-Jan-2012
Install and Create a Windows Azure Application in VS 2010

To install the Windows Azure Tools, on the menu bar, choose File – New – Project.

Introduction of Cloud in Visual Studio 2010
cloud computing 23-Jan-2012
Introduction of Cloud in Visual Studio 2010

In this article I am going to explain a brief introduction of cloud programming in Visual Studio 2010.