Posted by: Suprotim Agarwal ,
on 5/24/2013
Abstract:
In this article, we will use a bunch of familiar technologies to build a nice little image hosting application. We will build an ASP.NET MVC app that uses Azure Blob Storage for hosting the images. The MVC app can be easily hosted on Azure Website (not demoed here). Idea is to see multiple technologies that we have seen working in samples work together in a slightly bigger scenario.
Read More ...
|
Posted by: Suprotim Agarwal ,
on 5/10/2013
Abstract:
Demo showing how to send files ‘chunked’ to an ASP.NET MVC Web Application which in turn stores the files in Azure Blob storage.
Read More ...
|
Posted by: Suprotim Agarwal ,
on 5/9/2013
Abstract:
This article demonstrates how to do Chunked File Uploads to Azure Storage from an ASP.NET MVC application
Read More ...
|
Posted by: Suprotim Agarwal ,
on 5/3/2013
Abstract:
Build an ASP.NET MVC 4 application that uploads multiple files to Azure Cloud Storage, get the list of items in storage and have a rudimentary view of the files.
Read More ...
|
Posted by: Suprotim Agarwal ,
on 4/15/2013
Abstract:
Host an ASP.NET MVC Web Application on Azure WebSites for free and use a SQL Backing Store that you are not paying for separately
Read More ...
|
Posted by: Suprotim Agarwal ,
on 4/11/2013
Abstract:
Explore how to deploy our own ASP.NET WebSite in Visual Studio, using the Git plugin to commit the code to Git and see how we can connect Windows Azure to our repository
Read More ...
|
Posted by: Sumit Maitra ,
on 2/1/2013
Abstract:
In this article, we will see how to enable Twitter OAuth for a Zumo Service. We will also see how to use it in a Window 8 game and how we can reuse the credentials for a nice User experience.
Read More ...
|
Posted by: Sumit Maitra ,
on 1/26/2013
Abstract:
In this article, we will create the simple Tic-Tac-Toe game for Windows 8 Store and save the winner of the game in a Leader Board on Azure using Azure Mobile Services, also known as Zumo.
Read More ...
|
Posted by: Sumit Maitra ,
on 9/26/2012
Abstract:
In this article, we take a look at how to get started with Windows Azure (right from the scratch as in account creation) and then use WebMatrix 2 to build and deploy our first simple Windows Azure WebSite.
Read More ...
|
Posted by: Mahesh Sabnis ,
on 7/20/2012
Abstract:
This article explains with an example how to use Azure Storage and SQL Azure effectively to save costs while dealing with BLOB and transactional data
Read More ...
|
Posted by: Mahesh Sabnis ,
on 7/6/2012
Abstract:
In this article, we will see how to create a WCF service using Azure cloud template provided in VS 2010 and then host it in an Azure environment using Web Role.
Read More ...
|
Posted by: Mahesh Sabnis ,
on 6/3/2012
Abstract:
SQL Azure is a highly available and scalable cloud database service built on SQL Server technologies. In this article, we will see how simple it is to create a database using SQL Azure and create a .NET application that connects to it
Read More ...
|
Posted by: Mahesh Sabnis ,
on 5/18/2012
Abstract:
The Table service component of the Windows Azure Storage service is a very simple, highly scalable and cost effective solution provided to store data. In this article, we will see how to store structured data on the cloud using Table Service.
Read More ...
|
Posted by: Mahesh Sabnis ,
on 4/25/2012
Abstract:
The Blob storage service provided by Windows Azure provides manageable, scalable, high available techniques for managing BLOB data required by an application. We will create a sample application to create a container, upload and delete BLOB data. We will see how to deploy a cloud application using the Windows Azure portal.
Read More ...
|
Posted by: Mahesh Sabnis ,
on 4/17/2012
Abstract:
Windows Azure provides a comprehensive platform for developing Scalable, High available application. With the Visual Studio 2010 templates, any .NET developer can easily develop applications for the cloud. In this article, we will introduce Azure and see how to create an ASP.NET Web Role Project
Read More ...
|