Microsoft Azure Components Infographics | Microsoft Azure Tutorial

Learn to Deploy Windows Azure Websites | ASP.NET MVC Windows Azure Video Tutorial

, ,

In this video tutorial, Scott Hanselman demonstrates creating an Azure Web Site and deploying Azure Web Site all from within Visual Studio 2013 using the new Azure SDK 2.2. Also,......

Read More

What is HATEOAS, REST, and Hypermedia? | ASP.NET MVC, ASP.NET Web API, Azure Video Tutorial

, , ,

Scott Hanselman and Mat Velloso talks about REST and RESTful Web Services. Also discusses about HATEOAS, which actually means "Hypermedia as the Engine of Application State." Scott......

Read More

What are the different types of Data Storage options available on Azure? | Azure Interview Question | Azure Programmer Guide

The cloud makes it relatively easy to use a variety of relational and NoSQL data stores. Here are some of the data storage platforms that you can use in Azure: Key/value databases Azure......

Read More

What are the Limitations of Azure Table storage? | Azure Interview Question | Azure Programmer Guide

In Azure Table storage, querying on columns other than the key is extremely inefficient and should be avoided. For example, you can store user profile data, with one partition storing......

Read More

What is Azure Table storage? | Azure Interview Question | Azure Programmer Guide

Azure Table storage is a key/value database. Each value is called an entity (similar to a row, identified by a partition key and row key) and contains multiple properties (similar......

Read More

What is Azure Blob storage? | Azure Interview Question | Azure Programmer Guide

Azure Blob storage is a key/value database that functions like file storage in the cloud, with key values that correspond to folder and file names. You retrieve a file by its folder......

Read More