What does MS/Azure offer in the way of server push technology?My guess is that there is not, as yet, an RTM offering for this.The Microsoft-oriented status of this technology, I believe is as follows:
I have installed Windows Azure SDK on my machine on top of VS 2010 SP1. \"Windows Azure project\" template is listed (file->new project) but \"Cloud Service Project\" template is not getting listed. D
When I create a new Azure solution (with a web role and a worker role), add a line of code to the Default.aspx.cs file, put a breakpoint there, and launch debugging in the Development Fabric, when the
I\'m not sure if Visual Studio 2010 already does this or not with respect to how it packag开发者_如何学Ces Azure deployments, but I have a Visual Studio solution which contains 5 projects:
I am currently looking at CQRS frameworks to use for a project that will be hosted in Azure. I have read about Ncqrs and Lokad.CQRS and am current开发者_开发知识库ly a little bit confused.
I have an xml file that I ma tryin to read from string xmlTemplatePath = Path.Combine(Environment.GetEnvironmentVariable(\"RoleRoot\") + @\"\\\", @\"approot\\myxml.xml\");
I\'m recently getting a strange error while deploying my Azure application in a new Server.I\'m using ASP Providers (supplied by microsoft 开发者_StackOverflowwith Azure SDK code samples). Regardless
I have a need to query a store of 200 million entities in Windows Azure. Ideally, I would like to use the Table Service, rather than SQL Azure, for this task.
I have an existing Azure CloudDrive that I want to make bigger. The simplist way I can think o开发者_运维知识库f is to creating a new drive and copying everything over. I cannot see anyway to just inc
Just wondering, is it possible to see the directory structure and all the files in a project that is uploaded to Windows Azure? Can we maybe use a开发者_开发知识库n ftp program or the developer portal