Congratulations to all monthly winners of May 2013 !!! They have won INR 2900 cash and INR 27497 worth prize.
DotNetFunda.Com Logo
Twitter TwitterLinkedIn
YouTubeGoogle
 Online : 11849 |  Welcome, Guest!   Register  Login
 Home > Articles > Azure Articles

Azure Articles (8)

Latest Azure related Articles

Articles

Azure Access Control – Authenticating with Google Account

Access Control provides an easy way to provide identity and access control to web applications and services, while integrating with standards-based identity providers, including enterprise directories such as Active Directory, and web identities such as Windows Live ID, Google, Yahoo! and Facebook.

Views: 3782 | Posted by: Rajasekhar7 | Votes: 2 | Rating: 4.5 out of 5

Introduction to Windows Azure

There is a buzz around cloud adoption which promises capacity-on-demand and elasticity. Windows Azure is the answer to cloud from Microsoft. Let us discuss about Azure in a series of articles.

Views: 4395 | Posted by: Ambily.raj | Votes: 2 | Rating: 4.5 out of 5

7 simple steps to run your first Azure Queue program

Azure queues help to communicate data between web role and worker role. Web roles are nothing but web application which can be accessed by the end browser. Worker roles are back ground processes which run in the azure system and they do not take direct request from the web. So if we want to pass data to worker roles we need to use Queues. Queues are temporary storage which acts like a bridge between web role and worker role. So you can post data to web role , web role posts data to queues and worker role picks the data from queues to do further processing.

Views: 6624 | Posted by: Questpond |

Simple 7 steps to run your first Azure Blob Program

In this section we will create our first program using Azure blobs. This article creates a simple web page where we upload image files which are stored in azure blobs. We have also created a simple search text box which will help us to search the image blobs with the image file name.

Views: 5980 | Posted by: Questpond | Votes: 1 | Rating: 4 out of 5

9 simple steps to run your first Azure Table Program

Azure has provided 4 kinds of data storages blobs, tables, queues and SQL azure. In this section we will see how to insert a simple customer record with code and name property in Azure tables.

Views: 5960 | Posted by: Questpond |

Simple 6 steps to run your first Azure Worker Role Program

we have seen 5 simple steps to create web role application. Web role projects in Azure are like web applications. Azure has one more type of project i.e. worker role. Worker role applications are back ground processing application like windows process which runs on the back ground. In this article we will try to understand 6 basic steps to create worker role project and as we run through the article we will try to understand the various fundamental methods which are executed in worker role projects.

Views: 8818 | Posted by: Questpond |

Simple 5 steps to run your first Azure program

In this article we will look in to 5 basic steps which will help us to run our first azure program. In this article we will understand how to create a simple web role application and while doing the same we will understand some development concepts of Azure.

Views: 4692 | Posted by: Questpond |

Windows Azure FAQ Part 1

Different people have different obsessions and I have this stupid obsession of writing articles in FAQ formats :-) . The more I try to write articles in normal format I end up with a FAQ. My only thought process of writing articles in FAQ format is that we end up talking to the point rather than talking about trees and rivers , many may disagree.

Views: 5312 | Posted by: Questpond |

Navigate to Page: 1 |

About Us | Contact Us | The Team | Advertise | Software Development | Write for us | Testimonials | Privacy Policy | Terms of Use | Link Exchange | Members | Go Top
General Notice: If you find plagiarised (copied) contents on this page, please let us know the original source along with your correct email id (to communicate) for further action.
Copyright © DotNetFunda.Com. All Rights Reserved. Copying or mimicking the site design and layout is prohibited. Logos, company names used here if any are only for reference purposes and they may be respective owner's right or trademarks. | 6/19/2013 3:51:37 AM