Create Blob in Storage Emulator
In this article we are trying to create a blob in the storage emulator. The same blob creation can be done on storage account too. Some Theories on Blob in Azure Blob represents Binary Large Object It...
View ArticleCreate Blob in Storage Account
In this article we are trying to create the blob in the real storage account we created. As we are aware of the basics of blob and related classes in Windows Azure this article is emphasizing on the...
View ArticleCreate Table in Storage Account
In this article we can explore the table creation in storage account. As a refresh, I would like to repeat that there are 3 types in Azure Storage Blob Table Queue The Blob creation was explored in the...
View ArticleWindows Azure – Create Queue in Storage Account
In this article we can explore the queue creation in storage account. As a refresh, I would like to repeat that there are 3 types in Azure Storage Blob Table Queue The Table creation was explored in...
View ArticleWindows Azure – Connect to SQL Azure
We are now are ready with our SQL Azure database server and database. So we can proceed with connecting with the database. We can use our ADO.NET Connection class to connect to the database. The steps...
View ArticleWindows Azure – AppFabric Service – Client Creation
In the previous article we have seen how to create a WCF Service using the AppFabric Service Bus feature. Now we can create a client to connect to the same service. Following are the steps to create...
View ArticleWindows 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 ArticleWindows Azure – WCF in Worker Role
In this article I am going to demonstrate the creation of WCF service in Worker Role and deployment to the cloud. The attributes of WCF service on Worker role are: Self Hosted More Flexibility Attained...
View ArticleWindows Azure – BlockBlob PutBlock Method
In this article we are discussing about uploading blob using PutBlock method. I would like to give a note that there are two types of blob in Windows Azure: · Block Blob · Page Blob The Block Blob...
View ArticleWindows Azure – AppFabric Access Control Service – Introduction
In this article we can explore the Access Control service of Windows Azure AppFabric. As you know the services provided by AppFabric are shown below. Theory on Access Control The Access Control...
View Article