DotNetShoutout - Stories tagged with Windows Azure Storage
2
Shouts

How to Use Windows Azure Blob Storage Service With ASP.NET MVC Web Application

published 489 days, 1 hour, 50 minutes ago posted by http://tugberk-ugurlu.myopenid.com/http://tugberk-ugurlu.myopenid.com/ 492 days, 7 hours, 51 minutes ago
Monday, January 23, 2012 12:13:07 AM GMT Thursday, January 19, 2012 6:12:51 PM GMT
This blog post will walk you through on how to useWindows Azure Blob Storage service with ASP.NET MVC web application. (more)
category: Web Dev | clicked: 72 | comment | | source: tugberkugurlu.com
tags: ASP.NET MVC 3, ASP.NET MVC, Windows Azure, Windows Azure Storage, ASP.NET
2
Shouts

Building a Windows Azure App using Azure Queue, Azure Table and ASP.NET MVC Web Role - Shiju Varghese's Blog

posted by http://shijucv.myopenid.com/http://shijucv.myopenid.com/ 541 days, 7 hours, 20 minutes ago
Thursday, December 01, 2011 6:43:21 PM GMT
In this post, I will demonstrate a Windows Azure app using Azure Queue, Azure Table and a ASP.NET MVC 4 Web Role application. This post is explaining few initial steps for building a demo Azure app where asynchronous commands (write operations that changes the data) put into Azure Queue and an Azure Work Role will persist the data into Azure Table from Queue messages for the read operations. The source code is available from http://azurehack.codeplex.com/ .The demo application will modify and add more fu... (more)
category: Architecture | clicked: 49 | comment | | source: weblogs.asp.net
tags: ASP.NET MVC, Windows Azure, Windows Azure Storage
6
Shouts

Using SMB to Share a Windows Azure Drive among multiple Role Instances - Windows Azure Storage Team Blog

published 768 days, 12 hours, 2 minutes ago posted by KluggerKlugger 769 days, 13 hours, 11 minutes ago
Monday, April 18, 2011 2:01:52 PM GMT Sunday, April 17, 2011 12:52:20 PM GMT
We often get questions from customers about how to share a drive with read-write access among multiple role instances. A common scenario is that of a content repository for multiple web servers to access and store content. An Azure drive is similar to a traditional disk drive in that it may only be mounted read-write on one system. However using SMB, it is possible to mount a drive on one role instance and then share that out to other role instances which can map the network share to a drive letter or mo... (more)
category: Architecture | clicked: 27 | comment | | source: blogs.msdn.com
tags: Windows Azure, Windows Azure Storage, Azure
4
Shouts

Windows Azure Table Storage Part 2 « Composite Code

published 914 days, 7 hours, 46 minutes ago posted by http://compositecode.com/http://compositecode.com/ 915 days, 9 hours, 21 minutes ago
Tuesday, November 23, 2010 6:17:39 PM GMT Monday, November 22, 2010 4:42:27 PM GMT
In the first part of this two part series I reviewed what table storage in Windows Azure is. In addition I began a how-to for setting up an ASP.NET MVC 2 Web Application for accessing the Windows Azure Table Storage (sounds like keyword soup all of a sudden!). This sample so far is enough to run against the Windows Azure Dev Fabric. However I still need to setup t... (more)
category: Web Dev | clicked: 1 | comment | | source: compositecode.com
tags: Windows Azure, Windows Azure Storage
4
Shouts

Windows Azure Table Storage Part 1 « Composite Code

published 917 days, 23 hours, 35 minutes ago posted by http://compositecode.com/http://compositecode.com/ 918 days, 10 hours, 17 minutes ago
Saturday, November 20, 2010 2:28:02 AM GMT Friday, November 19, 2010 3:45:59 PM GMT
This is the first part of a two part series on building a basic working web app using ASP.NET MVC to create, update, delete, and access views of the data in a Windows Azure Table Storage Service.  The second part will be published this next Monda... (more)
category: Web Dev | clicked: 6 | comment | | source: compositecode.com
tags: ASP.NET MVC, Windows Azure, cloud applications, Windows Azure Storage, Cloud Patterns
5
Shouts

Azure Worker Role: Image Conversion Example using Storage

published 1146 days, 13 hours, 18 minutes ago posted by jofultzjofultz 1148 days, 2 hours, 5 minutes ago
Monday, April 05, 2010 12:45:02 PM GMT Saturday, April 03, 2010 11:58:24 PM GMT
In my work with Symon Communications we had to move the pieces of their solution from their current Windows Services implementations to something that would work well in the cloud.  These services would run in the background to collect, transform, and prepare data.  This seemed like a natural fit for the use of a worker role.  The simple scenario as a means of proving out the... (more)
category: Architecture | clicked: 7 | comment | | source: blogs.msdn.com
tags: Windows Azure Storage, Windows Azure Services