Does anyone know of any free/opensource/commercial CM开发者_运维知识库S products (ASP.NET or MVC-based) that use Azure Table or BLOB Storage for their back-end?
I have XML files stored in BLOB storage, and I am trying to figure out what is the most efficient way to update them ( and/or add some elements to them). In a WebRole, I came up with this :
I have a call to TraceSource.TraceEvent() that is sometimes not writing to the Azure Diagnostics logs.
I am building a social website that will expose REST API (WCF WebAPI) to the world so any developer would be able to create a client application for the website, integrate it with other services, etc.
I\'ve been watching some videos from the build conference re: Inside Windows Azure etc. My take away from one of them was that unless I loaded in a preconfigured VHD into a virtual machine role, I wou
Let us say that I have an FTP server getting XML files sent each day, and that I want to post theese to the Windows Azure Service Bus Brokered Messaging service.
I have an MVC3 project I have migrated to an Azure Web Role and it works fine. But there\'s one thing that\'s really bugging me: When I publish/package the project for deployment I get this error:
I have a situation where a user is attaching files within an application, these files are then persisted to Azure Blob storage, there is a reasonable likelihood that there are going to be duplicates a
I\'m developing a REST service that uses MS Azure Access Control Service for authentication. If the examples are any indication, the typical way to secure a REST service this way would be to provide a
I have a Windows application that does some calculations and is called from command line. On my Windows machine, I have a PHP script running under Apache that executes the application and shows the ou